From e9da2a543422b6dd8dee7311552da66778c41f79 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:11:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b908caa..3ced067 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="Siesta Café" description="A curated experience of flavor, tradition, and artistry. Discover our portfolio of specialty brews and handcrafted desserts in the heart of Kraków." buttons={[{ text: "Explore Gallery", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/cup-tea-with-fresh-marble-table_114579-60548.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cup-tea-with-fresh-marble-table_114579-60548.jpg?_wi=1" /> @@ -66,7 +66,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Winter Tea", author: "Seasonal Selection", description: "A warming blend of spices and seasonal fruits.", tags: ["Hot Drinks", "Seasonal"], - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-fresh-marble-table_114579-60548.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-fresh-marble-table_114579-60548.jpg?_wi=2" }, { id: "2", title: "Homemade Sernik", author: "Bakery", description: "Traditional cheesecake, light and airy.", tags: ["Desserts", "Local"], -- 2.49.1