From a22420a79179d737047e6691bea030a72a3a270b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 16:25:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 226 +++++++---------------------------------------- 1 file changed, 32 insertions(+), 194 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b0116..527536b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,71 +28,29 @@ export default function LandingPage() {
@@ -102,24 +60,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: 1, - title: "Premium Materials", - description: "Sourced from the finest textiles globally.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-fashion-style-webinar-template_23-2149874281.jpg", - }, - { - id: 2, - title: "Ethical Sourcing", - description: "Committed to sustainable fashion practices.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575317.jpg", - }, - { - id: 3, - title: "Modern Fit", - description: "Tailored for the contemporary lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-using-tablet-outdoors_23-2150747669.jpg", - }, + { id: 1, title: "Premium Materials", description: "Sourced from the finest textiles globally.", imageSrc: "http://img.b2bpic.net/free-vector/flat-fashion-style-webinar-template_23-2149874281.jpg" }, + { id: 2, title: "Ethical Sourcing", description: "Committed to sustainable fashion practices.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575317.jpg" }, + { id: 3, title: "Modern Fit", description: "Tailored for the contemporary lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-using-tablet-outdoors_23-2150747669.jpg" }, ]} title="Why Lumina Style" description="Quality craft meets modern aesthetics in every piece we design." @@ -133,24 +76,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Signature Silk Dress", - price: "$240", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-smiling-woman-walking-city-street-pink-coat-spring-fashion-trend-turning-around_285396-2495.jpg", - }, - { - id: "p2", - name: "Classic Tailored Blazer", - price: "$380", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11171.jpg", - }, - { - id: "p3", - name: "Urban Tech Jacket", - price: "$190", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-beige-outfit-walking-street-winter-time_1303-26343.jpg", - }, + { id: "p1", name: "Signature Silk Dress", price: "$240", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-smiling-woman-walking-city-street-pink-coat-spring-fashion-trend-turning-around_285396-2495.jpg" }, + { id: "p2", name: "Classic Tailored Blazer", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11171.jpg" }, + { id: "p3", name: "Urban Tech Jacket", price: "$190", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-beige-outfit-walking-street-winter-time_1303-26343.jpg" }, ]} title="New Arrivals" description="The freshest pieces for your wardrobe." @@ -161,61 +89,18 @@ export default function LandingPage() { -- 2.49.1