Merge version_1 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -10,6 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Zap, Brush, CheckCircle, Leaf } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,39 +31,26 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "#home",
|
||||
name: "Home", id: "home"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
name: "About", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "#features",
|
||||
name: "Services", id: "features"
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "#products",
|
||||
name: "Products", id: "products"
|
||||
},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "partners",
|
||||
href: "#partners",
|
||||
name: "Partners", id: "partners"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
text: "Get a Quote", href: "#contact"
|
||||
}}
|
||||
brandName="STE Mestex"
|
||||
/>
|
||||
@@ -72,75 +60,52 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
title="Crafting Quality Apparel for Europe's Leading Brands"
|
||||
description="STE Mestex Confection Tunisie delivers exceptional clothing manufacturing, partnering with top fashion houses across Italy, France, and Germany. Experience Tunisian craftsmanship meeting European standards."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Isabelle Dubois",
|
||||
handle: "@LuxeCoutureParis",
|
||||
testimonial: "STE Mestex consistently provides unparalleled quality and adherence to design specifications. A truly reliable partner for our collections.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-girl-with-brown-hair-pink-pantsuit-sitting-red-chair-with-glass-champagne-happily-looking-camera-fashion-boutique_574295-351.jpg",
|
||||
imageAlt: "Isabelle Dubois, Luxe Couture Paris",
|
||||
name: "Isabelle Dubois", handle: "@LuxeCoutureParis", testimonial: "STE Mestex consistently provides unparalleled quality and adherence to design specifications. A truly reliable partner for our collections.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-girl-with-brown-hair-pink-pantsuit-sitting-red-chair-with-glass-champagne-happily-looking-camera-fashion-boutique_574295-351.jpg", imageAlt: "Isabelle Dubois, Luxe Couture Paris"
|
||||
},
|
||||
{
|
||||
name: "Giovanni Rossi",
|
||||
handle: "@ModaItalianaMilano",
|
||||
testimonial: "Their production efficiency and attention to detail are exceptional. STE Mestex understands European fashion demands perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg",
|
||||
imageAlt: "Giovanni Rossi, Moda Italiana Milano",
|
||||
name: "Giovanni Rossi", handle: "@ModaItalianaMilano", testimonial: "Their production efficiency and attention to detail are exceptional. STE Mestex understands European fashion demands perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Giovanni Rossi, Moda Italiana Milano"
|
||||
},
|
||||
{
|
||||
name: "Lena Schmidt",
|
||||
handle: "@BerlinFashionGroup",
|
||||
testimonial: "From prototyping to large-scale orders, STE Mestex has proven to be an invaluable manufacturing partner. Their quality control is second to none.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929569.jpg",
|
||||
imageAlt: "Lena Schmidt, Berlin Fashion Group",
|
||||
name: "Lena Schmidt", handle: "@BerlinFashionGroup", testimonial: "From prototyping to large-scale orders, STE Mestex has proven to be an invaluable manufacturing partner. Their quality control is second to none.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929569.jpg", imageAlt: "Lena Schmidt, Berlin Fashion Group"
|
||||
},
|
||||
{
|
||||
name: "Amelia Carter",
|
||||
handle: "@GlobalStyle",
|
||||
testimonial: "We appreciate their flexibility and commitment to sustainable practices. STE Mestex helps us bring our vision to life with integrity.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg",
|
||||
imageAlt: "Amelia Carter, Global Style",
|
||||
},
|
||||
name: "Amelia Carter", handle: "@GlobalStyle", testimonial: "We appreciate their flexibility and commitment to sustainable practices. STE Mestex helps us bring our vision to life with integrity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg", imageAlt: "Amelia Carter, Global Style"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Services",
|
||||
href: "#features",
|
||||
text: "Discover Our Services", href: "#features"
|
||||
},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"
|
||||
}
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-glasses-smiling-with-confident-look-sitting-cafe-with-notebook-work_1258-137926.jpg",
|
||||
alt: "Client Avatar 1",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-glasses-smiling-with-confident-look-sitting-cafe-with-notebook-work_1258-137926.jpg", alt: "Client Avatar 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148750381.jpg",
|
||||
alt: "Client Avatar 2",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148750381.jpg", alt: "Client Avatar 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg",
|
||||
alt: "Client Avatar 3",
|
||||
src: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", alt: "Client Avatar 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-happy-businessman-office_637285-10563.jpg",
|
||||
alt: "Client Avatar 4",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-happy-businessman-office_637285-10563.jpg", alt: "Client Avatar 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
|
||||
alt: "Client Avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", alt: "Client Avatar 5"
|
||||
}
|
||||
]}
|
||||
avatarText="Join our growing list of satisfied partners"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929543.jpg"
|
||||
@@ -155,21 +120,17 @@ export default function LandingPage() {
|
||||
description="With over three decades of expertise, STE Mestex Confection Tunisie combines traditional artistry with modern manufacturing techniques to produce high-quality apparel. Our commitment to precision, efficiency, and ethical practices makes us the preferred partner for leading European brands."
|
||||
metrics={[
|
||||
{
|
||||
value: "30+",
|
||||
title: "Years Experience",
|
||||
value: "30+", title: "Years Experience"
|
||||
},
|
||||
{
|
||||
value: "150+",
|
||||
title: "Skilled Artisans",
|
||||
value: "150+", title: "Skilled Artisans"
|
||||
},
|
||||
{
|
||||
value: "99%",
|
||||
title: "On-Time Delivery",
|
||||
value: "99%", title: "On-Time Delivery"
|
||||
},
|
||||
{
|
||||
value: "7+",
|
||||
title: "European Countries Served",
|
||||
},
|
||||
value: "7+", title: "European Countries Served"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pink-fabric-material-texture-with-copy-space_23-2148402305.jpg"
|
||||
imageAlt="Close-up of high quality fabric"
|
||||
@@ -184,33 +145,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Manufacturing",
|
||||
description: "Utilizing advanced machinery and skilled labor for accurate and consistent garment production at scale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner_23-2148828329.jpg?_wi=1",
|
||||
imageAlt: "Automated sewing machines",
|
||||
buttonIcon: "Zap",
|
||||
title: "Precision Manufacturing", description: "Utilizing advanced machinery and skilled labor for accurate and consistent garment production at scale.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner_23-2148828329.jpg", imageAlt: "Automated sewing machines", buttonIcon: Zap
|
||||
},
|
||||
{
|
||||
title: "Custom Design & Prototyping",
|
||||
description: "Collaborate with our design team to bring your concepts to life, with rapid prototyping and sample development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working-portrait_23-2148828311.jpg",
|
||||
imageAlt: "Fashion designer at work",
|
||||
buttonIcon: "Brush",
|
||||
title: "Custom Design & Prototyping", description: "Collaborate with our design team to bring your concepts to life, with rapid prototyping and sample development.", imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working-portrait_23-2148828311.jpg", imageAlt: "Fashion designer at work", buttonIcon: Brush
|
||||
},
|
||||
{
|
||||
title: "Rigorous Quality Control",
|
||||
description: "Comprehensive quality checks at every stage, from fabric sourcing to final stitching, ensuring flawless garments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspectors-communicating-while-walking-through-woodworking-facility-coronavirus-pandemic_637285-11883.jpg",
|
||||
imageAlt: "Hand inspecting fabric quality",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Rigorous Quality Control", description: "Comprehensive quality checks at every stage, from fabric sourcing to final stitching, ensuring flawless garments.", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspectors-communicating-while-walking-through-woodworking-facility-coronavirus-pandemic_637285-11883.jpg", imageAlt: "Hand inspecting fabric quality", buttonIcon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Sustainable Practices",
|
||||
description: "Committed to eco-friendly production methods and responsible sourcing to minimize environmental impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner_23-2148828329.jpg?_wi=2",
|
||||
imageAlt: "Green factory floor",
|
||||
buttonIcon: "Leaf",
|
||||
},
|
||||
title: "Sustainable Practices", description: "Committed to eco-friendly production methods and responsible sourcing to minimize environmental impact.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-owner_23-2148828329.jpg", imageAlt: "Green factory floor", buttonIcon: Leaf
|
||||
}
|
||||
]}
|
||||
title="Our Manufacturing Excellence"
|
||||
description="We manage the entire production cycle with meticulous attention to detail, ensuring superior quality and timely delivery for every collection, from concept to final product."
|
||||
@@ -225,26 +170,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tailored Jackets",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cyclist-man-riding-his-bike_23-2148828237.jpg",
|
||||
imageAlt: "Stylish tailored jacket",
|
||||
id: "1", name: "Tailored Jackets", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cyclist-man-riding-his-bike_23-2148828237.jpg", imageAlt: "Stylish tailored jacket"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elegant Dresses",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tailor-sewing-blue-suit_329181-13646.jpg",
|
||||
imageAlt: "Elegant evening dress",
|
||||
id: "2", name: "Elegant Dresses", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/tailor-sewing-blue-suit_329181-13646.jpg", imageAlt: "Elegant evening dress"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Classic Shirts",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-latin-man-wearing-summer-clothes-listening-music-with-earphones-against-yellow-space_58466-11968.jpg",
|
||||
imageAlt: "Classic button-up shirt",
|
||||
},
|
||||
id: "3", name: "Classic Shirts", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-latin-man-wearing-summer-clothes-listening-music-with-earphones-against-yellow-space_58466-11968.jpg", imageAlt: "Classic button-up shirt"
|
||||
}
|
||||
]}
|
||||
title="Showcasing Our Capabilities"
|
||||
description="From intricate designs to large-scale production, our diverse portfolio demonstrates the versatility and quality we bring to every apparel project."
|
||||
@@ -256,22 +189,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fashion Italia",
|
||||
"Parisian Couture",
|
||||
"Deutsche Mode",
|
||||
"Global Apparel Group",
|
||||
"Euro Textiles Co.",
|
||||
"Mediterranean Fashion",
|
||||
"Elite Brands Europe",
|
||||
"Fashion Italia", "Parisian Couture", "Deutsche Mode", "Global Apparel Group", "Euro Textiles Co.", "Mediterranean Fashion", "Elite Brands Europe"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148875177.jpg",
|
||||
"http://img.b2bpic.net/free-vector/geometric-futuristic-shape_1017-1951.jpg",
|
||||
"http://img.b2bpic.net/free-vector/coloured-abstract-shapes-collection_1222-8.jpg",
|
||||
"http://img.b2bpic.net/free-vector/monochrome-lettering-fashion-stickers-collection_23-2150435438.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-male-fashion-designer-sewing-fabric-with-needle-his-workshop_23-2148180382.jpg",
|
||||
"http://img.b2bpic.net/free-vector/slow-fashion-badge-collection_23-2148843222.jpg",
|
||||
"http://img.b2bpic.net/free-vector/sport-landing-page-with-workouts_23-2148266831.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148875177.jpg", "http://img.b2bpic.net/free-vector/geometric-futuristic-shape_1017-1951.jpg", "http://img.b2bpic.net/free-vector/coloured-abstract-shapes-collection_1222-8.jpg", "http://img.b2bpic.net/free-vector/monochrome-lettering-fashion-stickers-collection_23-2150435438.jpg", "http://img.b2bpic.net/free-photo/close-up-male-fashion-designer-sewing-fabric-with-needle-his-workshop_23-2148180382.jpg", "http://img.b2bpic.net/free-vector/slow-fashion-badge-collection_23-2148843222.jpg", "http://img.b2bpic.net/free-vector/sport-landing-page-with-workouts_23-2148266831.jpg"
|
||||
]}
|
||||
title="Trusted by European Fashion Leaders"
|
||||
description="We are proud partners with distinguished international brands across Europe, delivering consistent quality and reliability that strengthens their collections and market presence."
|
||||
@@ -285,29 +206,18 @@ export default function LandingPage() {
|
||||
description="Ready to discuss your next apparel collection? Contact us today to learn how our manufacturing expertise can benefit your brand and elevate your product line."
|
||||
inputs={[
|
||||
{
|
||||
name: "Name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "Name", type: "text", placeholder: "Your Name", required: true
|
||||
},
|
||||
{
|
||||
name: "Email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "Email", type: "email", placeholder: "Your Email", required: true
|
||||
},
|
||||
{
|
||||
name: "Subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: true,
|
||||
},
|
||||
name: "Subject", type: "text", placeholder: "Subject", required: true
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "Message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
required: true,
|
||||
name: "Message", placeholder: "Your Message", rows: 5,
|
||||
required: true
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/company-managers-gathering-meeting-room-watching-project-presentation-computer-monitor-together-holding-paper-report-business-communication-teamwork-concept_74855-11622.jpg"
|
||||
imageAlt="Modern textile office or design studio"
|
||||
@@ -323,61 +233,48 @@ export default function LandingPage() {
|
||||
imageAlt="Abstract fabric texture background"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
label: "About Us", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
label: "Careers", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Manufacturing",
|
||||
href: "#features",
|
||||
label: "Manufacturing", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Prototyping",
|
||||
href: "#features",
|
||||
label: "Prototyping", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Quality Control",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
label: "Quality Control", href: "#features"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Partners",
|
||||
items: [
|
||||
title: "Partners", items: [
|
||||
{
|
||||
label: "Our Clients",
|
||||
href: "#partners",
|
||||
label: "Our Clients", href: "#partners"
|
||||
},
|
||||
{
|
||||
label: "Collaborate",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
label: "Collaborate", href: "#contact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
label: "Get a Quote", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Support", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="STE Mestex Confection Tunisie"
|
||||
copyrightText="© 2024 STE Mestex. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user