From c4d35f26af25e8883026308478c2e0a3a10abf01 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:11:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 +++++++++++++++++++++++------------------------ 1 file changed, 139 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1979208..cc10a80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,154 +26,154 @@ export default function LandingPage() { secondaryButtonStyle="layered" headingFontWeight="semibold" > - - + + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ { window.location.href = '#checkout'; } }, + { id: "p2", brand: "Maya", name: "Crystal Flow (1L)", price: "$5.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/blank-cosmetic-lotion-bottle_74190-5091.jpg", onProductClick: () => { window.location.href = '#checkout'; } }, + { id: "p3", brand: "Maya", name: "Evergreen Pack (6x)", price: "$25.00", rating: 5, reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/still-life-daisy-flowers_23-2150321399.jpg", onProductClick: () => { window.location.href = '#checkout'; } }, + { id: "p4", brand: "Maya", name: "Summit Series (1.5L)", price: "$7.00", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/shadow-oil-bottle-with-olives-tea-strainer-white-backdrop_23-2147853863.jpg", onProductClick: () => { window.location.href = '#checkout'; } }, + { id: "p5", brand: "Maya", name: "Infinite Refill", price: "$40.00", rating: 5, reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/nice-sealed-bottle-dairy_23-2147895710.jpg", onProductClick: () => { window.location.href = '#checkout'; } }, + { id: "p6", brand: "Maya", name: "Eco-Glass Edition", price: "$12.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/thermal-bottle_1203-3566.jpg", onProductClick: () => { window.location.href = '#checkout'; } }, + ]} + title="Our Collection" + description="Select your Maya experience." + /> +
-
- -
+
+ +
-
- -
+
+ +
- +
);