From c19aa3333f1801689111e7fcbc891edbab3e4623 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:54:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9f4e7..3ae49d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { text: "View Menu", href: "#signature-dishes"}, { - text: "Find Us", href: "#location"}, + text: "Order Now", href: "https://wa.me/919686032832?text=Hi%20I%20want%20to%20order%20from%20Smack%20Shack"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOa5L27I0CwiO7KQE3gfxqei0W/uploaded-1774520360788-jtta1gng.jpg" imageAlt="Vibrant chaat platter with fresh ingredients" @@ -168,6 +168,11 @@ export default function LandingPage() { names={[]} logos={[ "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-inside-round-plate-with-seasonings-lemon-bread-dark-blue-desk_140725-50611.jpg", "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145549.jpg", "http://img.b2bpic.net/free-photo/decorative-mexican-symbol-board-near-pepper-bowls-herbs_23-2148132092.jpg", "http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-8168.jpg", "http://img.b2bpic.net/free-photo/indian-meal-with-rice-pita_23-2148747623.jpg", "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-vegetable-salad-blue-desk-lunch-salad-snack-vegetable-food_140725-40266.jpg", "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pie-with-orange-slices-dark-grey-background-dough-fruit-pie-cake-biscuit_140725-110360.jpg"]} + buttons={[ + { + text: "Order Now", href: "https://wa.me/919686032832?text=Hi%20I%20want%20to%20order%20from%20Smack%20Shack" + } + ]} title="A Glimpse of Smack Shack" description="Explore our vibrant kitchen, fresh ingredients, and the inviting ambiance that makes Smack Shack a local favorite." /> @@ -184,7 +189,7 @@ export default function LandingPage() { description="We are conveniently located at Gouribidanur, Chikkaballapur. Come by for your favorite chaats and snacks! Open daily from 12:00 PM to 10:30 PM." buttons={[ { - text: "Get Directions", href: "https://maps.app.goo.gl/example"}, + text: "Order Now", href: "https://wa.me/919686032832?text=Hi%20I%20want%20to%20order%20from%20Smack%20Shack"}, { text: "Call Us", href: "tel:+911234567890"}, ]} @@ -205,7 +210,10 @@ export default function LandingPage() { { title: "Hours", items: [ { - label: "Daily:"}, + label: "Daily: 12:00 - 22:30"}, + { + label: "Order Now", href: "https://wa.me/919686032832?text=Hi%20I%20want%20to%20order%20from%20Smack%20Shack" + } ], }, ]} -- 2.49.1