2 Commits

Author SHA1 Message Date
765ae408de Update src/app/page.tsx 2026-03-12 00:05:19 +00:00
77b0b48a32 Merge version_1 into main
Merge version_1 into main
2026-03-12 00:04:20 +00:00

View File

@@ -9,7 +9,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; 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() { export default function LandingPage() {
return ( return (
@@ -50,7 +50,8 @@ export default function LandingPage() {
showDimOverlay={true} showDimOverlay={true}
buttons={[ buttons={[
{ text: "Book an Appointment", href: "contact" }, { text: "Book an Appointment", href: "contact" },
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" },
{ text: "Visit Us", href: "contact" }
]} ]}
/> />
</div> </div>