Update src/app/page.tsx

This commit is contained in:
2026-03-11 18:11:00 +00:00
parent a89205305c
commit 59cd191a3f

View File

@@ -133,7 +133,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Get in Touch"
ctaDescription="Order now via WhatsApp or call us to place your order. We're here to serve you from early morning to midnight."
ctaDescription="Order via WhatsApp in seconds—we'll prepare your fresh meal and notify you when it's ready"
ctaIcon={Phone}
ctaButton={{
text: "WhatsApp Order", href: "https://wa.me/971XXXXXXXXX"}}
@@ -165,4 +165,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}