From 720115c257bdf05cbf7e8aa878005b5f61cb2513 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:15:08 +0000 Subject: [PATCH 1/4] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 ( - +
- +
-- 2.49.1 From 3d77fba8e2bc65b8210d72ea1c8d5213a937866a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:15:08 +0000 Subject: [PATCH 2/4] Update src/app/order-confirmation/page.tsx --- src/app/order-confirmation/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 ( - +
- +
-- 2.49.1 From 519b0ece3c89abe8b8a0f218ff593fc643fb8a75 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:15:08 +0000 Subject: [PATCH 3/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" />
Date: Fri, 1 May 2026 16:15:09 +0000 Subject: [PATCH 4/4] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 03a2197..6d456d2 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -8,22 +8,21 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; export default function ProfilePage() { return ( - +
- +
-- 2.49.1