From dd4521c0302e47e7637b5a6ee64e417c183feffa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:40:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d757d5..0060b51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg?_wi=1", imageAlt: "Coffee shop interior", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { title="Crafting More Than Coffee — Creating Moments." description="At La k’afeteria, we believe every cup is a canvas of flavor. We source only the finest beans to deliver a taste that transcends the ordinary." subdescription="Our passion is refined taste, elegant ambiance, and a commitment to perfection in every pour." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-coffee-concept_23-2148464860.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-coffee-concept_23-2148464860.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="Artisanal coffee beans close up" icon={Coffee} @@ -119,7 +119,7 @@ export default function LandingPage() { id: "item-1", name: "Espresso Noir", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-inside-cup-plate-white-surface_140725-62157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-inside-cup-plate-white-surface_140725-62157.jpg?_wi=1", }, { id: "item-2", @@ -184,7 +184,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-using-mobile-phone-while-having-cup-coffee_107420-63684.jpg?_wi=2", imageAlt: "artisanal coffee beans close up", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-concept_23-2148464860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-concept_23-2148464860.jpg?_wi=2", imageAlt: "artisanal coffee beans close up", }, { @@ -234,7 +234,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-inside-cup-plate-white-surface_140725-62157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-inside-cup-plate-white-surface_140725-62157.jpg?_wi=2", imageAlt: "artisanal coffee beans close up", }, ]} -- 2.49.1