From 5d90c38dbb2526c4b41d1bb2a1e8552f9d9c037e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:22:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 +++++++++++------------------------------------ 1 file changed, 62 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f117ed9..96245ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -55,105 +47,57 @@ export default function LandingPage() { @@ -163,9 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Clean Science, Real Results." description={[ - "We believe that true beauty comes from purity. Our formulations are crafted with high-performance ingredients that respect your skin's natural barrier while delivering visible, transformative results.", - "Every product is dermatologically tested, cruelty-free, and designed to fit into your lifestyle effortlessly.", - ]} + "We believe that true beauty comes from purity. Our formulations are crafted with high-performance ingredients that respect your skin's natural barrier while delivering visible, transformative results.", "Every product is dermatologically tested, cruelty-free, and designed to fit into your lifestyle effortlessly."]} /> @@ -177,59 +119,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Luminous", - name: "Hydrating Serum", - price: "$85", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg?_wi=2", - }, + id: "p1", brand: "Luminous", name: "Hydrating Serum", price: "$85", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-serum-bottles_23-2149030375.jpg"}, { - id: "p2", - brand: "Luminous", - name: "Night Cream", - price: "$95", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242188.jpg?_wi=2", - }, + id: "p2", brand: "Luminous", name: "Night Cream", price: "$95", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242188.jpg"}, { - id: "p3", - brand: "Luminous", - name: "Facial Oil", - price: "$70", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047757.jpg?_wi=2", - }, + id: "p3", brand: "Luminous", name: "Facial Oil", price: "$70", rating: 4, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-composition_23-2149047757.jpg"}, { - id: "p4", - brand: "Luminous", - name: "Daily Cleanser", - price: "$45", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238321.jpg", - }, + id: "p4", brand: "Luminous", name: "Daily Cleanser", price: "$45", rating: 5, + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238321.jpg"}, { - id: "p5", - brand: "Luminous", - name: "Brightening Eye Cream", - price: "$60", - rating: 5, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/pink-cream-jar-with-gold-lid_187299-47227.jpg", - }, + id: "p5", brand: "Luminous", name: "Brightening Eye Cream", price: "$60", rating: 5, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pink-cream-jar-with-gold-lid_187299-47227.jpg"}, { - id: "p6", - brand: "Luminous", - name: "Calming Mask", - price: "$55", - rating: 4, - reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-with-beauty-tools-cosmetics_23-2148179558.jpg", - }, + id: "p6", brand: "Luminous", name: "Calming Mask", price: "$55", rating: 4, + reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tropical-leaves-with-beauty-tools-cosmetics_23-2148179558.jpg"}, ]} title="Curated Essentials." description="Discover our signature line of facial care, tailored to restore, rejuvenate, and revitalize your unique beauty." @@ -238,25 +144,17 @@ export default function LandingPage() {