From c0c132f66d9630108f2909f66550a70bc87d67ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:57:42 +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 80908fa..5cf6619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Order Fresh Flour", href: "#products"}, { - text: "Learn Our Story", href: "#about"}, + text: "Call +92-300-1234567", href: "tel:+923001234567"}, ]} mediaItems={[ { @@ -93,7 +93,7 @@ export default function LandingPage() { @@ -198,7 +198,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "rotated-rays-static-grid"}} - text="Ready to experience pure flour? Reach out to our team via WhatsApp or call us directly. We deliver freshness to your doorstep." + text="Ready to experience pure flour? Reach out to us for orders or any inquiries. We deliver freshness to your doorstep." buttons={[ { text: "Order via WhatsApp", href: "https://wa.me/923001234567"}, -- 2.49.1