Update src/app/page.tsx

This commit is contained in:
2026-02-22 20:31:27 +00:00
parent e93a9b2208
commit cae4a96839

View File

@@ -136,7 +136,7 @@ export default function SitePage() {
{ name: "email", type: "email", placeholder: "Your Email", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true },
]} ]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }} textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg" imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=1"
imageAlt="Exterior of Zoryana Bakery, a welcoming local shop" imageAlt="Exterior of Zoryana Bakery, a welcoming local shop"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -149,7 +149,7 @@ export default function SitePage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg" imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=2"
imageAlt="Exterior of Zoryana Bakery at dusk" imageAlt="Exterior of Zoryana Bakery at dusk"
columns={[ columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] }, { title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] },