Update src/app/page.tsx

This commit is contained in:
2026-06-03 00:33:57 +00:00
parent caf9399c75
commit fdae797797

View File

@@ -74,17 +74,17 @@ export default function LandingPage() {
carouselItems={[ carouselItems={[
{ {
id: "item-1", id: "item-1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg?_wi=1",
imageAlt: "Coffee beans roasting in a machine", imageAlt: "Coffee beans roasting in a machine",
}, },
{ {
id: "item-2", id: "item-2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg?_wi=1",
imageAlt: "Barista pouring latte art into a coffee cup", imageAlt: "Barista pouring latte art into a coffee cup",
}, },
{ {
id: "item-3", id: "item-3",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg?_wi=1",
imageAlt: "Cozy cafe interior with warm lighting", imageAlt: "Cozy cafe interior with warm lighting",
}, },
{ {
@@ -145,7 +145,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/tree-with-bright-red-berries_1353-288.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tree-with-bright-red-berries_1353-288.jpg",
imageAlt: "Hand holding coffee cherries on a farm", imageAlt: "Hand holding coffee cherries on a farm",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg?_wi=2",
imageAlt: "world map showing coffee regions app", imageAlt: "world map showing coffee regions app",
}, },
{ {
@@ -159,7 +159,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/organic-coffee-beans-still-life_23-2151762408.jpg", imageSrc: "http://img.b2bpic.net/free-photo/organic-coffee-beans-still-life_23-2151762408.jpg",
imageAlt: "Freshly roasted coffee beans cooling", imageAlt: "Freshly roasted coffee beans cooling",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg?_wi=2",
imageAlt: "world map showing coffee regions app", imageAlt: "world map showing coffee regions app",
}, },
{ {
@@ -173,7 +173,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-coffee-white-cup_23-2147874462.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-coffee-white-cup_23-2147874462.jpg",
imageAlt: "Perfectly brewed cup of coffee", imageAlt: "Perfectly brewed cup of coffee",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg?_wi=2",
imageAlt: "world map showing coffee regions app", imageAlt: "world map showing coffee regions app",
}, },
]} ]}