Update src/app/shop/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import { Suspense, useCallback } from "react";
|
||||
import ReactLenis from "lenis/react";
|
||||
@@ -74,9 +74,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "#features" }, { label: "Interior Painting", href: "#features" }, { label: "Wall Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "/#features" }, { label: "Interior Painting", href: "/#features" }, { label: "Wall Repair", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Portfolio", href: "/#product" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 ZN Wall Designs, LLC. All rights reserved."
|
||||
bottomRightText="Designed with passion"
|
||||
@@ -140,9 +140,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "#features" }, { label: "Interior Painting", href: "#features" }, { label: "Wall Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
{ title: "Services", items: [{ label: "Wallpaper Installation", href: "/#features" }, { label: "Interior Painting", href: "/#features" }, { label: "Wall Repair", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Portfolio", href: "/#product" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 ZN Wall Designs, LLC. All rights reserved."
|
||||
bottomRightText="Designed with passion"
|
||||
|
||||
Reference in New Issue
Block a user