diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index af5167c..41d7a9f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,24 +3,21 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function AboutPage() { return ( - + - + - - + /> + + ); diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 7f5d788..08689d7 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -3,25 +3,21 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCart from '@/components/ecommerce/cart/ProductCart'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function CartPage() { return ( - + - + - {}} - items={[]} - total="$0" - buttons={[{ text: "Proceed to Checkout", href: "/checkout" }]} - /> - + /> + + ); diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index aacc234..b1aac9f 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -7,17 +7,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function CheckoutPage() { return ( - + - + -
-

Secure Checkout

-

Complete your purchase securely.

+ /> +
+ -
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 58e9949..d5755f6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,21 +9,28 @@ import { Mail } from "lucide-react"; export default function ContactPage() { return ( - + - + - - + /> + +
+ +
+
); diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 28cc3fa..83ca17c 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -1,32 +1,11 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { useParams } from "next/navigation"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function ProductDetailPage() { - return ( - - -
-
- Product Image -
-
-

Premium Essential Piece

-

$295

-

Crafted with precision, designed for elegance. This piece is a wardrobe staple.

- -
-
-
- ); +export default function ProductPage() { + return ( + +
+ + ); } \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 69457f1..19cc12b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,32 +1,18 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; export default function ShopPage() { return ( - + - -
- console.log(v) }]} - /> +