From ad6f56add31704ede2cb97784353ef3610f8c4a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 15:37:28 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f2f40cd..3465612 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { { value: "20+", title: "Years of Tradition" }, { value: "5000+", title: "Happy Celebrations" } ]} - imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg" + imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg?_wi=2" imageAlt="Traditional Ukrainian restaurant ambiance" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From 5b0df07130d66b1ae01e8127b37f293f20f07e06 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 15:37:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78ada65..6754e48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { title="Our Philosophy" description="Koliba Ukrainska celebrates Ukrainian traditions through authentic family hospitality. Every detail—from hand-crafted wooden interiors to traditional recipes—honors our cultural heritage. We believe dining is a family affair, and our custom-designed spaces welcome celebrations of all kinds." tag="About Us" - imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg" + imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg?_wi=1" imageAlt="Traditional Ukrainian restaurant interior" buttons={[{ text: "Discover More", href: "#banquets" }]} useInvertedBackground={false} @@ -135,27 +135,27 @@ export default function LandingPage() { }, { id: "7", brand: "Intimate Gatherings", name: "Cottage 1", price: "8-15 guests", rating: 5, - reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", imageAlt: "Traditional Ukrainian cottage" + reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg?_wi=1", imageAlt: "Traditional Ukrainian cottage" }, { id: "8", brand: "Intimate Gatherings", name: "Cottage 2", price: "8-15 guests", rating: 5, - reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", imageAlt: "Traditional Ukrainian cottage" + reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg?_wi=2", imageAlt: "Traditional Ukrainian cottage" }, { id: "9", brand: "Intimate Gatherings", name: "Cottage 3", price: "8-15 guests", rating: 5, - reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", imageAlt: "Traditional Ukrainian cottage" + reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg?_wi=3", imageAlt: "Traditional Ukrainian cottage" }, { id: "10", brand: "Intimate Gatherings", name: "Cottage 4", price: "8-15 guests", rating: 5, - reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", imageAlt: "Traditional Ukrainian cottage" + reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg?_wi=4", imageAlt: "Traditional Ukrainian cottage" }, { id: "11", brand: "Intimate Gatherings", name: "Cottage 5", price: "8-15 guests", rating: 5, - reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", imageAlt: "Traditional Ukrainian cottage" + reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg?_wi=5", imageAlt: "Traditional Ukrainian cottage" }, { id: "12", brand: "Intimate Gatherings", name: "Cottage 6", price: "8-15 guests", rating: 5, - reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", imageAlt: "Traditional Ukrainian cottage" + reviewCount: "Rustic Charm", imageSrc: "https://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg?_wi=6", imageAlt: "Traditional Ukrainian cottage" } ]} carouselMode="auto" -- 2.49.1