Update src/app/bulk-orders/page.tsx
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import Link from "next/link";
|
||||
import { Phone } from "lucide-react";
|
||||
import { Package, Phone } from "lucide-react";
|
||||
|
||||
export default function BulkOrdersPage() {
|
||||
return (
|
||||
@@ -18,7 +16,7 @@ export default function BulkOrdersPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -27,67 +25,42 @@ export default function BulkOrdersPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Shop", id: "shop" },
|
||||
{ name: "Bulk Orders", id: "bulk" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Bulk Orders", id: "/bulk-orders" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "WhatsApp Order", href: "https://wa.me/923089264873" }}
|
||||
brandName="Style Zone"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="bulk-intro" data-section="bulk-intro">
|
||||
<TextSplitAbout
|
||||
title="Wholesale & Bulk Manufacturing"
|
||||
description={[
|
||||
"Style Zone specializes in large-volume jacket production for retailers, brands, and distributors. We provide competitive wholesale pricing, custom branding, and dedicated account management for bulk orders.",
|
||||
"With our modern manufacturing facility and experienced team, we can handle orders from 50 units to thousands of pieces. We maintain strict quality control at every stage of production to ensure consistency and excellence.",
|
||||
"Our wholesale program includes flexible payment terms, priority production scheduling, and comprehensive after-sales support. Let's grow your business together with our premium jacket collection.",
|
||||
]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Request Quote", href: "#contact" },
|
||||
{ text: "View Terms", href: "/contact" },
|
||||
]}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Bulk Orders & Wholesale"
|
||||
description="Partner with us for premium jacket manufacturing at competitive wholesale prices"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=1"
|
||||
imageAlt="Bulk orders and wholesale"
|
||||
textPosition="center"
|
||||
showDimOverlay={true}
|
||||
buttons={[{ text: "Get Started", href: "#benefits" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="bulk-capabilities" data-section="bulk-capabilities">
|
||||
<div id="benefits" data-section="benefits">
|
||||
<FeatureCardThree
|
||||
title="Our Manufacturing Capabilities"
|
||||
description="Comprehensive wholesale services tailored to your business needs"
|
||||
title="Why Order Bulk with Style Zone"
|
||||
description="Premium manufacturing solutions for retailers, brands, and distributors"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Custom Branding & Logos",
|
||||
description: "Add your brand with embroidery, screen printing, woven labels, or custom tags. We handle all design consultation and sample production.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=5",
|
||||
imageAlt: "Custom branding services",
|
||||
},
|
||||
id: "01", title: "Competitive Wholesale Pricing", description: "Volume-based discounts starting at just 50 units. The more you order, the better your pricing. Flexible payment terms available.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=1", imageAlt: "Wholesale pricing"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Private Label Production",
|
||||
description: "Launch your own brand with our private label services. We manufacture and package according to your specifications and design requirements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=6",
|
||||
imageAlt: "Private label manufacturing",
|
||||
},
|
||||
id: "02", title: "Custom Branding & Private Label", description: "Full customization including embroidery, screen printing, woven labels, and custom packaging. Make it your own brand.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=2", imageAlt: "Custom branding"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Flexible Pricing & Terms",
|
||||
description: "Competitive wholesale rates that scale with order volume. We offer flexible payment options including credit terms for established businesses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=7",
|
||||
imageAlt: "Flexible pricing",
|
||||
},
|
||||
id: "03", title: "Fast Production Timeline", description: "Standard 4-6 weeks with rush order options available. Dedicated account manager for your order. Regular updates and quality checks.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=3", imageAlt: "Fast production"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Fast Production & Delivery",
|
||||
description: "Standard production: 4-6 weeks. Rush orders available with advance notice. Reliable shipping to any location worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=8",
|
||||
imageAlt: "Fast production delivery",
|
||||
},
|
||||
id: "04", title: "Quality Assurance & Shipping", description: "100% quality checked before shipping. International shipping available with tracking. We handle all logistics.", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=4", imageAlt: "Quality assurance"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
textboxLayout="default"
|
||||
@@ -96,49 +69,25 @@ export default function BulkOrdersPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="bulk-benefits" data-section="bulk-benefits">
|
||||
<MetricCardTwo
|
||||
title="Wholesale Benefits"
|
||||
description="Why partners choose Style Zone for bulk manufacturing"
|
||||
metrics={[
|
||||
{ id: "1", value: "30-40%", description: "Volume Discounts" },
|
||||
{ id: "2", value: "4-6 wks", description: "Production Time" },
|
||||
{ id: "3", value: "100%", description: "Quality Promise" },
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="bulk-faq" data-section="bulk-faq">
|
||||
<div id="inquiry" data-section="inquiry">
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Bulk Order?"
|
||||
ctaDescription="Connect with our wholesale team to discuss your bulk manufacturing needs, pricing, and production timeline."
|
||||
ctaButton={{ text: "Contact Sales", href: "https://wa.me/923089264873" }}
|
||||
ctaTitle="Request Your Bulk Quote"
|
||||
ctaDescription="Tell us about your bulk order requirements and we'll provide you with a customized quote and production timeline."
|
||||
ctaButton={{ text: "Send Inquiry", href: "/contact" }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the minimum order quantity?",
|
||||
content: "Our MOQ is 50 units per design. For orders below 50 units, we can provide retail pricing. Bulk discounts increase significantly with larger order volumes.",
|
||||
},
|
||||
id: "1", title: "What is the minimum order quantity?", content: "Minimum order is 50 units per design. We can mix sizes and colors within an order. For larger orders (500+), we offer even better pricing."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How much do customizations cost?",
|
||||
content: "Customization costs depend on the type and complexity. Embroidery typically adds Rs. 100-300 per jacket. Screen printing starts from Rs. 50 per jacket. We provide detailed quotes after reviewing your specifications.",
|
||||
},
|
||||
id: "2", title: "Can I customize the jackets with my logo?", content: "Absolutely! We offer embroidery, screen printing, woven labels, and custom tags. We can also create custom designs and patterns."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept bank transfers, online payments, and credit terms for established wholesale partners. A deposit (typically 50%) is required to initiate production.",
|
||||
},
|
||||
id: "3", title: "How long does bulk production take?", content: "Standard production: 4-6 weeks. Rush orders (1-2 weeks) available for additional cost. Timeline depends on customization complexity."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you provide samples before bulk production?",
|
||||
content: "Yes! We offer sample production at a reduced rate. Samples help you verify quality and fit before committing to large orders. Sample turnaround is 2-3 weeks.",
|
||||
},
|
||||
id: "4", title: "What about shipping and delivery?", content: "We ship worldwide via DHL, FedEx, or sea freight depending on order size. Shipping costs vary by location. Insurance and tracking included."},
|
||||
{
|
||||
id: "5", title: "Do you offer payment terms?", content: "Yes! We offer flexible payment options including 50% advance + 50% on delivery for bulk orders. Bank transfers and other methods accepted."},
|
||||
{
|
||||
id: "6", title: "Can I see samples before ordering?", content: "Yes, we send samples for quality review. Sample production takes 1-2 weeks. Samples can be paid or free depending on order quantity."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -148,10 +97,10 @@ export default function BulkOrdersPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Style Zone"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
|
||||
rightLink={{ text: "Terms of Service", href: "/terms" }}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user