Update src/app/page.tsx

This commit is contained in:
2026-05-12 14:40:05 +00:00
parent 09618ca32f
commit d089d14309

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg?_wi=1",
imageAlt: "Espresso pour",
},
{
@@ -84,7 +84,7 @@ export default function LandingPage() {
imageAlt: "Cafe vibe",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg?_wi=1",
imageAlt: "Maple latte",
},
{
@@ -132,7 +132,7 @@ export default function LandingPage() {
title: "Owned",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg"
imageSrc="http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg?_wi=1"
imageAlt="Our coffee cart family"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -222,21 +222,21 @@ export default function LandingPage() {
title: "Beautiful Setting",
description: "Coffee with a mountain view.",
buttonIcon: "Mountain",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg?_wi=2",
imageAlt: "Female barista with mask working in the coffee shop",
},
{
title: "Friendly Service",
description: "Hospitality is in our blood.",
buttonIcon: "Heart",
imageSrc: "http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg?_wi=2",
imageAlt: "Female barista with mask working in the coffee shop",
},
{
title: "Expert Craft",
description: "Every pour is intentional.",
buttonIcon: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg?_wi=2",
imageAlt: "Female barista with mask working in the coffee shop",
},
]}