Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-17 07:09:33 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Collection",
id: "products",
},
{
name: "Our Story",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Collection", id: "products" },
{ name: "Our Story", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Porgai"
/>
@@ -55,70 +43,30 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Where elegance meets artistry"
description="Discover Lambadi embroidery heritage reimagined for the modern wardrobe. Every thread tells a story of Sittilingi artisan women."
buttons={[
{
text: "Shop Collection",
href: "#products",
},
{
text: "Our Story",
href: "#about",
},
{ text: "Shop Collection", href: "#products" },
{ text: "Our Story", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-wearing-embroidered-shirt_23-2149302543.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-wearing-embroidered-shirt_23-2149302543.jpg"
imageAlt="elegant fashion photography embroidery"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-elegant-dress-exudes-sensuality-generated-by-ai_188544-37334.jpg",
alt: "Young woman in elegant dress exudes sensuality generated by AI",
},
{
src: "http://img.b2bpic.net/free-photo/close-shot-no-head-woman-beige-suit-white-bra-hold-bouquet-colorful-dried-flowers-red-manicure-two-rings-fingers_343596-3204.jpg",
alt: "Close shot no head woman in beige suit and white bra hold bouquet of colorful dried flowers red manicure two rings on fingers",
},
{
src: "http://img.b2bpic.net/free-photo/hands-assembling-advent-wreath_23-2150820770.jpg",
alt: "Hands assembling advent wreath",
},
{
src: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-bathtub_23-2147821064.jpg",
alt: "Spa concept with woman in bathtub",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-albinism-posing-studio_23-2150535751.jpg",
alt: "Medium shot woman with albinism posing in studio",
},
{ src: "http://img.b2bpic.net/free-photo/young-woman-elegant-dress-exudes-sensuality-generated-by-ai_188544-37334.jpg", alt: "Young woman in elegant dress exudes sensuality generated by AI" },
{ src: "http://img.b2bpic.net/free-photo/close-shot-no-head-woman-beige-suit-white-bra-hold-bouquet-colorful-dried-flowers-red-manicure-two-rings-fingers_343596-3204.jpg", alt: "Close shot no head woman in beige suit and white bra hold bouquet of colorful dried flowers red manicure two rings on fingers" },
{ src: "http://img.b2bpic.net/free-photo/hands-assembling-advent-wreath_23-2150820770.jpg", alt: "Hands assembling advent wreath" },
{ src: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-bathtub_23-2147821064.jpg", alt: "Spa concept with woman in bathtub" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-albinism-posing-studio_23-2150535751.jpg", alt: "Medium shot woman with albinism posing in studio" },
]}
avatarText="Join 500+ happy collectors"
marqueeItems={[
{
type: "text",
text: "Ethically Handcrafted",
},
{
type: "text-icon",
text: "Sustainable Materials",
icon: Leaf,
},
{
type: "text",
text: "Lambadi Heritage",
},
{
type: "text-icon",
text: "Fair Trade Certified",
icon: Shield,
},
{
type: "text",
text: "Artisan Designed",
},
{ type: "text", text: "Ethically Handcrafted" },
{ type: "text-icon", text: "Sustainable Materials", icon: Leaf },
{ type: "text", text: "Lambadi Heritage" },
{ type: "text-icon", text: "Fair Trade Certified", icon: Shield },
{ type: "text", text: "Artisan Designed" },
]}
/>
</div>
@@ -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() {
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Embroidered Silk Kurta",
price: "₹3,499",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-nature-concept_23-2148605978.jpg",
},
{
id: "p2",
name: "Lambadi Motif Scarf",
price: "₹1,299",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-robe-holding-flowers_23-2148305002.jpg",
},
{
id: "p3",
name: "Signature Blouse",
price: "₹2,199",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-boho-dress-with-romantic-garden-aesthetic-vegetation_23-2150260772.jpg",
},
{
id: "p4",
name: "Artisan Wrap Dress",
price: "₹4,599",
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400904.jpg",
},
{
id: "p5",
name: "Embroidered Tote Bag",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-textile-samples-black-table_53876-65127.jpg",
},
{
id: "p6",
name: "Silk Festive Skirt",
price: "₹3,899",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-flowers-wearing-boho-chic-dress_23-2150260789.jpg",
},
{ id: "p1", name: "Embroidered Silk Kurta", price: "₹3,499", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-flowers-nature-concept_23-2148605978.jpg" },
{ id: "p2", name: "Lambadi Motif Scarf", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-robe-holding-flowers_23-2148305002.jpg" },
{ id: "p3", name: "Signature Blouse", price: "₹2,199", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-boho-dress-with-romantic-garden-aesthetic-vegetation_23-2150260772.jpg" },
{ id: "p4", name: "Artisan Wrap Dress", price: "₹4,599", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400904.jpg" },
{ id: "p5", name: "Embroidered Tote Bag", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/closeup-textile-samples-black-table_53876-65127.jpg" },
{ id: "p6", name: "Silk Festive Skirt", price: "₹3,899", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-flowers-wearing-boho-chic-dress_23-2150260789.jpg" },
]}
title="New Arrivals"
description="Elevate your style with pieces that speak volumes about tradition and modernity."
@@ -250,27 +124,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
title: "Artisans Supported",
value: "200+",
description: "Livelihoods empowered",
icon: Users,
},
{
id: "m2",
title: "Communities",
value: "15",
description: "Sittilingi centers",
icon: Globe,
},
{
id: "m3",
title: "Garments Created",
value: "5k+",
description: "Artisan pieces sold",
icon: ShoppingBag,
},
{ id: "m1", title: "Artisans Supported", value: "200+", description: "Livelihoods empowered", icon: Users },
{ id: "m2", title: "Communities", value: "15", description: "Sittilingi centers", icon: Globe },
{ id: "m3", title: "Garments Created", value: "5k+", description: "Artisan pieces sold", icon: ShoppingBag },
]}
title="Our Impact"
description="Empowering women artisans of Sittilingi."
@@ -282,61 +138,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Ananya Reddy",
date: "Oct 2023",
title: "Customer",
quote: "The most beautiful embroidery I've ever seen. You can feel the history.",
tag: "Favourite",
avatarSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-wearing-embroidered-shirt_23-2149302543.jpg?_wi=3",
imageAlt: "fashionable young woman studio portrait",
},
{
id: "t2",
name: "Meera Nair",
date: "Nov 2023",
title: "Boutique Owner",
quote: "Stunning craftsmanship. Porgai makes luxury meaningful.",
tag: "Collaboration",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-messy-bun-posing_23-2149435265.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-arranging-clothes-hanger-shop_23-2148175672.jpg?_wi=2",
imageAlt: "fashionable young woman studio portrait",
},
{
id: "t3",
name: "Sita Devi",
date: "Dec 2023",
title: "Collector",
quote: "Wearing this feels like wearing a piece of art.",
tag: "Artistry",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-white-blank-tshirt-standing-background_1328-5346.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tailor-woman-sewing-her-studio_23-2148827118.jpg?_wi=2",
imageAlt: "fashionable young woman studio portrait",
},
{
id: "t4",
name: "Priya Sharma",
date: "Jan 2024",
title: "Customer",
quote: "So comfortable and incredibly detailed. Absolute treasure.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/girl-stairs-with-mobile-hand-touching-her-glasses_1157-1797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-selfie_23-2148750552.jpg",
imageAlt: "fashionable young woman studio portrait",
},
{
id: "t5",
name: "Lakshmi Iyer",
date: "Feb 2024",
title: "Stylist",
quote: "Modern design meets traditional heart. Perfect blend.",
tag: "Professional",
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-pinecone-beige-shawl-dark-surface_140725-63513.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90222.jpg?_wi=2",
imageAlt: "fashionable young woman studio portrait",
},
{ id: "t1", name: "Ananya Reddy", date: "Oct 2023", title: "Customer", quote: "The most beautiful embroidery I've ever seen. You can feel the history.", tag: "Favourite", avatarSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400907.jpg" },
{ id: "t2", name: "Meera Nair", date: "Nov 2023", title: "Boutique Owner", quote: "Stunning craftsmanship. Porgai makes luxury meaningful.", tag: "Collaboration", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-messy-bun-posing_23-2149435265.jpg" },
{ id: "t3", name: "Sita Devi", date: "Dec 2023", title: "Collector", quote: "Wearing this feels like wearing a piece of art.", tag: "Artistry", avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-white-blank-tshirt-standing-background_1328-5346.jpg" },
{ id: "t4", name: "Priya Sharma", date: "Jan 2024", title: "Customer", quote: "So comfortable and incredibly detailed. Absolute treasure.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/girl-stairs-with-mobile-hand-touching-her-glasses_1157-1797.jpg" },
{ id: "t5", name: "Lakshmi Iyer", date: "Feb 2024", title: "Stylist", quote: "Modern design meets traditional heart. Perfect blend.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-pinecone-beige-shawl-dark-surface_140725-63513.jpg" },
]}
title="Stories from Porgai Women"
description="Hear what our community says about heritage fashion."
@@ -350,33 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "g1",
groupTitle: "Artisan Leads",
members: [
{
id: "mem1",
title: "Kala",
subtitle: "Senior Artisan",
detail: "Master of Lambadi stitch patterns.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tailor-woman-sewing-her-studio_23-2148827118.jpg?_wi=3",
},
{
id: "mem2",
title: "Selvi",
subtitle: "Lead Coordinator",
detail: "Ensures every garment meets quality standards.",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-3141.jpg",
},
{
id: "mem3",
title: "Muthu",
subtitle: "Embroidery Lead",
detail: "Expert in intricate natural color patterns.",
imageSrc: "http://img.b2bpic.net/free-photo/stack-sweatshirts_23-2148175734.jpg",
},
id: "g1", groupTitle: "Artisan Leads", members: [
{ id: "mem1", title: "Kala", subtitle: "Senior Artisan", detail: "Master of Lambadi stitch patterns.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tailor-woman-sewing-her-studio_23-2148827118.jpg" },
{ id: "mem2", title: "Selvi", subtitle: "Lead Coordinator", detail: "Ensures every garment meets quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-3141.jpg" },
{ id: "mem3", title: "Muthu", subtitle: "Embroidery Lead", detail: "Expert in intricate natural color patterns.", imageSrc: "http://img.b2bpic.net/free-photo/stack-sweatshirts_23-2148175734.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-wearing-embroidered-shirt_23-2149302543.jpg?_wi=4",
imageAlt: "artisan woman embroidery portrait",
},
]}
title="Meet the Makers"
@@ -389,21 +173,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Is the embroidery handmade?",
content: "Yes, every single thread and pattern is meticulously embroidered by hand by women artisans in Sittilingi.",
},
{
id: "q2",
title: "What materials do you use?",
content: "We prioritize organic, sustainable, and natural fabrics like cotton and silk for durability and comfort.",
},
{
id: "q3",
title: "Do you ship worldwide?",
content: "We ship globally from our production center in India.",
},
{ id: "q1", title: "Is the embroidery handmade?", content: "Yes, every single thread and pattern is meticulously embroidered by hand by women artisans in Sittilingi." },
{ id: "q2", title: "What materials do you use?", content: "We prioritize organic, sustainable, and natural fabrics like cotton and silk for durability and comfort." },
{ id: "q3", title: "Do you ship worldwide?", content: "We ship globally from our production center in India." },
]}
title="Frequently Asked"
description="Have questions about our heritage pieces?"
@@ -414,16 +186,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Join our community of heritage fashion lovers. Sign up for exclusive collection drops and artisan stories."
buttons={[
{
text: "Subscribe Now",
href: "#",
},
]}
buttons={[{ text: "Subscribe Now", href: "#" }]}
/>
</div>
@@ -431,45 +196,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Porgai"
columns={[
{
title: "Shop",
items: [
{
label: "New Arrivals",
href: "#products",
},
{
label: "Best Sellers",
href: "#",
},
],
},
{
title: "About",
items: [
{
label: "Our Story",
href: "#about",
},
{
label: "Artisans",
href: "#team",
},
],
},
{
title: "Legal",
items: [
{
label: "Shipping Policy",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ title: "Shop", items: [{ label: "New Arrivals", href: "#products" }, { label: "Best Sellers", href: "#" }] },
{ title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Artisans", href: "#team" }] },
{ title: "Legal", items: [{ label: "Shipping Policy", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
copyrightText="© 2024 Porgai. All Rights Reserved."
/>