From 330ed756872b05a946762c36a0da7634ba1d4abb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:14:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83e09b9..48dd944 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,10 +214,10 @@ export default function LandingPage() { tagIcon={Mail} tagAnimation="slide-up" title="Start Your Project with ABEDEN" - description="Ready to transform your space? Our team is prepared to deliver premium interior fit-out and finishing solutions tailored to your project requirements. Contact us today for a consultation." + description="Ready to transform your space? Our team is prepared to deliver premium interior fit-out and finishing solutions tailored to your project requirements. We'll respond to your inquiry within 24 hours." buttons={[ { text: "Request Consultation", href: "#contact-form" }, - { text: "Call +966 11 XXXX XXXX", href: "tel:+966" } + { text: "Call Our Team", href: "tel:+966" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -262,4 +262,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1