Update src/app/shop/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user