Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-31 11:10:12 +00:00

View File

@@ -66,27 +66,27 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg?_wi=1",
imageAlt: "Fresh Cakes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg?_wi=1",
imageAlt: "Custom Cakes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg?_wi=1",
imageAlt: "Fresh Pastries",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg?_wi=1",
imageAlt: "Daily Bakes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg?_wi=2",
imageAlt: "Birthday Delights",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg?_wi=2",
imageAlt: "Anniversary Cakes",
},
]}
@@ -118,19 +118,19 @@ export default function LandingPage() {
id: "p1",
name: "Butterscotch Cake",
price: "₹600+",
imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg?_wi=3",
},
{
id: "p2",
name: "Chocolate Pastry",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg?_wi=2",
},
{
id: "p3",
name: "Fresh Bread",
price: "₹40",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg?_wi=2",
},
]}
title="Our Menu"
@@ -192,7 +192,7 @@ export default function LandingPage() {
handle: "@rahulv",
testimonial: "Best butterscotch cake in Agra!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg?_wi=1",
},
{
id: "t2",
@@ -224,7 +224,7 @@ export default function LandingPage() {
handle: "@vmehra",
testimonial: "Incredible service and taste.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg?_wi=2",
},
]}
showRating={true}