Merge version_1_1781458554190 into main #1
@@ -13,262 +13,179 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="home" data-section="home">
|
||||
<SectionErrorBoundary name="home">
|
||||
<div id="home" data-section="home">
|
||||
<SectionErrorBoundary name="home">
|
||||
<HeroOverlayMarquee
|
||||
tag="Elevate Your Living"
|
||||
title="Artisanal Home Fashions"
|
||||
description="Discover curated textiles and home decor that blend timeless elegance with modern comfort, meticulously crafted for your sanctuary."
|
||||
primaryButton={{
|
||||
text: "View Collection",
|
||||
href: "#products",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
text: "Sustainable Materials",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
text: "Handcrafted Excellence",
|
||||
icon: Diamond,
|
||||
},
|
||||
{
|
||||
text: "Timeless Design",
|
||||
icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Elevate Your Living"
|
||||
title="Artisanal Home Fashions"
|
||||
description="Discover curated textiles and home decor that blend timeless elegance with modern comfort, meticulously crafted for your sanctuary."
|
||||
primaryButton={{
|
||||
text: "View Collection", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Our Story", href: "#about"}}
|
||||
items={[
|
||||
{
|
||||
text: "Sustainable Materials", icon: Leaf,
|
||||
},
|
||||
{
|
||||
text: "Handcrafted Excellence", icon: Diamond,
|
||||
},
|
||||
{
|
||||
text: "Timeless Design", icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-relaxed-asian-woman-laying-couch-home-with-laptop-listening-podcast-enjoying-weekend_1258-83737.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesMediaCards
|
||||
tag="Quality First"
|
||||
title="Crafted For Longevity"
|
||||
description="We believe in pieces that don't just furnish a room, but complete your life."
|
||||
items={[
|
||||
{
|
||||
title: "Textile Artistry",
|
||||
description: "Expert weaving and premium threads for superior comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-blue-thread-reels_23-2148212665.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sustainable Roots",
|
||||
description: "Eco-conscious sourcing for a brighter, healthier home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-home-with-cactus-plants-wooden-shelf_53876-134330.jpg",
|
||||
},
|
||||
{
|
||||
title: "Modern Timelessness",
|
||||
description: "Classic designs that evolve with your unique style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Quality First"
|
||||
title="Crafted For Longevity"
|
||||
description="We believe in pieces that don't just furnish a room, but complete your life."
|
||||
items={[
|
||||
{
|
||||
title: "Textile Artistry", description: "Expert weaving and premium threads for superior comfort.", imageSrc: "http://img.b2bpic.net/free-photo/group-blue-thread-reels_23-2148212665.jpg"},
|
||||
{
|
||||
title: "Sustainable Roots", description: "Eco-conscious sourcing for a brighter, healthier home.", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-home-with-cactus-plants-wooden-shelf_53876-134330.jpg"},
|
||||
{
|
||||
title: "Modern Timelessness", description: "Classic designs that evolve with your unique style.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesImageBento
|
||||
tag="Our Catalog"
|
||||
title="Curated Collections"
|
||||
description="Browse our latest home essentials designed to bring elegance and warmth to every corner."
|
||||
items={[
|
||||
{
|
||||
title: "Linen Sets",
|
||||
description: "Pure organic linen bedding for restful sleep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg",
|
||||
},
|
||||
{
|
||||
title: "Velvet Pillows",
|
||||
description: "Luxurious comfort with rich color palettes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-board-with-tasty-gingerbread-pinecones-high-quality-photo_114579-78232.jpg",
|
||||
},
|
||||
{
|
||||
title: "Wool Throws",
|
||||
description: "Heavy, warm, and exceptionally soft textures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600305.jpg",
|
||||
},
|
||||
{
|
||||
title: "Designer Curtains",
|
||||
description: "Elevated window styling for your living area.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960693.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artisan Vases",
|
||||
description: "Hand-blown glass pieces as focal art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg",
|
||||
},
|
||||
{
|
||||
title: "Woven Rugs",
|
||||
description: "Sturdy yet soft underfoot craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/textured-natural-cotton-towels_53876-128205.jpg",
|
||||
},
|
||||
{
|
||||
title: "Knitted Blankets",
|
||||
description: "Chunky textures for cozy modern living.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stack-cozy-knitted-sweaters-wooden-background_169016-51893.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Catalog"
|
||||
title="Curated Collections"
|
||||
description="Browse our latest home essentials designed to bring elegance and warmth to every corner."
|
||||
items={[
|
||||
{
|
||||
title: "Linen Sets", description: "Pure organic linen bedding for restful sleep.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg"},
|
||||
{
|
||||
title: "Velvet Pillows", description: "Luxurious comfort with rich color palettes.", imageSrc: "http://img.b2bpic.net/free-photo/dark-board-with-tasty-gingerbread-pinecones-high-quality-photo_114579-78232.jpg"},
|
||||
{
|
||||
title: "Wool Throws", description: "Heavy, warm, and exceptionally soft textures.", imageSrc: "http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600305.jpg"},
|
||||
{
|
||||
title: "Designer Curtains", description: "Elevated window styling for your living area.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960693.jpg"},
|
||||
{
|
||||
title: "Artisan Vases", description: "Hand-blown glass pieces as focal art.", imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg"},
|
||||
{
|
||||
title: "Woven Rugs", description: "Sturdy yet soft underfoot craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/textured-natural-cotton-towels_53876-128205.jpg"},
|
||||
{
|
||||
title: "Knitted Blankets", description: "Chunky textures for cozy modern living.", imageSrc: "http://img.b2bpic.net/free-photo/stack-cozy-knitted-sweaters-wooden-background_169016-51893.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsSimpleCards
|
||||
tag="Our Impact"
|
||||
title="By The Numbers"
|
||||
description="Thousands of homes transformed through quality design."
|
||||
metrics={[
|
||||
{
|
||||
value: "15K+",
|
||||
description: "Happy Homes",
|
||||
},
|
||||
{
|
||||
value: "200+",
|
||||
description: "Artisanal Pieces",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
description: "Global Awards",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
description: "Sustainable Partners",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Impact"
|
||||
title="By The Numbers"
|
||||
description="Thousands of homes transformed through quality design."
|
||||
metrics={[
|
||||
{
|
||||
value: "15K+", description: "Happy Homes"},
|
||||
{
|
||||
value: "200+", description: "Artisanal Pieces"},
|
||||
{
|
||||
value: "15+", description: "Global Awards"},
|
||||
{
|
||||
value: "50+", description: "Sustainable Partners"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Our Philosophy"
|
||||
quote="Noah Home Fashions was built on the idea that home should be your greatest source of inspiration and comfort."
|
||||
author="Noah Sterling"
|
||||
role="Founder & Lead Designer"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-designer-thoughtfully-working-with-new-textile-cozy-sewing-workshop_574295-3686.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Philosophy"
|
||||
quote="Noah Home Fashions was built on the idea that home should be your greatest source of inspiration and comfort."
|
||||
author="Noah Sterling"
|
||||
role="Founder & Lead Designer"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-designer-thoughtfully-working-with-new-textile-cozy-sewing-workshop_574295-3686.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Love Notes"
|
||||
title="Client Stories"
|
||||
description="Hear how we've elevated homes around the world."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena R.",
|
||||
role: "Architect",
|
||||
company: "Studio Designs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus J.",
|
||||
role: "Creative",
|
||||
company: "Vogue Interiors",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-with-color-palette-wall-paint_23-2150334456.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah W.",
|
||||
role: "Designer",
|
||||
company: "HomeBase",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
|
||||
},
|
||||
{
|
||||
name: "James B.",
|
||||
role: "Owner",
|
||||
company: "CityLoft",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
|
||||
},
|
||||
{
|
||||
name: "Alice T.",
|
||||
role: "Buyer",
|
||||
company: "DecorCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-discussing-house-design-with-smiling-female-client_1262-18369.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Love Notes"
|
||||
title="Client Stories"
|
||||
description="Hear how we've elevated homes around the world."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena R.", role: "Architect", company: "Studio Designs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{
|
||||
name: "Marcus J.", role: "Creative", company: "Vogue Interiors", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-with-color-palette-wall-paint_23-2150334456.jpg"},
|
||||
{
|
||||
name: "Sarah W.", role: "Designer", company: "HomeBase", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
|
||||
{
|
||||
name: "James B.", role: "Owner", company: "CityLoft", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg"},
|
||||
{
|
||||
name: "Alice T.", role: "Buyer", company: "DecorCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-discussing-house-design-with-smiling-female-client_1262-18369.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Featured In"
|
||||
title="Design Publications"
|
||||
names={[
|
||||
"Vogue Interiors",
|
||||
"Architectural Daily",
|
||||
"Home Beautiful",
|
||||
"Living Style",
|
||||
"Elle Decor",
|
||||
"Interior Vision",
|
||||
"Modern Design Mag",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Featured In"
|
||||
title="Design Publications"
|
||||
description="As featured in top global design and lifestyle publications."
|
||||
names={[
|
||||
"Vogue Interiors", "Architectural Daily", "Home Beautiful", "Living Style", "Elle Decor", "Interior Vision", "Modern Design Mag"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Common Questions"
|
||||
title="Need Help?"
|
||||
description="Everything you need to know about our products and shipping."
|
||||
items={[
|
||||
{
|
||||
question: "What is your return policy?",
|
||||
answer: "We offer a 30-day hassle-free return policy on all unused items.",
|
||||
},
|
||||
{
|
||||
question: "Do you ship internationally?",
|
||||
answer: "Yes, we ship to over 50 countries worldwide.",
|
||||
},
|
||||
{
|
||||
question: "Are your materials sustainable?",
|
||||
answer: "Absolutely. We only use certified organic cotton and recycled materials.",
|
||||
},
|
||||
{
|
||||
question: "Can I request custom work?",
|
||||
answer: "Yes, we offer bespoke textile services for designers and unique projects.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Common Questions"
|
||||
title="Need Help?"
|
||||
description="Everything you need to know about our products and shipping."
|
||||
items={[
|
||||
{
|
||||
question: "What is your return policy?", answer: "We offer a 30-day hassle-free return policy on all unused items."},
|
||||
{
|
||||
question: "Do you ship internationally?", answer: "Yes, we ship to over 50 countries worldwide."},
|
||||
{
|
||||
question: "Are your materials sustainable?", answer: "Absolutely. We only use certified organic cotton and recycled materials."},
|
||||
{
|
||||
question: "Can I request custom work?", answer: "Yes, we offer bespoke textile services for designers and unique projects."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Ready to transform your sanctuary? Reach out for a consultation or design support."
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Get Started"
|
||||
text="Ready to transform your sanctuary? Reach out for a consultation or design support."
|
||||
primaryButton={{
|
||||
text: "Contact Us", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Learn More", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user