diff --git a/src/app/page.tsx b/src/app/page.tsx index 2318631..b374ef0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=1", imageAlt: "Heritage coffee shop interior", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Journey of Tradition" description="At Trạm Coffee, we blend the rich history of Hoa Lu with contemporary coffee craftsmanship. Discover a sanctuary where heritage meets modern relaxation." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-preparing-coffee_23-2148366574.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-preparing-coffee_23-2148366574.jpg?_wi=1" imageAlt="Artisan coffee preparation" /> @@ -120,7 +120,7 @@ export default function LandingPage() { title: "Artisan Brewing", description: "Crafted by skilled baristas using traditional techniques.", tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=2", imageAlt: "fresh coffee beans macro", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { title: "Historic Vibe", description: "Located in the soul of Hoa Lu Ancient Capital.", tag: "Heritage", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-preparing-coffee_23-2148366574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-preparing-coffee_23-2148366574.jpg?_wi=2", imageAlt: "fresh coffee beans macro", }, ]}