Merge version_1 into main #4
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem';
|
||||
@@ -88,10 +87,6 @@ export default function LandingPage() {
|
||||
<ProductCartItem item={{ id: "default", name: "Sample Item", price: "0.00", quantity: 1, imageSrc: "" }} />
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user