diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index ea01f7a..20c1412 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -8,22 +8,21 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function CheckoutPage() { return ( - +
- +
diff --git a/src/app/order-confirmation/page.tsx b/src/app/order-confirmation/page.tsx index eaf5823..563d7bb 100644 --- a/src/app/order-confirmation/page.tsx +++ b/src/app/order-confirmation/page.tsx @@ -8,22 +8,21 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; export default function OrderConfirmationPage() { return ( - +
- +
diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 56732e9..36deb4d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -23,11 +23,10 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/#about" }, - { name: "Contact", id: "/#contact" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, { name: "Cart", id: "/cart" } ]} - brandName="ELEGANT SKIN" />
+
- +