Update src/app/page.tsx

This commit is contained in:
2026-05-13 16:07:37 +00:00
parent 5dd72cb915
commit 5ba296a4c8

View File

@@ -71,11 +71,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-along-with-coffee-seeds-cinnamon-bright-desk_140725-14402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-along-with-coffee-seeds-cinnamon-bright-desk_140725-14402.jpg?_wi=1",
imageAlt: "Breakfast at Café de Fred",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg?_wi=1",
imageAlt: "Inside Café de Fred",
},
{
@@ -120,21 +120,21 @@ export default function LandingPage() {
name: "Full English Breakfast",
price: "£12",
variant: "Breakfast",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-jam-smeared-bread-slice-cup-orange-juice-tray-tangerine-lemon-orange-ginger-orange-juice-lime-closed-books-cloth-black-background_141793-130448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-jam-smeared-bread-slice-cup-orange-juice-tray-tangerine-lemon-orange-ginger-orange-juice-lime-closed-books-cloth-black-background_141793-130448.jpg?_wi=1",
},
{
id: "p2",
name: "Jacket Potato",
price: "£9",
variant: "Comfort",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cereals-fruits-breakfast_23-2148858517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cereals-fruits-breakfast_23-2148858517.jpg?_wi=1",
},
{
id: "p3",
name: "Artisan Waffle",
price: "£7",
variant: "Treats",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-strawberry-waffle-breakfast-kids_53876-145451.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-strawberry-waffle-breakfast-kids_53876-145451.jpg?_wi=1",
},
{
id: "p4",
@@ -204,7 +204,7 @@ export default function LandingPage() {
quote: "Feels like home every time I visit.",
tag: "⭐",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-friendly-waitress-coffee-shop-barista-giving-out-takeaway-order-cappuccino-paper-cup-f_1258-134432.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-along-with-coffee-seeds-cinnamon-bright-desk_140725-14402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-along-with-coffee-seeds-cinnamon-bright-desk_140725-14402.jpg?_wi=2",
imageAlt: "happy cafe customer portrait",
},
{
@@ -215,7 +215,7 @@ export default function LandingPage() {
quote: "Amazing breakfast and lovely staff.",
tag: "⭐",
avatarSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg?_wi=2",
imageAlt: "happy cafe customer portrait",
},
{
@@ -226,7 +226,7 @@ export default function LandingPage() {
quote: "Best local café in the area.",
tag: "⭐",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-online-tutor-businessman-working-cafe-remotely-waving-hand_1258-245358.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-jam-smeared-bread-slice-cup-orange-juice-tray-tangerine-lemon-orange-ginger-orange-juice-lime-closed-books-cloth-black-background_141793-130448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-jam-smeared-bread-slice-cup-orange-juice-tray-tangerine-lemon-orange-ginger-orange-juice-lime-closed-books-cloth-black-background_141793-130448.jpg?_wi=2",
imageAlt: "happy cafe customer portrait",
},
{
@@ -237,7 +237,7 @@ export default function LandingPage() {
quote: "Great atmosphere and perfect coffee.",
tag: "⭐",
avatarSrc: "http://img.b2bpic.net/free-vector/pattern-coffee-mugs_23-2147599379.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cereals-fruits-breakfast_23-2148858517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cereals-fruits-breakfast_23-2148858517.jpg?_wi=2",
imageAlt: "happy cafe customer portrait",
},
{
@@ -248,7 +248,7 @@ export default function LandingPage() {
quote: "Staff is incredible and food is fresh.",
tag: "⭐",
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-young-stylish-man-wearing-classic-suit-drinking-coffee-cafe-window_613910-19240.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-strawberry-waffle-breakfast-kids_53876-145451.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-strawberry-waffle-breakfast-kids_53876-145451.jpg?_wi=2",
imageAlt: "happy cafe customer portrait",
},
]}