Update src/app/page.tsx

This commit is contained in:
2026-06-10 11:01:51 +00:00
parent e5e1377297
commit 5d60e530ec

View File

@@ -101,7 +101,7 @@ export default function LandingPage() {
}, },
]} ]}
avatarText="Loved by 483+ happy customers" avatarText="Loved by 483+ happy customers"
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg" imageSrc="http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg?_wi=1"
imageAlt="Cozy cafe interior with comfortable seating and vibrant decor" imageAlt="Cozy cafe interior with comfortable seating and vibrant decor"
mediaAnimation="slide-up" mediaAnimation="slide-up"
fixedMediaHeight={true} fixedMediaHeight={true}
@@ -151,7 +151,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-crackers-human-hand-fork-round-plate_176474-3087.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-crackers-human-hand-fork-round-plate_176474-3087.jpg",
imageAlt: "A delicious coffee with latte art on a table", imageAlt: "A delicious coffee with latte art on a table",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg?_wi=2",
imageAlt: "people dining in cafe happy customers", imageAlt: "people dining in cafe happy customers",
}, },
{ {
@@ -176,10 +176,10 @@ export default function LandingPage() {
imageAlt: "Delivery driver with a food bag", imageAlt: "Delivery driver with a food bag",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg?_wi=1",
imageAlt: "Gourmet meal in a delivery box", imageAlt: "Gourmet meal in a delivery box",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/child-having-lemonade-stand_23-2149398322.jpg", imageSrc: "http://img.b2bpic.net/free-photo/child-having-lemonade-stand_23-2149398322.jpg?_wi=1",
imageAlt: "people dining in cafe happy customers", imageAlt: "people dining in cafe happy customers",
}, },
]} ]}
@@ -200,14 +200,14 @@ export default function LandingPage() {
id: "product-1", id: "product-1",
name: "Lavender Mocha", name: "Lavender Mocha",
price: "₹250", price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg?_wi=2",
imageAlt: "A cup of Lavender Mocha with latte art", imageAlt: "A cup of Lavender Mocha with latte art",
}, },
{ {
id: "product-2", id: "product-2",
name: "Refreshing Lemonade", name: "Refreshing Lemonade",
price: "₹150", price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/child-having-lemonade-stand_23-2149398322.jpg", imageSrc: "http://img.b2bpic.net/free-photo/child-having-lemonade-stand_23-2149398322.jpg?_wi=2",
imageAlt: "A glass of refreshing lemonade with mint", imageAlt: "A glass of refreshing lemonade with mint",
}, },
{ {