diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a38ae3..2544c9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,8 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Smile, Star, Mail, CheckCircle, Award, Users } from 'lucide-react'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Sparkles, Smile, Star, Mail, CheckCircle, Award, Users, Calendar, MapPin, Phone, Clock } from 'lucide-react'; export default function LuxuryDentistPage() { return ( @@ -30,9 +30,9 @@ export default function LuxuryDentistPage() { brandName="Dental One" navItems={[ { name: "Home", id: "hero" }, + { name: "Reservations", id: "reservations" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} /> @@ -46,19 +46,31 @@ export default function LuxuryDentistPage() { tagIcon={Sparkles} background={{ variant: "glowing-orb" }} testimonials={[ - { - name: "Dr. Elena Rivers", handle: "Lead Clinician", testimonial: "Our philosophy at Dental One is built on trust, innovation, and an unwavering commitment to the beauty of every smile we create.", rating: 5 - } + { name: "Dr. Elena Rivers", handle: "Lead Clinician", testimonial: "Our philosophy at Dental One is built on trust, innovation, and an unwavering commitment to the beauty of every smile we create.", rating: 5 } ]} buttons={[ - { text: "Our Services", href: "#services" }, - { text: "Schedule Consult", href: "#contact" } + { text: "Reserve Now", href: "#reservations" }, + { text: "Our Services", href: "#services" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif" imageAlt="Dental One clinic interior" /> +