diff --git a/src/app/page.tsx b/src/app/page.tsx index e390473..45a0b67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Our Menu", href: "#products" }, { text: "Visit Us", href: "#contact" }, ]} - imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg" + imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=1" imageAlt="A warm and inviting Ukrainian bakery display with a variety of fresh breads and pastries." textPosition="center" showDimOverlay={true} @@ -166,7 +166,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Ваше повідомлення...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg" + imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=2" imageAlt="A cozy Ukrainian bakery interior with freshly baked goods." mediaAnimation="slide-up" mediaPosition="right" @@ -180,7 +180,7 @@ export default function LandingPage() {