From 7f018423e5651a6eb03770a337dc2fb5ba3c18b4 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 27 Mar 2026 12:43:59 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/shop/page.tsx --- src/app/shop/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 59d3e87..47f6cfd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() { }, ]} title="Our Collection" + description="Discover our curated selection of lingerie." /> From c7d260fe04c6f705ca5c3eddd2969bddd27331ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:44:11 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 200 ++++++++++++++++-------------------------- 1 file changed, 76 insertions(+), 124 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 47f6cfd..08a11e3 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function ShopPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file