From 76cb2a0bde1cd3efec4cf6ddb00522a4b0f8f95f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 17:07:45 +0000 Subject: [PATCH 1/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 57434a6..bc64a65 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -91,4 +91,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 2bcc5dec5a615bc763d44bb3c3cdab1dc7ea01b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 17:07:47 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3123a49..449e039 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 509db156a58b1d8268f8b76f8b59a243f5acd732 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 17:07:47 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f096f11..6cfb9af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -312,4 +312,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From abb99f9600b393d578de201c35c06fab0e46667d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 17:07:48 +0000 Subject: [PATCH 4/6] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7f488c5..fc34cfd 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,10 +86,10 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Future" navItems={[ { name: "Home", id: "/" }, + { name: "Portfolio", id: "projects" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -154,10 +154,10 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Future" navItems={[ { name: "Home", id: "/" }, + { name: "Portfolio", id: "projects" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -229,10 +229,10 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Future" navItems={[ { name: "Home", id: "/" }, + { name: "Portfolio", id: "projects" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -308,4 +308,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From 49d4934caa6a406de2e1a7e69ba48de06a91514d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 17:07:49 +0000 Subject: [PATCH 5/6] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index b5dcd77..d2086a2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -36,10 +36,10 @@ export default function ShopPage() { brandName="Future" navItems={[ { name: "Home", id: "/" }, + { name: "Portfolio", id: "projects" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -103,10 +103,10 @@ export default function ShopPage() { brandName="Future" navItems={[ { name: "Home", id: "/" }, + { name: "Portfolio", id: "projects" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -157,4 +157,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1 From f7050b15cabb1a50e88784e40b086813d590ee9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 17:07:49 +0000 Subject: [PATCH 6/6] Update src/app/styles/variables.css --- src/app/styles/variables.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 13ef4fe..fe0b281 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + /* --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; */ + --accent: #f4ca26;; + --background-accent: #e8daa8;; */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #f4ca26;; + --background-accent: #e8daa8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1