diff --git a/src/app/page.tsx b/src/app/page.tsx index 1442fc3..e8f310a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,9 @@ export default function LandingPage() { title="Oslo Dental Clinic" description="Experience world-class dental excellence. Combining advanced technology, aesthetic mastery, and personalized care for international patients." tag="Premium Dental Excellence" + testimonials={[ + { name: "Sarah J.", handle: "@sarahj", testimonial: "Best dental experience ever.", rating: 5 } + ]} buttons={[ { text: "Book Consultation", href: "#contact" }, { text: "View Services", href: "#services" }, @@ -102,6 +105,7 @@ export default function LandingPage() {