From 6d6432c25c1909b7d6f61b7f85003243dd566eed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:00:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99a19d5..fa630cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { { text: "Order Now", href: "tel:0727381831" }, ]} carouselItems={[ - { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg", imageAlt: "Bunny Chow" }, - { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg", imageAlt: "Butter Chicken" }, - { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg", imageAlt: "Roti Wrap" }, - { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg", imageAlt: "Breyani" }, - { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg", imageAlt: "Samoosas" }, + { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=1", imageAlt: "Bunny Chow" }, + { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg?_wi=1", imageAlt: "Butter Chicken" }, + { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=1", imageAlt: "Roti Wrap" }, + { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=1", imageAlt: "Breyani" }, + { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg?_wi=1", imageAlt: "Samoosas" }, { id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-food-with-rice-tomatoes_23-2148294987.jpg", imageAlt: "Veg Breyani" }, ]} /> @@ -77,12 +77,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "Curry", name: "Mutton Curry", price: "R108.90", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" }, - { id: "p2", brand: "Bunny", name: "Mutton Bunny Chow", price: "R99.90", rating: 5, reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" }, - { id: "p3", brand: "Wrap", name: "Mutton Roti Wrap", price: "R89.90", rating: 5, reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg" }, - { id: "p4", brand: "Special", name: "Butter Chicken", price: "R114.90", rating: 5, reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg" }, - { id: "p5", brand: "Rice", name: "Mutton Breyani", price: "R99.90", rating: 5, reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg" }, - { id: "p6", brand: "Snack", name: "Six Fried Samoosas", price: "R39.90", rating: 5, reviewCount: "5+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg" }, + { id: "p1", brand: "Curry", name: "Mutton Curry", price: "R108.90", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=2" }, + { id: "p2", brand: "Bunny", name: "Mutton Bunny Chow", price: "R99.90", rating: 5, reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=3" }, + { id: "p3", brand: "Wrap", name: "Mutton Roti Wrap", price: "R89.90", rating: 5, reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=2" }, + { id: "p4", brand: "Special", name: "Butter Chicken", price: "R114.90", rating: 5, reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg?_wi=2" }, + { id: "p5", brand: "Rice", name: "Mutton Breyani", price: "R99.90", rating: 5, reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=2" }, + { id: "p6", brand: "Snack", name: "Six Fried Samoosas", price: "R39.90", rating: 5, reviewCount: "5+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg?_wi=2" }, ]} title="Our Full Menu" description="Please check what is available today — all menu items subject to availability." @@ -101,7 +101,7 @@ export default function LandingPage() { title="Daily Specials" description="Please call or WhatsApp us to check today's availability: 072 738 1831" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg?_wi=3" mediaAnimation="slide-up" /> @@ -112,12 +112,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "f1", title: "Mutton Bunny Chow", author: "Signature", description: "Classic authentic bunny", tags: ["Bunny"], imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" }, - { id: "f2", title: "Lamb Curry", author: "Spiced", description: "Slow cooked perfection", tags: ["Curry"], imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" }, - { id: "f3", title: "Beef Roti Wrap", author: "Handmade", description: "Served with chips", tags: ["Wrap"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg" }, - { id: "f4", title: "Beef Breyani", author: "Fragrant", description: "Spiced rice dish", tags: ["Rice"], imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg" }, - { id: "f5", title: "Samoosas", author: "Crispy", description: "Fried to perfection", tags: ["Snack"], imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg" }, - { id: "f6", title: "Handmade Rotis", author: "Fresh", description: "Daily specialty", tags: ["Roti"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg" }, + { id: "f1", title: "Mutton Bunny Chow", author: "Signature", description: "Classic authentic bunny", tags: ["Bunny"], imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=4" }, + { id: "f2", title: "Lamb Curry", author: "Spiced", description: "Slow cooked perfection", tags: ["Curry"], imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=5" }, + { id: "f3", title: "Beef Roti Wrap", author: "Handmade", description: "Served with chips", tags: ["Wrap"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=3" }, + { id: "f4", title: "Beef Breyani", author: "Fragrant", description: "Spiced rice dish", tags: ["Rice"], imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=3" }, + { id: "f5", title: "Samoosas", author: "Crispy", description: "Fried to perfection", tags: ["Snack"], imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg?_wi=3" }, + { id: "f6", title: "Handmade Rotis", author: "Fresh", description: "Daily specialty", tags: ["Roti"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=4" }, ]} title="Gallery" description="A look at our signature dishes and offerings." -- 2.49.1