From e7778c8ea92b8ad1aec5018a52abaf0c9523897f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:18:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 237 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 188 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b405396..5abe2ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,60 +44,27 @@ export default function LandingPage() {
@@ -115,20 +74,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Redefining your beauty routine", - }, + type: "text", content: "Redefining your beauty routine"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/woman-summer-field-brunette-brown-underwear_1157-39335.jpg", - alt: "About Lumina Beauty", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/woman-summer-field-brunette-brown-underwear_1157-39335.jpg", alt: "About Lumina Beauty"}, ]} buttons={[ { - text: "Read Our Story", - href: "#", - }, + text: "Read Our Story", href: "#"}, ]} /> @@ -140,48 +92,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Velvet Matte Lipstick", - price: "$28", - variant: "Rouge", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-cosmetic-bottles-jars_23-2152029108.jpg", - }, - { - id: "p2", - name: "Radiance Face Cream", - price: "$45", - variant: "Hydrating", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cream-container-with-green-background_23-2149249529.jpg", - }, - { - id: "p3", - name: "Rose Essence Perfume", - price: "$85", - variant: "Floral", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-flowers-arrangement_23-2149722431.jpg", - }, - { - id: "p4", - name: "Hydrating Mist Spray", - price: "$32", - variant: "Refresh", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-korean-woman-holding-serum_23-2150167653.jpg", - }, - { - id: "p5", - name: "Illuminating Eye Cream", - price: "$38", - variant: "Lifting", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tampon-pattern_23-2148162941.jpg", - }, - { - id: "p6", - name: "Organic Serum Oil", - price: "$52", - variant: "Organic", - imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232274.jpg", - }, + { id: "p1", name: "Velvet Matte Lipstick", price: "$28", variant: "Rouge", imageSrc: "http://img.b2bpic.net/free-photo/assortment-cosmetic-bottles-jars_23-2152029108.jpg" }, + { id: "p2", name: "Radiance Face Cream", price: "$45", variant: "Hydrating", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cream-container-with-green-background_23-2149249529.jpg" }, + { id: "p3", name: "Rose Essence Perfume", price: "$85", variant: "Floral", imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-flowers-arrangement_23-2149722431.jpg" }, + { id: "p4", name: "Hydrating Mist Spray", price: "$32", variant: "Refresh", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-korean-woman-holding-serum_23-2150167653.jpg" }, + { id: "p5", name: "Illuminating Eye Cream", price: "$38", variant: "Lifting", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tampon-pattern_23-2148162941.jpg" }, + { id: "p6", name: "Organic Serum Oil", price: "$52", variant: "Organic", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232274.jpg" }, ]} title="Our Signature Collection" description="From high-pigment lip shades to nourishing serums, discover our best-sellers crafted with high-quality ingredients." @@ -190,49 +106,25 @@ export default function LandingPage() {