From d75e02737c1ee0c26d40744a885d60aa4ac7ad15 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:06:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c330c91..3b0609e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LuxuryDentistPage() { ]} useInvertedBackground={false} buttons={[ - { text: "Meet Our Team", href: "#testimonials" }, + { text: "Hear From Our Patients", href: "#testimonials" }, { text: "Learn More", href: "#contact" } ]} /> @@ -210,4 +210,4 @@ export default function LuxuryDentistPage() { ); -} +} \ No newline at end of file -- 2.49.1