Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 18:15:03 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}