diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c763c..718dc44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,24 +49,19 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", - imageAlt: "Specialty coffee with latte art" + imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Specialty coffee with latte art" }, { - imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", - imageAlt: "Professional espresso machine in action" + imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", imageAlt: "Professional espresso machine in action" }, { - imageSrc: "https://img.b2bpic.net/free-photo/close-up-image-man-holds-coffee-with-heart-foam-top-view_613910-8884.jpg", - imageAlt: "Roasted premium coffee beans" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-image-man-holds-coffee-with-heart-foam-top-view_613910-8884.jpg", imageAlt: "Roasted premium coffee beans" }, { - imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg", - imageAlt: "Perfect morning coffee cup" + imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg", imageAlt: "Perfect morning coffee cup" }, { - imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg", - imageAlt: "Cozy Kyka coffee shop interior" + imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg", imageAlt: "Cozy Kyka coffee shop interior" } ]} buttons={[ @@ -80,6 +75,7 @@ export default function HomePage() {