diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index 0cfc9a7..8154fc8 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -8,11 +8,17 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function AboutUsPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 519f49b..d9d7e51 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,11 +8,17 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 34b1a65..2f0deed 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -3,22 +3,30 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ShopPage() { return ( - + - - - + +
+ +
+
);