From 48e09218f173026f62c573279aa30aae4d7df598 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 11:58:17 +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 00cf51d..a99ea26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blueberry-ice-cream-background-top-view_123827-21368.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blueberry-ice-cream-background-top-view_123827-21368.jpg?_wi=1" /> @@ -76,7 +76,7 @@ export default function LandingPage() { title="A Taste of Italy in Baku" description="At Gelateca, we bring the heart of Italy to Baku. From handcrafted gelato to rich pasta dishes, every detail is designed to create a warm, authentic experience." subdescription="Whether you're here for a quick espresso or a long, relaxing evening, we welcome you to our cozy space." - imageSrc="http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110888.jpg?_wi=1" mediaAnimation="slide-up" icon={Coffee} /> @@ -94,7 +94,7 @@ export default function LandingPage() { name: "Artisanal Gelato", price: "Delicious", variant: "Pistachio, Chocolate, Vanilla", - imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream-white-background_23-2148177335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream-white-background_23-2148177335.jpg?_wi=1", }, { id: "p2", @@ -135,7 +135,7 @@ export default function LandingPage() { title: "Handmade Gelato", description: "Crafted daily with premium, natural ingredients.", tag: "2", - imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-background-top-view_123827-21368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-background-top-view_123827-21368.jpg?_wi=2", imageAlt: "Close up texture of cream", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { title: "Work-Friendly Space", description: "Cozy atmosphere with reliable power and Wi-Fi.", tag: "3", - imageSrc: "http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110888.jpg?_wi=2", imageAlt: "Close up texture of cream", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { title: "Premium Coffee", description: "The perfect blend for your morning or afternoon.", tag: "4", - imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream-white-background_23-2148177335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream-white-background_23-2148177335.jpg?_wi=2", imageAlt: "Close up texture of cream", }, ]} -- 2.49.1