diff --git a/src/app/page.tsx b/src/app/page.tsx
index abe45a8..0a5e0fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,132 +28,45 @@ export default function LandingPage() {
@@ -165,24 +78,9 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Sustainable Sourcing",
- description: "Ethically harvested organic cotton and linen from trusted partners.",
- imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-shop_23-2148164762.jpg?_wi=2",
- },
- {
- id: "f2",
- title: "Artisan Craftsmanship",
- description: "Small-batch production ensures precision and care in every single garment.",
- imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-shop_23-2148164762.jpg?_wi=3",
- },
- {
- id: "f3",
- title: "Timeless Aesthetics",
- description: "Designed to outlast trends and stay relevant in your wardrobe for years.",
- imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-shop_23-2148164762.jpg?_wi=4",
- },
+ { id: "f1", title: "Sustainable Sourcing", description: "Ethically harvested organic cotton and linen from trusted partners.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-shop_23-2148164762.jpg" },
+ { id: "f2", title: "Artisan Craftsmanship", description: "Small-batch production ensures precision and care in every single garment.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-shop_23-2148164762.jpg" },
+ { id: "f3", title: "Timeless Aesthetics", description: "Designed to outlast trends and stay relevant in your wardrobe for years.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-shop_23-2148164762.jpg" },
]}
title="Crafted with Intent"
description="We believe in less, but better. Every stitch serves a purpose, and every material is chosen for its enduring quality and minimal impact on the environment."
@@ -196,42 +94,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Signature Linen Shirt",
- price: "$128",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-oil-near-artichokes-salt_23-2147711268.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Classic Wool Crewneck",
- price: "$185",
- imageSrc: "http://img.b2bpic.net/free-photo/call-me-back-positive-lovely-woman-does-phone-gesture-makes-sign-asks-being-touch-smiles-happily-has-friendly-look-wears-winter-jumper-isolated-beige-wall-body-language-concept_273609-26375.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "Relaxed Cotton Trousers",
- price: "$145",
- imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg?_wi=2",
- },
- {
- id: "p4",
- name: "Silk Blend Blouse",
- price: "$160",
- imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3420.jpg",
- },
- {
- id: "p5",
- name: "Heritage Denim Jacket",
- price: "$210",
- imageSrc: "http://img.b2bpic.net/free-photo/young-slim-sexy-girl-jeans-jacket-flannel-shirt-leani_613910-8770.jpg",
- },
- {
- id: "p6",
- name: "Essential Daily Tee",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-hair-posing_23-2148973995.jpg",
- },
+ { id: "p1", name: "Signature Linen Shirt", price: "$128", imageSrc: "http://img.b2bpic.net/free-photo/glass-oil-near-artichokes-salt_23-2147711268.jpg" },
+ { id: "p2", name: "Classic Wool Crewneck", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/call-me-back-positive-lovely-woman-does-phone-gesture-makes-sign-asks-being-touch-smiles-happily-has-friendly-look-wears-winter-jumper-isolated-beige-wall-body-language-concept_273609-26375.jpg" },
+ { id: "p3", name: "Relaxed Cotton Trousers", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/man-casual-outfits-going-up-stairs_114579-11469.jpg" },
+ { id: "p4", name: "Silk Blend Blouse", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3420.jpg" },
+ { id: "p5", name: "Heritage Denim Jacket", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/young-slim-sexy-girl-jeans-jacket-flannel-shirt-leani_613910-8770.jpg" },
+ { id: "p6", name: "Essential Daily Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-hair-posing_23-2148973995.jpg" },
]}
title="New Season Arrivals"
description="Explore our curated collection of essential apparel pieces."
@@ -244,61 +112,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sophia L.",
- role: "Creative Director",
- company: "Lumina Studio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-jacket_23-2149241360.jpg",
- },
- {
- id: "t2",
- name: "James P.",
- role: "Architect",
- company: "Urban Living",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg",
- },
- {
- id: "t3",
- name: "Mia D.",
- role: "Photographer",
- company: "Studio Light",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020769.jpg",
- },
- {
- id: "t4",
- name: "Robert B.",
- role: "Editor",
- company: "Daily Press",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/tender-african-woman-sleepwear-sitting-bed-home-smiling_176420-12801.jpg",
- },
- {
- id: "t5",
- name: "Chloe M.",
- role: "Designer",
- company: "ConceptCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-trendy-girl-casual-summer-yellow-t-shirt-clothes_158538-1129.jpg",
- },
- ]}
- kpiItems={[
- {
- value: "10K+",
- label: "Happy Clients",
- },
- {
- value: "4.9/5",
- label: "Avg. Rating",
- },
- {
- value: "50+",
- label: "Global Partners",
- },
+ { id: "t1", name: "Sophia L.", role: "Creative Director", company: "Lumina Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-jacket_23-2149241360.jpg" },
+ { id: "t2", name: "James P.", role: "Architect", company: "Urban Living", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg" },
+ { id: "t3", name: "Mia D.", role: "Photographer", company: "Studio Light", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020769.jpg" },
+ { id: "t4", name: "Robert B.", role: "Editor", company: "Daily Press", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tender-african-woman-sleepwear-sitting-bed-home-smiling_176420-12801.jpg" },
+ { id: "t5", name: "Chloe M.", role: "Designer", company: "ConceptCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-trendy-girl-casual-summer-yellow-t-shirt-clothes_158538-1129.jpg" },
]}
+ kpiItems={[{ value: "10K+", label: "Happy Clients" }, { value: "4.9/5", label: "Avg. Rating" }, { value: "50+", label: "Global Partners" }]}
title="Loved by Our Community"
description="Hear what our customers have to say about the quality, style, and comfort of Lumina Apparel."
/>
@@ -312,36 +132,9 @@ export default function LandingPage() {
title="Our Global Impact"
description="We are committed to transparency and measurable progress in everything we do."
metrics={[
- {
- id: "m1",
- value: "95%",
- title: "Renewable Materials",
- items: [
- "Organic Cotton",
- "Recycled Linen",
- "Bamboo Fiber",
- ],
- },
- {
- id: "m2",
- value: "12",
- title: "Artisan Workshops",
- items: [
- "Fair Wages",
- "Safe Environment",
- "Local Support",
- ],
- },
- {
- id: "m3",
- value: "0",
- title: "Plastic Packaging",
- items: [
- "Compostable Mailers",
- "Recycled Paper",
- "Zero Waste",
- ],
- },
+ { id: "m1", value: "95%", title: "Renewable Materials", items: ["Organic Cotton", "Recycled Linen", "Bamboo Fiber"] },
+ { id: "m2", value: "12", title: "Artisan Workshops", items: ["Fair Wages", "Safe Environment", "Local Support"] },
+ { id: "m3", value: "0", title: "Plastic Packaging", items: ["Compostable Mailers", "Recycled Paper", "Zero Waste"] },
]}
/>
@@ -350,45 +143,9 @@ export default function LandingPage() {