From 40016bb3751975b2db11ab5880ca7250efad46d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:33:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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() {