Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -102,7 +102,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
</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"
|
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=7"
|
||||||
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" }] },
|
||||||
@@ -159,7 +159,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
</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"
|
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=8"
|
||||||
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" }] },
|
||||||
@@ -240,7 +240,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
</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"
|
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=9"
|
||||||
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