Update src/app/page.tsx

This commit is contained in:
2026-03-08 20:55:05 +00:00
parent fa9fa63d16
commit 26a61a91e6

View File

@@ -50,10 +50,10 @@ export default function LandingPage() {
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg", imageAlt: "Fresh beignets with powdered sugar"},
"http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg?_wi=1", imageAlt: "Fresh beignets with powdered sugar"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageAlt: "Traditional chicory café au lait"},
"http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=1", imageAlt: "Traditional chicory café au lait"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/plate-delicious-cookies-black-mug-coffee-black-table-coffee-house_181624-23881.jpg", imageAlt: "Café Du Monde Riverwalk seating"},
@@ -87,11 +87,11 @@ export default function LandingPage() {
products={[
{
id: "beignets", name: "Fresh Beignets", price: "$8.95", imageSrc:
"http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg", imageAlt: "Fresh beignets with powdered sugar", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg?_wi=2", imageAlt: "Fresh beignets with powdered sugar", initialQuantity: 1,
},
{
id: "cafe-au-lait", name: "Café Au Lait (Chicory)", price: "$4.95", imageSrc:
"http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageAlt: "Traditional chicory café au lait", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=2", imageAlt: "Traditional chicory café au lait", initialQuantity: 1,
},
{
id: "chocolate-milk", name: "Chocolate Milk", price: "$3.95", imageSrc: