Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 17:47:55 +00:00
parent ac0ae43d23
commit 4ac36fa4fd

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import { useCallback } from "react";
import ReactLenis from "lenis/react";
@@ -70,7 +70,6 @@ export default function ShopPage() {
<FooterCard
logoText="Ace Asphalt Paving"
copyrightText="© 2024 Ace Asphalt Paving. All rights reserved."
useInvertedBackground={false}
className="bg-background py-12 text-center text-foreground/60"
logoClassName="text-2xl font-semibold text-foreground mb-2"
copyrightTextClassName="text-sm"
@@ -133,7 +132,6 @@ export default function ShopPage() {
<FooterCard
logoText="Ace Asphalt Paving"
copyrightText="© 2024 Ace Asphalt Paving. All rights reserved."
useInvertedBackground={false}
className="bg-background py-12 text-center text-foreground/60"
logoClassName="text-2xl font-semibold text-foreground mb-2"
copyrightTextClassName="text-sm"