diff --git a/src/app/page.tsx b/src/app/page.tsx
index 822f0a2..959484c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,70 +43,30 @@ export default function LandingPage() {
@@ -130,64 +78,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "100% Authentic Artistry",
- description: "Each piece is directly sourced from Lambadi artisans, ensuring fair trade and genuine cultural heritage preservation.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-arranging-clothes-hanger-shop_23-2148175672.jpg?_wi=1",
- imageAlt: "luxury handmade embroidery dress",
- },
- items: [
- {
- icon: Sparkles,
- text: "Handcrafted details",
- },
- {
- icon: Shield,
- text: "Ethically sourced",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-wearing-embroidered-shirt_23-2149302543.jpg?_wi=2",
- imageAlt: "luxury handmade embroidery dress",
+ title: "100% Authentic Artistry", description: "Each piece is directly sourced from Lambadi artisans, ensuring fair trade and genuine cultural heritage preservation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-arranging-clothes-hanger-shop_23-2148175672.jpg", imageAlt: "luxury handmade embroidery dress" },
+ items: [{ icon: Sparkles, text: "Handcrafted details" }, { icon: Shield, text: "Ethically sourced" }],
+ reverse: false
},
{
- title: "Sustainable Fashion",
- description: "We utilize natural dyes and organic cottons, minimizing our ecological footprint while maintaining premium comfort.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pinecone-beige-shawl-dark-surface_140725-63513.jpg",
- imageAlt: "elegant fashion photography embroidery",
- },
- items: [
- {
- icon: Leaf,
- text: "Natural materials",
- },
- {
- icon: Award,
- text: "Eco-friendly process",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tailor-woman-sewing-her-studio_23-2148827118.jpg?_wi=1",
- imageAlt: "luxury handmade embroidery dress",
+ title: "Sustainable Fashion", description: "We utilize natural dyes and organic cottons, minimizing our ecological footprint while maintaining premium comfort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pinecone-beige-shawl-dark-surface_140725-63513.jpg", imageAlt: "elegant fashion photography embroidery" },
+ items: [{ icon: Leaf, text: "Natural materials" }, { icon: Award, text: "Eco-friendly process" }],
+ reverse: true
},
{
- title: "Limited Edition Drops",
- description: "Because our pieces are hand-embroidered, we only release a few at a time. Each is a unique collector's item.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90222.jpg?_wi=1",
- imageAlt: "luxury handmade embroidery dress",
- },
- items: [
- {
- icon: Clock,
- text: "Exclusive releases",
- },
- {
- icon: Star,
- text: "Unique patterns",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400907.jpg",
- imageAlt: "luxury handmade embroidery dress",
+ title: "Limited Edition Drops", description: "Because our pieces are hand-embroidered, we only release a few at a time. Each is a unique collector's item.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90222.jpg", imageAlt: "luxury handmade embroidery dress" },
+ items: [{ icon: Clock, text: "Exclusive releases" }, { icon: Star, text: "Unique patterns" }],
+ reverse: false
},
]}
title="Crafted with Intent"
@@ -197,46 +100,17 @@ export default function LandingPage() {
@@ -431,45 +196,9 @@ export default function LandingPage() {