Merge version_2 into main #2
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Entrepreneur X Stitch"
|
||||
/>
|
||||
@@ -46,33 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Custom Work Done Right On Time"
|
||||
description="Latino-owned embroidery and custom apparel led by Carlos—trusted for quality, speed, and getting it done when others can't. Whether it's a last-minute order or a precision design, we deliver the results you need without the stress."
|
||||
description="Latino-owned embroidery and custom apparel led by Carlos—trusted for quality, speed, and getting it done when others can't."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg", imageAlt: "Embroidery process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-having-online-meeting_23-2149116356.jpg", imageAlt: "Custom apparel" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/braless-woman-working-indoor_23-2150490576.jpg", imageAlt: "Carlos embroidery work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working_23-2148828300.jpg", imageAlt: "Detailed embroidery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner_23-2148828325.jpg", imageAlt: "Embroidery workshop" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg", imageAlt: "Branded clothing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-manufacturing-clothes-medium-shot_23-2149007432.jpg", imageAlt: "Embroidery workshop" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-wearing-embroidered-shirt_23-2149302543.jpg", imageAlt: "Detailed embroidery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-designer-working-sewing-machine_23-2147874998.jpg", imageAlt: "Carlos embroidery work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-teens-sitting-together_23-2149241544.jpg", imageAlt: "Custom apparel" },
|
||||
]}
|
||||
buttons={[{ text: "Start Your Project", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-couple-make-okay-gesture-have-positive-expressions_273609-17322.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-arabian-man-holding-phone-handsome-bearded-man-speaking-mobile-phone-reflecting-shop-glass-outdoors-communication-modern-technology-concept_74855-21343.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-person-playing-poker-with-friends_23-2149276094.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg", alt: "Client" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +59,7 @@ export default function LandingPage() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Reliability with Cultural Roots"
|
||||
description="Led by Carlos, we blend heritage and precision. Our craft is inspired by diverse traditions, ensuring every stitch carries both professional quality and cultural artistry."
|
||||
description="Led by Carlos, we blend heritage and precision."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Projects Completed" },
|
||||
{ value: "100%", title: "Artistic Dedication" },
|
||||
@@ -99,52 +78,44 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Cultural Craftsmanship", descriptions: ["We weave traditional motifs into modern branding, adding textures that tell a story."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg", imageAlt: "Embroidered floral texture"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Heritage Design", descriptions: ["Our patterns are inspired by rich artistic history, delivering a unique aesthetic to your apparel."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sewing-machine-workshop_171337-6768.jpg", imageAlt: "Precision embroidery detail"
|
||||
},
|
||||
{ id: "1", title: "Cultural Craftsmanship", descriptions: ["We weave traditional motifs into modern branding."], imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg", imageAlt: "Embroidered floral texture" },
|
||||
]}
|
||||
title="Our Heritage approach"
|
||||
description="We value the art of embroidery, combining legacy techniques with fast-paced precision to make your brand stand out."
|
||||
description="We value the art of embroidery."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
title="Artisanal Apparel Selection"
|
||||
description="Browse our collection, featuring textures and patterns influenced by diverse global design heritages."
|
||||
description="Browse our collection, featuring textures and patterns influenced by global design heritages."
|
||||
products={[
|
||||
{ id: "1", brand: "Heritage", name: "Textured Cotton Tee", price: "$30", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg" },
|
||||
{ id: "2", brand: "Heritage", name: "Floral Pattern Polo", price: "$40", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/turquoise-yellow-orange-colored-wool_23-2148242014.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={["Microsoft", "Google", "Apple", "Nike", "Adidas"]}
|
||||
names={["Microsoft", "Google", "Apple"]}
|
||||
title="Trusted Partners"
|
||||
description="Supporting businesses with gear that celebrates craft."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Elena V.", role: "Designer", testimonial: "The cultural patterns they incorporated into our logo were breathtaking. Truly artistic.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-embroidery_1262-16496.jpg"
|
||||
},
|
||||
{ id: "1", name: "Elena V.", role: "Designer", testimonial: "The cultural patterns were breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-wearing-embroidery_1262-16496.jpg" },
|
||||
]}
|
||||
title="Stories of Craft"
|
||||
description="Clients who cherish the blend of professional speed and cultural depth."
|
||||
@@ -156,10 +127,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Can you customize traditional patterns?", content: "Yes, we specialize in adapting traditional textures and motifs for modern embroidery." },
|
||||
{ id: "2", title: "Is the quality durable?", content: "We combine high-end gear with artistic attention to detail for long-lasting, vibrant results." },
|
||||
{ id: "1", title: "Can you customize traditional patterns?", content: "Yes, we specialize in adapting traditional textures." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries about our process."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,6 +141,7 @@ export default function LandingPage() {
|
||||
tag="Connect"
|
||||
title="Bring Your Vision to Life"
|
||||
description="Let's combine your brand with our artisanal embroidery techniques."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user