From fab277ecb85156df622b713c1e3e8fb99d904fc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:40:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5ff578..37dddc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Package, Phone, Camera, Users, TrendingUp } from 'lucide-react'; +import { Package, Camera, Users, TrendingUp } from 'lucide-react'; export default function SitePage() { return ( @@ -40,7 +40,6 @@ export default function SitePage() { button={{ text: "View Gallery", href: "#gallery" }} buttonClassName="min-w-fit px-4 py-2 text-sm rounded-full font-medium shadow-lg hover:shadow-xl transition-all duration-300 ease-in-out" buttonTextClassName="text-foreground" - ariaLabel="Navigation for Life In Me photo gallery" /> -- 2.49.1