From 056a95e8815231d60a067bf4f2fd7d7969d86126 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:16:51 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1204882..7516de2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,11 +11,10 @@ import { Handshake } from 'lucide-react'; export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" }, { name: "About Us", id: "/about" }, { name: "Blog", id: "/blog" }, { name: "Contact", id: "/contact" }, - { name: "Cart", id: "/cart" }, + { name: "Cart", id: "/cart" } ]; const footerColumns = [ @@ -54,8 +53,8 @@ export default function AboutPage() { defaultTextAnimation="reveal-blur" borderRadius="soft" contentWidth="mediumSmall" - sizing="mediumSizeLargeTitles" - background="circleGradient" + sizing="largeSizeMediumTitles" + background="aurora" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -130,4 +129,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From b6cb8e5ab766f9df96daf2e745b5606c48b7e01b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:16:51 +0000 Subject: [PATCH 2/5] Update src/app/account/page.tsx --- src/app/account/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index d664715..e6a141a 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -14,7 +14,7 @@ export default function AccountPage() { ]; return ( - +
-- 2.49.1 From 7e3e49f06b79a0a6b6f9ff778695d6991bf75412 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:16:52 +0000 Subject: [PATCH 3/5] Update src/app/auth/page.tsx --- src/app/auth/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 7cccd52..3fd7ca2 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -14,7 +14,7 @@ export default function AuthPage() { ]; return ( - +
-- 2.49.1 From 72be9efbcba2a897e06fc612a5c62917a88a9dfd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:16:52 +0000 Subject: [PATCH 4/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8a09b4f..57b0abf 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -8,8 +8,11 @@ import FooterMedia from "@/components/sections/footer/FooterMedia"; import Link from "next/link"; const navItems = [ + { name: "Home", id: "/" }, + { name: "About Us", id: "/about" }, { name: "Blog", id: "/blog" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, + { name: "Cart", id: "/cart" } ]; const footerNavColumns = [ @@ -40,8 +43,8 @@ export default function BlogPage() { defaultTextAnimation="reveal-blur" borderRadius="soft" contentWidth="mediumSmall" - sizing="mediumSizeLargeTitles" - background="circleGradient" + sizing="largeSizeMediumTitles" + background="aurora" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" -- 2.49.1 From e153f1fcebf2a088fa101800d3c9d26175690add Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:16:53 +0000 Subject: [PATCH 5/5] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 65a8082..d11f69f 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -10,7 +10,6 @@ import Link from "next/link"; export default function CartPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" }, { name: "About Us", id: "/about" }, { name: "Blog", id: "/blog" }, { name: "Contact", id: "/contact" }, @@ -53,8 +52,8 @@ export default function CartPage() { defaultTextAnimation="reveal-blur" borderRadius="soft" contentWidth="mediumSmall" - sizing="mediumSizeLargeTitles" - background="circleGradient" + sizing="largeSizeMediumTitles" + background="aurora" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -128,4 +127,4 @@ export default function CartPage() { /> ); -} \ No newline at end of file +} -- 2.49.1