From 90cb4b9950a022ac5129e199c9c0d3c6481928d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:40:35 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index aa4ee8b..f0acf12 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function AboutPage() { return ( - + -- 2.49.1 From 50220d44d4a23ae10897212b6228ce0217064328 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:40:36 +0000 Subject: [PATCH 2/5] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index a781809..12eba91 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -6,10 +6,10 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ReactLenis from "lenis/react"; export default function CartPage() { - const [cart, setCart] = useState([{ id: "p1", name: "Cedar Planks", price: "$45", quantity: 1, imageSrc: "" }]); + const [cart] = useState([{ id: "p1", name: "Cedar Planks", price: "$45", quantity: 1, imageSrc: "" }]); return ( - + Date: Mon, 25 May 2026 07:40:36 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c1221bb..58e662d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function ContactPage() { return ( - + -- 2.49.1 From c8a4b0749261bf6539a56369f3e83b4423529aef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:40:36 +0000 Subject: [PATCH 4/5] Update src/app/login/page.tsx --- src/app/login/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index d69cf71..1150142 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function LoginPage() { return ( - + Date: Mon, 25 May 2026 07:40:37 +0000 Subject: [PATCH 5/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index d0957b3..2dcee72 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -15,7 +15,7 @@ export default function MenuPage() { ]; return ( - +