From 53e27302ba7b732c15a0b779e8153bdc709cf0db Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 11:47:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 902caf0..65e06a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from 'next/link'; import { Flower2, Heart, Award, Globe } from 'lucide-react'; export default function HomePage() { @@ -33,8 +32,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Book Consultation", - href: "/contact" + text: "Book Consultation", href: "/contact" }} />