Update src/app/page.tsx
This commit is contained in:
@@ -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" }] },
|
||||||
|
|||||||
Reference in New Issue
Block a user