Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 15:34:25 +00:00
parent bb24fbb2a8
commit e37cb925e3

View File

@@ -69,16 +69,15 @@ function ShopPageContent() {
</main> </main>
<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?_wi=5" imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
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" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "#about" }, { label: "Відгуки", href: "#testimonials" }] }, { title: "Про Нас", items: [{ label: "Наша Історія", href: "/#about" }, { label: "Відгуки", href: "/#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "#faq" }, { label: "Контакти", href: "#contact" }] } { title: "Допомога", items: [{ label: "FAQ", href: "/#faq" }, { label: "Контакти", href: "/#contact" }] }
]} ]}
logoText="Смачна Пекарня" logoText="Смачна Пекарня"
copyrightText="© 2024 Смачна Пекарня. Всі права захищені." copyrightText="© 2024 Смачна Пекарня. Всі права захищені."
useInvertedBackground={false}
ariaLabel="Bakery website footer" ariaLabel="Bakery website footer"
logoTextClassName="text-2xl md:text-3xl font-bold" logoTextClassName="text-2xl md:text-3xl font-bold"
copyrightTextClassName="text-foreground/70" copyrightTextClassName="text-foreground/70"
@@ -141,16 +140,15 @@ function ShopPageContent() {
</div> </div>
<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?_wi=6" imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
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" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "#about" }, { label: "Відгуки", href: "#testimonials" }] }, { title: "Про Нас", items: [{ label: "Наша Історія", href: "/#about" }, { label: "Відгуки", href: "/#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "#faq" }, { label: "Контакти", href: "#contact" }] } { title: "Допомога", items: [{ label: "FAQ", href: "/#faq" }, { label: "Контакти", href: "/#contact" }] }
]} ]}
logoText="Смачна Пекарня" logoText="Смачна Пекарня"
copyrightText="© 2024 Смачна Пекарня. Всі права захищені." copyrightText="© 2024 Смачна Пекарня. Всі права захищені."
useInvertedBackground={false}
ariaLabel="Bakery website footer" ariaLabel="Bakery website footer"
logoTextClassName="text-2xl md:text-3xl font-bold" logoTextClassName="text-2xl md:text-3xl font-bold"
copyrightTextClassName="text-foreground/70" copyrightTextClassName="text-foreground/70"