From b7693a3dd0fa76fa96f5c8d3c1b432a4601d4d23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Feb 2026 15:45:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } -- 2.49.1