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 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