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