From 46f58348d6a17b992bdbce3bf4810498e13ad9b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 06:02:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 114 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 120aa10..2ba9711 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,12 +28,7 @@ export default function LandingPage() { @@ -41,44 +36,22 @@ export default function LandingPage() {
@@ -88,13 +61,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - features={[ - { title: "Size Inclusivity", description: "Beautiful designs available in a wide range of sizes to celebrate every body shape.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bra-lingerie_23-2150458237.jpg", titleIconSrc: "Sparkles", buttonText: "View Size Guide" }, - { title: "Sustainable Fabrics", description: "Soft on your skin, kind to the planet. We use premium modal and recycled lace.", imageSrc: "http://img.b2bpic.net/free-photo/quality-female-lingerie-still-life_23-2150411280.jpg", titleIconSrc: "Leaf", buttonText: "Read Sustainability" }, - { title: "Everyday Comfort", description: "Engineered for support without compromise. No pinching, just pure softness.", imageSrc: "http://img.b2bpic.net/free-photo/view-covid-party-items-assortment_23-2149299924.jpg", titleIconSrc: "CheckCircle", buttonText: "Learn More" } - ]} - title="Why Choose Lumina" - description="Thoughtfully crafted pieces designed to fit your unique lifestyle." + features={[]} + title="" + description="" /> @@ -104,32 +73,19 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} animationType="slide-up" - products={[ - { id: "1", name: "Essential Lace Bralette", price: "$45", variant: "Available in 5 colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-djljidrb.jpg" }, - { id: "2", name: "Seamless Comfort Panty", price: "$25", variant: "Mid-rise, Soft Modal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-jxpg3geu.jpg" }, - { id: "3", name: "Satin & Lace Luxury Set", price: "$85", variant: "Bridal Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-9loj0wbq.jpg" }, - { id: "4", name: "Signature Camisole", price: "$55", variant: "Silk Blend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-omtnrxi9.jpg" }, - { id: "5", name: "Floral Lace Bodysuit", price: "$95", variant: "Limited Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-jbfx82yk.png" }, - { id: "6", name: "Everyday Support Set", price: "$65", variant: "Wireless Comfort", imageSrc: "http://img.b2bpic.net/free-photo/bride-s-morning-fine-art-wedding-happy-bride_1328-1771.jpg" } - ]} - title="The Collection" - description="From daily essentials to special occasions, find your perfect match." + products={[]} + title="" + description="" />
@@ -138,35 +94,19 @@ export default function LandingPage() {
); -} +} \ No newline at end of file