From 5ae355287880949b582e2aaf6fc9eea4aad893a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 13:10:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a9be75..4e7ea22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=1" imageAlt="Luxury dining atmosphere" /> @@ -71,7 +71,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Legacy of Culinary Excellence" description="At Červený Kohout, our philosophy is simple: celebrate the ingredients. From our master chefs to our carefully curated cellar, every detail is designed to elevate your palate." - imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg?_wi=1" imageAlt="Chef preparing dish" /> @@ -162,7 +162,7 @@ export default function LandingPage() { text: "Reserve Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg?_wi=2", imageAlt: "Pretty indian girl in black saree dress posed at restaurant", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { text: "Reserve Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg?_wi=2", imageAlt: "Pretty indian girl in black saree dress posed at restaurant", }, ]} -- 2.49.1