Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
233
src/app/page.tsx
233
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collections", id: "products"},
|
||||
{
|
||||
name: "Our Heritage",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Heritage", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ruchira Looms"
|
||||
/>
|
||||
@@ -60,62 +50,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Timeless Heritage, Handwoven Elegance"
|
||||
description="Discover Ruchira Looms' exquisite collection of authentic handloom sarees. Curated with love, preserving the artistry of Indian tradition for the modern woman."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collections",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collections", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLs9TJ82XKIZzSB3EfXYi050ht/uploaded-1778072550120-tu5z0uiw.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400868.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400868.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503018.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503018.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-stunning-pink-saree_23-2151960753.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-stunning-pink-saree_23-2151960753.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400918.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400918.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400839.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400839.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Authentic Handloom",
|
||||
},
|
||||
type: "text", text: "100% Authentic Handloom"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Direct from Weavers",
|
||||
},
|
||||
type: "text", text: "Direct from Weavers"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Silk Quality",
|
||||
},
|
||||
type: "text", text: "Premium Silk Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Shipping",
|
||||
},
|
||||
type: "text", text: "Global Shipping"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Heritage Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Heritage Craftsmanship"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,19 +94,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Heritage",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years of Heritage", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Clients",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Happy Clients", value: "5000+"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Designs Curated",
|
||||
value: "800+",
|
||||
},
|
||||
label: "Designs Curated", value: "800+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -153,47 +114,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Kanchi Traditional",
|
||||
price: "₹4,500",
|
||||
variant: "Silk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515840.jpg",
|
||||
},
|
||||
id: "p1", name: "Kanchi Traditional", price: "₹4,500", variant: "Silk", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515840.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gadwal Classic",
|
||||
price: "₹3,800",
|
||||
variant: "Cotton-Silk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-colored-boxes_1122-953.jpg",
|
||||
},
|
||||
id: "p2", name: "Gadwal Classic", price: "₹3,800", variant: "Cotton-Silk", imageSrc: "http://img.b2bpic.net/free-photo/texture-colored-boxes_1122-953.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tussar Luxe",
|
||||
price: "₹5,200",
|
||||
variant: "Tussar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg",
|
||||
},
|
||||
id: "p3", name: "Tussar Luxe", price: "₹5,200", variant: "Tussar", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Soft Cotton",
|
||||
price: "₹1,200",
|
||||
variant: "Cotton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149620438.jpg",
|
||||
},
|
||||
id: "p4", name: "Soft Cotton", price: "₹1,200", variant: "Cotton", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149620438.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Banarasi Heritage",
|
||||
price: "₹6,800",
|
||||
variant: "Silk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565169.jpg",
|
||||
},
|
||||
id: "p5", name: "Banarasi Heritage", price: "₹6,800", variant: "Silk", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565169.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fusion Weave",
|
||||
price: "₹3,500",
|
||||
variant: "Silk-Blend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830352.jpg",
|
||||
},
|
||||
id: "p6", name: "Fusion Weave", price: "₹3,500", variant: "Silk-Blend", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830352.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop", href: "#contact" }
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our handpicked range of traditional Kanchi, Tussar, and Cotton sarees."
|
||||
@@ -206,20 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Craftsmanship",
|
||||
description: "100% genuine handloom fabrics sourced directly from expert traditional weavers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-ancient-roman-woman_23-2151224426.jpg",
|
||||
},
|
||||
title: "Authentic Craftsmanship", description: "100% genuine handloom fabrics sourced directly from expert traditional weavers.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-ancient-roman-woman_23-2151224426.jpg"},
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "Sourced from the finest silk and cotton farms to ensure longevity and comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/line-green-thread-reels_23-2148212663.jpg",
|
||||
},
|
||||
title: "Premium Materials", description: "Sourced from the finest silk and cotton farms to ensure longevity and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/line-green-thread-reels_23-2148212663.jpg"},
|
||||
{
|
||||
title: "Curated Selection",
|
||||
description: "Hand-selected by Chandana to ensure every piece meets our heritage standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg",
|
||||
},
|
||||
title: "Curated Selection", description: "Hand-selected by Chandana to ensure every piece meets our heritage standards.", imageSrc: "http://img.b2bpic.net/free-photo/groom-green-shirt-touches-his-red-sherwani_8353-775.jpg"},
|
||||
]}
|
||||
title="Why Choose Ruchira"
|
||||
description="We bring authenticity and grace directly from the weavers to your doorstep."
|
||||
@@ -231,14 +156,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Craft Guild",
|
||||
"Silk Mark India",
|
||||
"Heritage Union",
|
||||
"Handloom Collective",
|
||||
"Artisan Alliance",
|
||||
"Premium Fabric Group",
|
||||
"Textile Excellence",
|
||||
]}
|
||||
"Craft Guild", "Silk Mark India", "Heritage Union", "Handloom Collective", "Artisan Alliance", "Premium Fabric Group", "Textile Excellence"]}
|
||||
title="Trusted by Thousands"
|
||||
description="Quality verified by craft lovers everywhere."
|
||||
/>
|
||||
@@ -251,40 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya R.",
|
||||
handle: "@ananyar",
|
||||
testimonial: "The Kanchi silk saree I bought is absolutely stunning. Truly authentic craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
|
||||
},
|
||||
id: "t1", name: "Ananya R.", handle: "@ananyar", testimonial: "The Kanchi silk saree I bought is absolutely stunning. Truly authentic craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Meera S.",
|
||||
handle: "@meeras",
|
||||
testimonial: "Quality is unmatched. Ruchira Looms has become my go-to for all occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-nature-lighthouse-bohemian-outfit-denim-jacket-black-hat-smiling-happy-summer-stylish-accessories_285396-2573.jpg",
|
||||
},
|
||||
id: "t2", name: "Meera S.", handle: "@meeras", testimonial: "Quality is unmatched. Ruchira Looms has become my go-to for all occasions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-nature-lighthouse-bohemian-outfit-denim-jacket-black-hat-smiling-happy-summer-stylish-accessories_285396-2573.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya K.",
|
||||
handle: "@priyak",
|
||||
testimonial: "Such beautiful and unique collections. The texture is so soft and premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400919.jpg",
|
||||
},
|
||||
id: "t3", name: "Priya K.", handle: "@priyak", testimonial: "Such beautiful and unique collections. The texture is so soft and premium.", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400919.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sonia V.",
|
||||
handle: "@soniav",
|
||||
testimonial: "I love how they curate each piece. Definitely worth the price for the quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663874.jpg",
|
||||
},
|
||||
id: "t4", name: "Sonia V.", handle: "@soniav", testimonial: "I love how they curate each piece. Definitely worth the price for the quality.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663874.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Deepika M.",
|
||||
handle: "@deepikam",
|
||||
testimonial: "Prompt delivery and fantastic packaging. Loved the personal touch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-traditional-sari-garment_23-2149565119.jpg",
|
||||
},
|
||||
id: "t5", name: "Deepika M.", handle: "@deepikam", testimonial: "Prompt delivery and fantastic packaging. Loved the personal touch.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-traditional-sari-garment_23-2149565119.jpg"},
|
||||
]}
|
||||
title="Words of Love"
|
||||
description="What our graceful customers say about our collection."
|
||||
@@ -296,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are these authentic handlooms?",
|
||||
content: "Yes, all our sarees are sourced directly from traditional weavers.",
|
||||
},
|
||||
id: "q1", title: "Are these authentic handlooms?", content: "Yes, all our sarees are sourced directly from traditional weavers."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I place an order?",
|
||||
content: "You can message us directly via the contact form or our WhatsApp.",
|
||||
},
|
||||
id: "q2", title: "How do I place an order?", content: "You can message us directly via the contact form or our WhatsApp."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer worldwide shipping?",
|
||||
content: "We ship globally. Delivery times vary by location.",
|
||||
},
|
||||
id: "q3", title: "Do you offer worldwide shipping?", content: "We ship globally. Delivery times vary by location."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -320,8 +204,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Have a Price Inquiry?"
|
||||
description="Send us a message and we will respond to you within 24 hours."
|
||||
@@ -334,37 +217,23 @@ export default function LandingPage() {
|
||||
logoText="Ruchira Looms"
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Kanchi",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Kanchi", href: "#products"},
|
||||
{
|
||||
label: "Gadwal",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Gadwal", href: "#products"},
|
||||
{
|
||||
label: "Tussar",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Tussar", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Info", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -373,4 +242,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user