From 57bcfccc35ef65183b4bc98f2581c79ff341dd23 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:38:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18666f0..dd43eb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { name: "Contact", id: "#contact"}, ]} button={{ - text: "Order via WhatsApp", href: "https://wa.me/1234567890"}} + text: "Order via WhatsApp", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"}} brandName="Laila's Bakery" /> @@ -54,7 +54,7 @@ export default function LandingPage() { description="Authentic Filipino breads, pastries, and desserts crafted with love in the heart of our neighborhood." buttons={[ { - text: "Order via WhatsApp", href: "https://wa.me/1234567890"}, + text: "Order via WhatsApp", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"}, ]} mediaItems={[ { @@ -68,7 +68,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-cabbage-with-vegetable-grater-grated-cabbage-dark-wooden-background-horizontal_176474-5246.jpg", imageAlt: "Traditional Filipino bread"}, { - imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Golden brown pastries"}, + imageSrc: "http://img.b2bpic.net/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Golden brown pastries"}, ]} /> @@ -204,7 +204,7 @@ export default function LandingPage() { { text: "Get Directions", href: "https://www.google.com/maps"}, { - text: "Message Us", href: "https://wa.me/1234567890"}, + text: "Message Us", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"}, ]} /> @@ -232,7 +232,7 @@ export default function LandingPage() { { title: "Connect", items: [ { - label: "WhatsApp", href: "https://wa.me/1234567890"}, + label: "WhatsApp", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"}, { label: "Instagram", href: "https://instagram.com"}, ], @@ -244,4 +244,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1