Update src/app/page.tsx

This commit is contained in:
2026-06-13 08:41:59 +00:00
parent 67ec5623c4
commit a4300271bd

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg?_wi=1",
imageAlt: "Freshly baked pastries and coffee spread on a wooden table, capturing a warm morning cafe ambiance.",
},
{
@@ -126,7 +126,7 @@ export default function LandingPage() {
description: "Our single cherished spot in Buraimi, growing with love.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg?_wi=1"
imageAlt="Close-up of a freshly baked golden croissant, emphasizing handcrafted quality."
mediaAnimation="opacity"
/>
@@ -143,7 +143,7 @@ export default function LandingPage() {
id: "p1",
name: "Signature Tart",
price: "OMR 2.5",
imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg?_wi=1",
imageAlt: "A beautifully presented fruit tart",
},
{
@@ -209,21 +209,21 @@ export default function LandingPage() {
title: "Coffee Brewing",
description: "Single origin beans, crafted to your perfect cup every morning.",
buttonIcon: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629567.jpg?_wi=2",
imageAlt: "elegant wedding cake floral decoration",
},
{
title: "All-Day Breakfast",
description: "Classic and signature breakfast plates, served until late.",
buttonIcon: "Egg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5444.jpg?_wi=2",
imageAlt: "elegant wedding cake floral decoration",
},
{
title: "Patisserie",
description: "French-inspired tarts, éclairs, and seasonal creations.",
buttonIcon: "Cake",
imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-strawberries-arrangement_23-2148536859.jpg?_wi=2",
imageAlt: "elegant wedding cake floral decoration",
},
]}