diff --git a/src/app/page.tsx b/src/app/page.tsx index cd1c78d..e551ff4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -118,7 +118,7 @@ export default function LandingPage() { ] }, { - title: "Application Steps", description: "Complete our simple adoption application process.", bentoComponent: "3d-task-list", title: "Application Process", items: [ + title: "Application Steps", description: "Complete our simple adoption application process.", bentoComponent: "3d-task-list", items: [ { icon: FileText, label: "Fill Application", time: "10 mins" }, { icon: CheckCircle, label: "Reference Check", time: "1-2 days" }, { icon: Home, label: "Home Visit", time: "Optional" }