Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-22 15:34:24 +00:00
parent 718bab70c1
commit bb24fbb2a8

View File

@@ -102,16 +102,15 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=7"
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
imageAlt="Cozy bakery interior with warm lighting."
columns={[
{ title: "Меню", items: [{ label: "Хліб", href: "#products" }, { label: "Випічка", href: "#products" }, { label: "Десерти", href: "#products" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "#about" }, { label: "Відгуки", href: "#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "#faq" }, { label: "Контакти", href: "#contact" }] }
{ title: "Меню", items: [{ label: "Хліб", href: "/#products" }, { label: "Випічка", href: "/#products" }, { label: "Десерти", href: "/#products" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "/#about" }, { label: "Відгуки", href: "/#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "/#faq" }, { label: "Контакти", href: "/#contact" }] }
]}
logoText="Смачна Пекарня"
copyrightText="© 2024 Смачна Пекарня. Всі права захищені."
useInvertedBackground={false}
ariaLabel="Bakery website footer"
logoTextClassName="text-2xl md:text-3xl font-bold"
copyrightTextClassName="text-foreground/70"
@@ -160,16 +159,15 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=8"
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
imageAlt="Cozy bakery interior with warm lighting."
columns={[
{ title: "Меню", items: [{ label: "Хліб", href: "#products" }, { label: "Випічка", href: "#products" }, { label: "Десерти", href: "#products" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "#about" }, { label: "Відгуки", href: "#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "#faq" }, { label: "Контакти", href: "#contact" }] }
{ title: "Меню", items: [{ label: "Хліб", href: "/#products" }, { label: "Випічка", href: "/#products" }, { label: "Десерти", href: "/#products" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "/#about" }, { label: "Відгуки", href: "/#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "/#faq" }, { label: "Контакти", href: "/#contact" }] }
]}
logoText="Смачна Пекарня"
copyrightText="© 2024 Смачна Пекарня. Всі права захищені."
useInvertedBackground={false}
ariaLabel="Bakery website footer"
logoTextClassName="text-2xl md:text-3xl font-bold"
copyrightTextClassName="text-foreground/70"
@@ -242,16 +240,15 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=9"
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
imageAlt="Cozy bakery interior with warm lighting."
columns={[
{ title: "Меню", items: [{ label: "Хліб", href: "#products" }, { label: "Випічка", href: "#products" }, { label: "Десерти", href: "#products" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "#about" }, { label: "Відгуки", href: "#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "#faq" }, { label: "Контакти", href: "#contact" }] }
{ title: "Меню", items: [{ label: "Хліб", href: "/#products" }, { label: "Випічка", href: "/#products" }, { label: "Десерти", href: "/#products" }] },
{ title: "Про Нас", items: [{ label: "Наша Історія", href: "/#about" }, { label: "Відгуки", href: "/#testimonials" }] },
{ title: "Допомога", items: [{ label: "FAQ", href: "/#faq" }, { label: "Контакти", href: "/#contact" }] }
]}
logoText="Смачна Пекарня"
copyrightText="© 2024 Смачна Пекарня. Всі права захищені."
useInvertedBackground={false}
ariaLabel="Bakery website footer"
logoTextClassName="text-2xl md:text-3xl font-bold"
copyrightTextClassName="text-foreground/70"