Update src/app/page.tsx

This commit is contained in:
2026-02-22 15:31:53 +00:00
parent 5f3739ef27
commit 2dc44bda91

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Our Menu", href: "#products" }, { text: "Our Menu", href: "#products" },
{ text: "Visit Us", href: "#contact" }, { 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." imageAlt="A warm and inviting Ukrainian bakery display with a variety of fresh breads and pastries."
textPosition="center" textPosition="center"
showDimOverlay={true} showDimOverlay={true}
@@ -166,7 +166,7 @@ export default function LandingPage() {
]} ]}
textarea={{ name: "message", placeholder: "Ваше повідомлення...", rows: 5, required: true }} textarea={{ name: "message", placeholder: "Ваше повідомлення...", rows: 5, required: true }}
useInvertedBackground={false} 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." imageAlt="A cozy Ukrainian bakery interior with freshly baked goods."
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -180,7 +180,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
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=3"
imageAlt="Cozy bakery interior with warm lighting." imageAlt="Cozy bakery interior with warm lighting."
columns={[ columns={[
{ title: "Меню", items: [{ label: "Хліб", href: "#products" }, { label: "Випічка", href: "#products" }, { label: "Десерти", href: "#products" }] }, { title: "Меню", items: [{ label: "Хліб", href: "#products" }, { label: "Випічка", href: "#products" }, { label: "Десерти", href: "#products" }] },