Update src/app/page.tsx

This commit is contained in:
2026-03-31 17:33:44 +00:00
parent db0f76c1d3
commit 40016bb375

View File

@@ -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() {
<TestimonialCardTwelve
cardAnimation="blur-reveal"
cardTitle="Patient Success Stories"
cardTag="Testimonials"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Patient A", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKtzt4zI2rVQ8hi0S6feQU0q7n/uploaded-1774978113902-jli695f6.jpg?_wi=2" },