Merge version_1 into main #3
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -33,9 +33,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Upload Design",
|
||||
href: "/order",
|
||||
}}
|
||||
text: "Upload Design", href: "/order"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,9 +44,9 @@ export default function ContactPage() {
|
||||
description="Subscribe to our newsletter for digitizing tips, industry insights, and exclusive offers for embroidery professionals."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg"
|
||||
imageAlt="Quality Threads customer support team"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -67,37 +65,19 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What file formats do you support?",
|
||||
content: "We support all major embroidery machine formats including PES, DST, JEF, EXP, VP3, HUS, and many more. Our digitizers ensure compatibility with your specific equipment.",
|
||||
},
|
||||
id: "1", title: "What file formats do you support?", content: "We support all major embroidery machine formats including PES, DST, JEF, EXP, VP3, HUS, and many more. Our digitizers ensure compatibility with your specific equipment."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does digitizing take?",
|
||||
content: "Standard digitizing typically takes 24-48 hours. Rush processing is available for an additional fee. Bulk orders may have extended timelines but include volume discounts.",
|
||||
},
|
||||
id: "2", title: "How long does digitizing take?", content: "Standard digitizing typically takes 24-48 hours. Rush processing is available for an additional fee. Bulk orders may have extended timelines but include volume discounts."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer revisions?",
|
||||
content: "Yes! All our packages include revision rounds. We'll make adjustments to stitch count, design placement, or sizing until you're completely satisfied.",
|
||||
},
|
||||
id: "3", title: "Do you offer revisions?", content: "Yes! All our packages include revision rounds. We'll make adjustments to stitch count, design placement, or sizing until you're completely satisfied."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What's the maximum design size?",
|
||||
content: "We handle designs up to 500mm x 500mm. Larger designs are managed through multiple hoops or specialized techniques. Contact us for custom sizing needs.",
|
||||
},
|
||||
id: "4", title: "What's the maximum design size?", content: "We handle designs up to 500mm x 500mm. Larger designs are managed through multiple hoops or specialized techniques. Contact us for custom sizing needs."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can you handle complex designs?",
|
||||
content: "Absolutely. Our expert digitizers specialize in complex designs with multiple colors, gradients, and intricate details. We optimize stitch counts for perfect machine performance.",
|
||||
},
|
||||
id: "5", title: "Can you handle complex designs?", content: "Absolutely. Our expert digitizers specialize in complex designs with multiple colors, gradients, and intricate details. We optimize stitch counts for perfect machine performance."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you provide production sheets?",
|
||||
content: "Yes, every digitized design includes a detailed production sheet showing thread colors, stitch count, dimensions, and machine recommendations for optimal embroidering.",
|
||||
},
|
||||
id: "6", title: "Do you provide production sheets?", content: "Yes, every digitized design includes a detailed production sheet showing thread colors, stitch count, dimensions, and machine recommendations for optimal embroidering."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-designer-browsing-pc-tablet_329181-17106.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-designer-browsing-pc-tablet_329181-17106.jpg"
|
||||
imageAlt="Embroidery digitizing process"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -112,8 +92,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Logo Digitizing", href: "/services" },
|
||||
{ label: "3D Puff", href: "/services" },
|
||||
{ label: "Cap Digitizing", href: "/services" },
|
||||
@@ -122,8 +101,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -131,8 +109,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Return Policy", href: "/returns" },
|
||||
|
||||
195
src/app/page.tsx
195
src/app/page.tsx
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Upload Design",
|
||||
href: "/order",
|
||||
}}
|
||||
text: "Upload Design", href: "/order"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +49,7 @@ export default function HomePage() {
|
||||
tag="Industry Leading"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Upload Your Design", href: "/order" },
|
||||
{ text: "Get Quote", href: "#contact" },
|
||||
@@ -59,17 +57,11 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working_23-2148828308.jpg?_wi=1",
|
||||
imageAlt: "Professional embroidery digitizing setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working_23-2148828308.jpg", imageAlt: "Professional embroidery digitizing setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg?_wi=1",
|
||||
imageAlt: "High-quality digitized logo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg", imageAlt: "High-quality digitized logo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg?_wi=1",
|
||||
imageAlt: "3D puff embroidery digitizing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg", imageAlt: "3D puff embroidery digitizing"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Hero section with embroidery digitizing showcase"
|
||||
@@ -85,21 +77,9 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "20+",
|
||||
title: "Years of Excellence",
|
||||
description: "Digitizing since 2002 with consistent quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working_23-2148828308.jpg?_wi=2",
|
||||
imageAlt: "Quality Threads experience",
|
||||
},
|
||||
id: "1", value: "20+", title: "Years of Excellence", description: "Digitizing since 2002 with consistent quality", imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working_23-2148828308.jpg", imageAlt: "Quality Threads experience"},
|
||||
{
|
||||
id: "2",
|
||||
value: "200K+",
|
||||
title: "Designs Digitized",
|
||||
description: "Perfect stitch count for every project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg?_wi=2",
|
||||
imageAlt: "Portfolio of digitized designs",
|
||||
},
|
||||
id: "2", value: "200K+", title: "Designs Digitized", description: "Perfect stitch count for every project", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg", imageAlt: "Portfolio of digitized designs"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -116,47 +96,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "logo",
|
||||
title: "Logo Digitizing",
|
||||
description: "Convert your brand logos into perfect embroidery designs with precise stitch counts and color accuracy for professional results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg?_wi=3",
|
||||
imageAlt: "Logo digitizing service",
|
||||
},
|
||||
id: "logo", title: "Logo Digitizing", description: "Convert your brand logos into perfect embroidery designs with precise stitch counts and color accuracy for professional results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg", imageAlt: "Logo digitizing service"},
|
||||
{
|
||||
id: "3d-puff",
|
||||
title: "3D Puff Digitizing",
|
||||
description: "Create dimensional embroidery with 3D puff techniques that give designs depth, texture, and premium appearance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg?_wi=2",
|
||||
imageAlt: "3D puff digitizing",
|
||||
},
|
||||
id: "3d-puff", title: "3D Puff Digitizing", description: "Create dimensional embroidery with 3D puff techniques that give designs depth, texture, and premium appearance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg", imageAlt: "3D puff digitizing"},
|
||||
{
|
||||
id: "cap",
|
||||
title: "Cap Digitizing",
|
||||
description: "Specialized digitizing for caps and hats with optimal stitch placement for curved surfaces and structured embroidery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-baseball-cap_23-2151023568.jpg?_wi=1",
|
||||
imageAlt: "Cap digitizing service",
|
||||
},
|
||||
id: "cap", title: "Cap Digitizing", description: "Specialized digitizing for caps and hats with optimal stitch placement for curved surfaces and structured embroidery.", imageSrc: "http://img.b2bpic.net/free-photo/view-baseball-cap_23-2151023568.jpg", imageAlt: "Cap digitizing service"},
|
||||
{
|
||||
id: "jacket",
|
||||
title: "Jacket Back Digitizing",
|
||||
description: "Large-format digitizing for jacket backs with complex designs, multiple colors, and professional finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-creamy-denim-jacket-apparel-shoot-rear-view_53876-102894.jpg?_wi=1",
|
||||
imageAlt: "Jacket back digitizing",
|
||||
},
|
||||
id: "jacket", title: "Jacket Back Digitizing", description: "Large-format digitizing for jacket backs with complex designs, multiple colors, and professional finish.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-creamy-denim-jacket-apparel-shoot-rear-view_53876-102894.jpg", imageAlt: "Jacket back digitizing"},
|
||||
{
|
||||
id: "left-chest",
|
||||
title: "Left Chest Digitizing",
|
||||
description: "Precision digitizing for left chest placements on polo shirts, uniforms, and corporate apparel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg?_wi=4",
|
||||
imageAlt: "Left chest embroidery placement",
|
||||
},
|
||||
id: "left-chest", title: "Left Chest Digitizing", description: "Precision digitizing for left chest placements on polo shirts, uniforms, and corporate apparel.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg", imageAlt: "Left chest embroidery placement"},
|
||||
{
|
||||
id: "patch",
|
||||
title: "Patch Digitizing",
|
||||
description: "Optimized designs for patch manufacturing with clean borders and excellent machine compatibility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg?_wi=3",
|
||||
imageAlt: "Patch digitizing service",
|
||||
},
|
||||
id: "patch", title: "Patch Digitizing", description: "Optimized designs for patch manufacturing with clean borders and excellent machine compatibility.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg", imageAlt: "Patch digitizing service"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -174,45 +124,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Quality Threads",
|
||||
name: "Premium Corporate Logo Digitized",
|
||||
price: "From $15",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg?_wi=5",
|
||||
imageAlt: "Corporate logo digitizing example",
|
||||
},
|
||||
id: "1", brand: "Quality Threads", name: "Premium Corporate Logo Digitized", price: "From $15", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547901.jpg", imageAlt: "Corporate logo digitizing example"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Quality Threads",
|
||||
name: "3D Puff Dimensional Design",
|
||||
price: "From $25",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg?_wi=4",
|
||||
imageAlt: "3D puff digitizing example",
|
||||
},
|
||||
id: "2", brand: "Quality Threads", name: "3D Puff Dimensional Design", price: "From $25", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-economy-concept_23-2148547938.jpg", imageAlt: "3D puff digitizing example"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Quality Threads",
|
||||
name: "Structured Cap Design",
|
||||
price: "From $20",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-baseball-cap_23-2151023568.jpg?_wi=2",
|
||||
imageAlt: "Cap digitizing example",
|
||||
},
|
||||
id: "3", brand: "Quality Threads", name: "Structured Cap Design", price: "From $20", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/view-baseball-cap_23-2151023568.jpg", imageAlt: "Cap digitizing example"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Quality Threads",
|
||||
name: "Large Format Jacket Back",
|
||||
price: "From $35",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-creamy-denim-jacket-apparel-shoot-rear-view_53876-102894.jpg?_wi=2",
|
||||
imageAlt: "Jacket back digitizing example",
|
||||
},
|
||||
id: "4", brand: "Quality Threads", name: "Large Format Jacket Back", price: "From $35", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-creamy-denim-jacket-apparel-shoot-rear-view_53876-102894.jpg", imageAlt: "Jacket back digitizing example"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -230,59 +152,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@embroideryshop_co",
|
||||
testimonial: "Quality Threads has transformed our digitizing process. Their precision and turnaround time are unmatched. Our customers consistently praise the quality of designs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@embroideryshop_co", testimonial: "Quality Threads has transformed our digitizing process. Their precision and turnaround time are unmatched. Our customers consistently praise the quality of designs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@promotionalproducts",
|
||||
testimonial: "We've worked with many digitizing services, but Quality Threads stands out. Professional, reliable, and they understand our tight deadlines.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen testimonial",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@promotionalproducts", testimonial: "We've worked with many digitizing services, but Quality Threads stands out. Professional, reliable, and they understand our tight deadlines.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@customapparel",
|
||||
testimonial: "The level of detail and precision in their work is exceptional. Our clients have noticed the difference in stitch quality immediately.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez testimonial",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@customapparel", testimonial: "The level of detail and precision in their work is exceptional. Our clients have noticed the difference in stitch quality immediately.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@patchmanufacturing",
|
||||
testimonial: "Fast, accurate, and always willing to make revisions. Quality Threads is our go-to partner for all patch digitizing needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "David Kim testimonial",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@patchmanufacturing", testimonial: "Fast, accurate, and always willing to make revisions. Quality Threads is our go-to partner for all patch digitizing needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
handle: "@uniformsupplies",
|
||||
testimonial: "Outstanding service with competitive pricing. They've helped us scale our uniform business significantly. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Lisa Anderson testimonial",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", handle: "@uniformsupplies", testimonial: "Outstanding service with competitive pricing. They've helped us scale our uniform business significantly. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson testimonial"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wilson",
|
||||
handle: "@textiledesigner",
|
||||
testimonial: "Working with Quality Threads has been a game-changer for our company. Professional, efficient, and results that exceed expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "James Wilson testimonial",
|
||||
},
|
||||
id: "6", name: "James Wilson", handle: "@textiledesigner", testimonial: "Working with Quality Threads has been a game-changer for our company. Professional, efficient, and results that exceed expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson testimonial"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -298,9 +184,9 @@ export default function HomePage() {
|
||||
description="Subscribe to our newsletter for digitizing tips, industry insights, and exclusive offers for embroidery professionals."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg"
|
||||
imageAlt="Quality Threads customer support team"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -314,8 +200,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Logo Digitizing", href: "/services" },
|
||||
{ label: "3D Puff", href: "/services" },
|
||||
{ label: "Cap Digitizing", href: "/services" },
|
||||
@@ -324,8 +209,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -333,8 +217,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Return Policy", href: "/returns" },
|
||||
|
||||
Reference in New Issue
Block a user