From 765ae408de685d6f2b88c2f152e6043ba7203128 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:05:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1426dee..47df6af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Scissors, Sparkles, Zap } from 'lucide-react'; +import { Scissors, Sparkles, Zap, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -50,7 +50,8 @@ export default function LandingPage() { showDimOverlay={true} buttons={[ { text: "Book an Appointment", href: "contact" }, - { text: "Learn More", href: "about" } + { text: "Learn More", href: "about" }, + { text: "Visit Us", href: "contact" } ]} /> -- 2.49.1