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

This commit is contained in:
2026-02-22 16:37:18 +00:00
parent de2feedc62
commit 8a98cbc9e2

View File

@@ -80,7 +80,7 @@ function ProductPageContent({ params }: ProductPageProps) {
buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "text-primary-cta-text"}; buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "text-primary-cta-text"};
const footerProps = { const footerProps = {
imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg", imageAlt: "Traditional Ukrainian bakery display", logoText: "Смак України", columns: [ imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=5", imageAlt: "Traditional Ukrainian bakery display", logoText: "Смак України", columns: [
{ title: "Bakery", items: [{ label: "Our Menu", href: "#menu" }, { label: "Our Story", href: "#about" }, { label: "FAQ", href: "#faq" }] }, { title: "Bakery", items: [{ label: "Our Menu", href: "#menu" }, { label: "Our Story", href: "#about" }, { label: "FAQ", href: "#faq" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] } { title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] }
], ],