From a5886f3da568e544c586b2febc97020bb5766039 Mon Sep 17 00:00:00 2001 From: Sir Blob <76974209+GamerBoss101@users.noreply.github.com> Date: Sat, 25 Jan 2025 20:49:38 -0500 Subject: [PATCH] Package Update --- package.json | 4 ++-- src/app/(web)/page.tsx | 3 --- src/components/facts.tsx | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 330e87f..75ecf11 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "axios": "^1.7.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "date-fns": "^2.28.0", + "date-fns": "^2.30.0", "dotenv": "^16.4.7", "formidable": "^3.5.2", "hoyahax-2025": "file:", @@ -38,7 +38,7 @@ "openai": "^4.80.1", "openai-whisper": "^1.0.2", "react": "^19.0.0", - "react-day-picker": "^9.5.0", + "react-day-picker": "^8.10.1", "react-dom": "^19.0.0", "recharts": "^2.15.0", "svix": "^1.45.1", diff --git a/src/app/(web)/page.tsx b/src/app/(web)/page.tsx index d157fd8..52eaa47 100644 --- a/src/app/(web)/page.tsx +++ b/src/app/(web)/page.tsx @@ -3,7 +3,6 @@ import { Hero } from "@/components/hero"; import { Facts } from "@/components/facts"; -import SignupPage from './login/page' import Link from "next/link"; export default function Home() { @@ -14,8 +13,6 @@ export default function Home() {
-

Welcome to Hoya

- diff --git a/src/components/facts.tsx b/src/components/facts.tsx index bd75698..e92aca8 100644 --- a/src/components/facts.tsx +++ b/src/components/facts.tsx @@ -1,19 +1,20 @@ "use client" -import { Card, CardContent } from "./ui/card" export function Facts() { return (
- - -

- OUR MISSION -

- At PostCare we want to ensure the health of those throughout the world. +
+
+

+ Our Mission +

+

+ At PostCare we want to ensure the health of those throughout the world. Our goal is to make sure that our services can ensure clarity and accessibility

As well as a smooth experience
- - -
+

+
+ + ) } \ No newline at end of file