From 746f6f1a755e387daa40a1afc473b67bd74d0bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:19:50 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 140 +++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 88 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a00572c..5b6d525 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TeamCardOne from '@/components/sections/team/TeamCardOne'; import { Facebook, Instagram } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From e60475f2524ab2a3bb4663f97237c92f8a2913b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:19:51 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 134 ++++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 82 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 01a731d..c5126c6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -8,7 +8,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCart from '@/components/ecommerce/cart/ProductCart'; import { Facebook, Instagram } from "lucide-react"; -export default function LandingPage() { +export default function ShopPage() { return ( - + -
- -
+
+ +
-
- {}} - total="£0.00" - buttons={[ - { - text: "Continue Shopping", - href: "/shop", - }, - ]} - /> -
+
+ {}} + items={[]} + total="£0.00" + buttons={[ + { text: "Continue Shopping", href: "/shop" }, + ]} + /> +
- +
); -} +} \ No newline at end of file -- 2.49.1