8 Commits

Author SHA1 Message Date
c19aa3333f Update src/app/page.tsx 2026-03-28 11:54:05 +00:00
2831467d14 Merge version_2 into main
Merge version_2 into main
2026-03-26 10:30:22 +00:00
72afe8837b Merge version_2 into main
Merge version_2 into main
2026-03-26 10:20:18 +00:00
846bb9b962 Merge version_2 into main
Merge version_2 into main
2026-03-26 10:13:01 +00:00
22db550bc9 Merge version_2 into main
Merge version_2 into main
2026-03-26 10:12:06 +00:00
1594ff9702 Merge version_2 into main
Merge version_2 into main
2026-03-26 10:09:12 +00:00
700cd9680c Merge version_2 into main
Merge version_2 into main
2026-03-26 10:09:01 +00:00
84ee4caec6 Merge version_2 into main
Merge version_2 into main
2026-03-26 09:47:27 +00:00

View File

@@ -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"
}
],
},
]}