Update src/app/page.tsx

This commit is contained in:
2026-03-22 23:44:09 +00:00
parent f6b125cd06
commit 9fa24e4a87

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
description: "A comfortable and inviting space designed for relaxation and connection.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg?_wi=1"
imageAlt="Barista preparing coffee with latte art"
mediaAnimation="slide-up"
/>
@@ -125,7 +125,7 @@ export default function LandingPage() {
title: "Croissant Perfection",
subtitle: "Buttery & Flaky",
description: "Baked fresh daily, our croissants are golden, buttery, and flaky, a perfect accompaniment to your morning coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/croissants-green-grapes-with-cup-espresso-blue-table_114579-4409.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/croissants-green-grapes-with-cup-espresso-blue-table_114579-4409.jpg?_wi=1",
imageAlt: "Freshly baked croissant",
},
{
@@ -254,42 +254,42 @@ export default function LandingPage() {
id: "1",
name: "Classic Latte",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-vector/types-coffee-collection_23-2148560239.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/types-coffee-collection_23-2148560239.jpg?_wi=1",
imageAlt: "Creamy latte with latte art",
},
{
id: "2",
name: "Cappuccino",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg?_wi=1",
imageAlt: "Frothy cappuccino",
},
{
id: "3",
name: "Americano",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/delectable-pomegranate-juice-glass-marble-table_114579-84483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delectable-pomegranate-juice-glass-marble-table_114579-84483.jpg?_wi=1",
imageAlt: "Simple americano coffee",
},
{
id: "4",
name: "Grilled Chicken Sandwich",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-psd/food-menu-poster-template_23-2148925021.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/food-menu-poster-template_23-2148925021.jpg?_wi=1",
imageAlt: "Grilled chicken sandwich",
},
{
id: "5",
name: "Fresh Garden Salad",
price: "$7.50",
imageSrc: "http://img.b2bpic.net/free-photo/female-adding-oil-into-healthy-meal-side-view_176474-5453.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-adding-oil-into-healthy-meal-side-view_176474-5453.jpg?_wi=1",
imageAlt: "Fresh garden salad",
},
{
id: "6",
name: "Blueberry Muffin",
price: "$3.00",
imageSrc: "http://img.b2bpic.net/free-photo/banana-cupcakes-mixed-with-chocolate-chip-white-plate_1150-20928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/banana-cupcakes-mixed-with-chocolate-chip-white-plate_1150-20928.jpg?_wi=1",
imageAlt: "Blueberry muffin",
},
]}