From 2d99a42c36aea20ad5e9895a2a6abad04b04e422 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 04:16:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8af3498..36cb4ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,10 +70,10 @@ export default function LandingPage() { imageAlt="Design Studio" mediaAnimation="slide-up" metrics={[ - { value: "20+", title: "Years Experience" }, { value: "500+", title: "Designs Created" }, { value: "50+", title: "Industry Awards" }, - { value: "100+", title: "Global Clients" } + { value: "100+", title: "Global Clients" }, + { value: "20+", title: "Years Experience" } ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -146,7 +146,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" - buttonText="Get in Touch" + buttonText="Request a Consultation" termsText="By connecting you agree to our Terms and Conditions" mediaPosition="right" mediaAnimation="slide-up" @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1