Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-06 09:14:27 +00:00
4 changed files with 63 additions and 231 deletions

View File

@@ -16,7 +16,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -55,24 +55,16 @@ export default function AboutPage() {
features={[
{
icon: Palette,
title: "Quality Craftsmanship",
description: "Every fabric is selected with meticulous care. Every dyeing process is executed with precision. We believe premium quality is non-negotiable.",
},
title: "Quality Craftsmanship", description: "Every fabric is selected with meticulous care. Every dyeing process is executed with precision. We believe premium quality is non-negotiable."},
{
icon: Shirt,
title: "Customer Satisfaction",
description: "Your satisfaction is our measure of success. We listen to your needs, offer expert consultation, and deliver results that exceed expectations.",
},
title: "Customer Satisfaction", description: "Your satisfaction is our measure of success. We listen to your needs, offer expert consultation, and deliver results that exceed expectations."},
{
icon: Sparkles,
title: "Innovation & Tradition",
description: "We honor textile heritage while embracing modern techniques. This balance allows us to offer both classic collections and contemporary designs.",
},
title: "Innovation & Tradition", description: "We honor textile heritage while embracing modern techniques. This balance allows us to offer both classic collections and contemporary designs."},
{
icon: Brush,
title: "Personalized Service",
description: "No two customers are the same. We provide customized solutions, color matching, and bulk order management tailored to your unique requirements.",
},
title: "Personalized Service", description: "No two customers are the same. We provide customized solutions, color matching, and bulk order management tailored to your unique requirements."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -85,27 +77,16 @@ export default function AboutPage() {
title="Our Achievements Over 15+ Years. Building Trust, Delivering Excellence, Creating Beautiful Textiles."
tag="Milestones"
tagAnimation="slide-up"
metricsAnimation="slide-up"
metrics={[
{
id: "1",
value: "15+",
description: "Years of proven expertise in premium silk fabrics, dyeing services, and lace collections.",
},
id: "1", value: "15+", description: "Years of proven expertise in premium silk fabrics, dyeing services, and lace collections."},
{
id: "2",
value: "1000+",
description: "Loyal customers including boutiques, designers, and retailers who depend on our quality and reliability.",
},
id: "2", value: "1000+", description: "Loyal customers including boutiques, designers, and retailers who depend on our quality and reliability."},
{
id: "3",
value: "500+",
description: "Premium fabric varieties and custom dyeing solutions available for every customer need.",
},
id: "3", value: "500+", description: "Premium fabric varieties and custom dyeing solutions available for every customer need."},
{
id: "4",
value: "100%",
description: "Commitment to customer satisfaction with guaranteed quality, precision, and professional service.",
},
id: "4", value: "100%", description: "Commitment to customer satisfaction with guaranteed quality, precision, and professional service."},
]}
useInvertedBackground={false}
/>
@@ -115,8 +96,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -125,8 +105,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Fabric Dyeing", href: "/services" },
{ label: "Premium Silk", href: "/services" },
{ label: "Lace Collections", href: "/services" },
@@ -135,8 +114,7 @@ export default function AboutPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Call: 0333-4204684", href: "tel:+923334204684" },
{ label: "Call: 0312-4238881", href: "tel:+923124238881" },
{ label: "DHA Phase 1, Lahore", href: "#" },

View File

@@ -16,7 +16,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -56,7 +56,7 @@ export default function ContactPage() {
{ text: "WhatsApp: +92 333 420 4684", href: "https://wa.me/923334204684" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -71,15 +71,7 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"15+ Years Experience",
"Premium Quality",
"Fast Turnaround",
"Custom Solutions",
"Competitive Pricing",
"Professional Team",
"Bulk Orders Welcome",
"Expert Consultation",
]}
"15+ Years Experience", "Premium Quality", "Fast Turnaround", "Custom Solutions", "Competitive Pricing", "Professional Team", "Bulk Orders Welcome", "Expert Consultation"]}
speed={40}
showCard={true}
/>
@@ -89,8 +81,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -99,8 +90,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Fabric Dyeing", href: "/services" },
{ label: "Premium Silk", href: "/services" },
{ label: "Lace Collections", href: "/services" },
@@ -109,8 +99,7 @@ export default function ContactPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Call: 0333-4204684", href: "tel:+923334204684" },
{ label: "Call: 0312-4238881", href: "tel:+923124238881" },
{ label: "DHA Phase 1, Lahore", href: "#" },

View File

@@ -22,7 +22,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -49,7 +49,7 @@ export default function HomePage() {
tag="15+ Years of Excellence"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Collection", href: "/products" },
{ text: "Contact Us", href: "/contact" },
@@ -57,25 +57,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-piles-colorful-cloth-fabrics-shop_181624-13009.jpg",
imageAlt: "Premium silk fabric collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-piles-colorful-cloth-fabrics-shop_181624-13009.jpg", imageAlt: "Premium silk fabric collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-pink-natural-pigment_23-2148734405.jpg",
imageAlt: "Professional fabric dyeing process",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-pink-natural-pigment_23-2148734405.jpg", imageAlt: "Professional fabric dyeing process"},
{
imageSrc: "http://img.b2bpic.net/free-vector/classic-damask-border-background_1217-1750.jpg",
imageAlt: "Elegant lace dupatta designs",
},
imageSrc: "http://img.b2bpic.net/free-vector/classic-damask-border-background_1217-1750.jpg", imageAlt: "Elegant lace dupatta designs"},
{
imageSrc: "http://img.b2bpic.net/free-photo/thread-fiber-color-image-no-people-grid_1122-2402.jpg",
imageAlt: "Detailed silk fabric texture",
},
imageSrc: "http://img.b2bpic.net/free-photo/thread-fiber-color-image-no-people-grid_1122-2402.jpg", imageAlt: "Detailed silk fabric texture"},
{
imageSrc: "http://img.b2bpic.net/free-photo/textiles-sale_1398-3775.jpg",
imageAlt: "Anwar Dyers shop interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/textiles-sale_1398-3775.jpg", imageAlt: "Anwar Dyers shop interior"},
]}
/>
</div>
@@ -100,24 +90,16 @@ export default function HomePage() {
features={[
{
icon: Palette,
title: "Professional Fabric Dyeing",
description: "Expert color matching and custom dyeing services using premium dyes. From single color requests to complex patterns, we deliver consistent, vibrant results.",
},
title: "Professional Fabric Dyeing", description: "Expert color matching and custom dyeing services using premium dyes. From single color requests to complex patterns, we deliver consistent, vibrant results."},
{
icon: Shirt,
title: "Premium Silk Fabrics",
description: "Curated selection of finest quality silk fabrics including mulberry silk, organza, and chiffon. Perfect for formal wear, traditional garments, and luxury fashion.",
},
title: "Premium Silk Fabrics", description: "Curated selection of finest quality silk fabrics including mulberry silk, organza, and chiffon. Perfect for formal wear, traditional garments, and luxury fashion."},
{
icon: Sparkles,
title: "Dupatta Lace Collection",
description: "Exquisite lace varieties for dupattas including embroidered, chikankari, and decorative laces. Elevate your traditional outfits with our elegant designs.",
},
title: "Dupatta Lace Collection", description: "Exquisite lace varieties for dupattas including embroidered, chikankari, and decorative laces. Elevate your traditional outfits with our elegant designs."},
{
icon: Brush,
title: "Custom Color Solutions",
description: "Personalized dyeing services to match your exact color requirements. Professional consultation and expert execution for perfect results every time.",
},
title: "Custom Color Solutions", description: "Personalized dyeing services to match your exact color requirements. Professional consultation and expert execution for perfect results every time."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -134,47 +116,17 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Premium Maroon Silk",
price: "PKR 3,500 per meter",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-burgundy-fabric-suit_23-2148402310.jpg?_wi=1",
imageAlt: "Maroon premium silk fabric",
},
id: "1", name: "Premium Maroon Silk", price: "PKR 3,500 per meter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-burgundy-fabric-suit_23-2148402310.jpg", imageAlt: "Maroon premium silk fabric"},
{
id: "2",
name: "Golden Luxury Silk",
price: "PKR 4,200 per meter",
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-cloth_23-2149872277.jpg?_wi=1",
imageAlt: "Golden silk fabric collection",
},
id: "2", name: "Golden Luxury Silk", price: "PKR 4,200 per meter", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-cloth_23-2149872277.jpg", imageAlt: "Golden silk fabric collection"},
{
id: "3",
name: "Cream Pure Silk",
price: "PKR 3,800 per meter",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-linens_23-2148817545.jpg?_wi=1",
imageAlt: "Cream colored silk material",
},
id: "3", name: "Cream Pure Silk", price: "PKR 3,800 per meter", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-linens_23-2148817545.jpg", imageAlt: "Cream colored silk material"},
{
id: "4",
name: "White Embroidered Lace",
price: "PKR 2,500 per meter",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-curtain-interior-design_23-2149551377.jpg?_wi=1",
imageAlt: "White lace dupatta with embroidery",
},
id: "4", name: "White Embroidered Lace", price: "PKR 2,500 per meter", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-curtain-interior-design_23-2149551377.jpg", imageAlt: "White lace dupatta with embroidery"},
{
id: "5",
name: "Colorful Decorative Lace",
price: "PKR 2,800 per meter",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-design_1233-71.jpg?_wi=1",
imageAlt: "Multicolor decorative lace fabric",
},
id: "5", name: "Colorful Decorative Lace", price: "PKR 2,800 per meter", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-design_1233-71.jpg", imageAlt: "Multicolor decorative lace fabric"},
{
id: "6",
name: "Custom Dyed Fabric",
price: "PKR 2,200 per meter",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-pigments-made-with-natural-ingredients_23-2148734240.jpg?_wi=1",
imageAlt: "Custom color dyed silk",
},
id: "6", name: "Custom Dyed Fabric", price: "PKR 2,200 per meter", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-pigments-made-with-natural-ingredients_23-2148734240.jpg", imageAlt: "Custom color dyed silk"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -189,27 +141,16 @@ export default function HomePage() {
title="Why Choose Anwar Dyers Silk & Lace Center? Proven Quality, Trusted Expertise, and Unwavering Commitment to Excellence."
tag="Our Track Record"
tagAnimation="slide-up"
metricsAnimation="slide-up"
metrics={[
{
id: "1",
value: "15+",
description: "Years of industry experience serving boutiques, designers, and retailers with premium textiles and professional dyeing service.",
},
id: "1", value: "15+", description: "Years of industry experience serving boutiques, designers, and retailers with premium textiles and professional dyeing service."},
{
id: "2",
value: "1000+",
description: "Satisfied customers across Pakistan trusting our quality, reliability, and personalized service for their textile needs.",
},
id: "2", value: "1000+", description: "Satisfied customers across Pakistan trusting our quality, reliability, and personalized service for their textile needs."},
{
id: "3",
value: "500+",
description: "Premium fabric varieties in stock, constantly updated with latest designs and colors to match market trends.",
},
id: "3", value: "500+", description: "Premium fabric varieties in stock, constantly updated with latest designs and colors to match market trends."},
{
id: "4",
value: "100%",
description: "Satisfaction guarantee on all services including fabric quality, dyeing precision, and customer support.",
},
id: "4", value: "100%", description: "Satisfaction guarantee on all services including fabric quality, dyeing precision, and customer support."},
]}
useInvertedBackground={false}
/>
@@ -224,53 +165,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Fatima Khan",
role: "Fashion Designer",
testimonial: "Anwar Dyers has been my trusted partner for 8 years. Their premium silk quality and precise dyeing services are unmatched. Every collection I create features their fabrics. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1",
imageAlt: "Fatima Khan, Fashion Designer",
},
id: "1", name: "Fatima Khan", role: "Fashion Designer", testimonial: "Anwar Dyers has been my trusted partner for 8 years. Their premium silk quality and precise dyeing services are unmatched. Every collection I create features their fabrics. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Fatima Khan, Fashion Designer"},
{
id: "2",
name: "Ayesha Ahmed",
role: "Boutique Owner",
testimonial: "The lace collection from Anwar Dyers elevates every piece. Their custom dyeing service helped me create a signature collection. Professional, reliable, and always on time!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1",
imageAlt: "Ayesha Ahmed, Boutique Owner",
},
id: "2", name: "Ayesha Ahmed", role: "Boutique Owner", testimonial: "The lace collection from Anwar Dyers elevates every piece. Their custom dyeing service helped me create a signature collection. Professional, reliable, and always on time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Ayesha Ahmed, Boutique Owner"},
{
id: "3",
name: "Hassan Malik",
role: "Textile Exporter",
testimonial: "Working with Anwar Dyers for bulk orders has been seamless. Their consistency in quality and competitive pricing make them ideal for export business. Excellent partnership!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
imageAlt: "Hassan Malik, Textile Exporter",
},
id: "3", name: "Hassan Malik", role: "Textile Exporter", testimonial: "Working with Anwar Dyers for bulk orders has been seamless. Their consistency in quality and competitive pricing make them ideal for export business. Excellent partnership!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Hassan Malik, Textile Exporter"},
{
id: "4",
name: "Zainab Hussain",
role: "Wedding Planner",
testimonial: "For bridal collections, Anwar Dyers is our go-to source. Their premium silk and customization options help create memorable looks for our clients. Outstanding quality!",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageAlt: "Zainab Hussain, Wedding Planner",
},
id: "4", name: "Zainab Hussain", role: "Wedding Planner", testimonial: "For bridal collections, Anwar Dyers is our go-to source. Their premium silk and customization options help create memorable looks for our clients. Outstanding quality!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Zainab Hussain, Wedding Planner"},
{
id: "5",
name: "Usman Farooq",
role: "Retail Store Manager",
testimonial: "15 years of reliability from Anwar Dyers! They understand retail needs perfectly. Their range and service level have made them indispensable to our business.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
imageAlt: "Usman Farooq, Retail Manager",
},
id: "5", name: "Usman Farooq", role: "Retail Store Manager", testimonial: "15 years of reliability from Anwar Dyers! They understand retail needs perfectly. Their range and service level have made them indispensable to our business.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Usman Farooq, Retail Manager"},
{
id: "6",
name: "Samina Riaz",
role: "Clothing Manufacturer",
testimonial: "Consistent quality, excellent customer service, and fair pricing. Anwar Dyers makes sourcing premium fabrics easy. We've been partners for over a decade!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageAlt: "Samina Riaz, Clothing Manufacturer",
},
id: "6", name: "Samina Riaz", role: "Clothing Manufacturer", testimonial: "Consistent quality, excellent customer service, and fair pricing. Anwar Dyers makes sourcing premium fabrics easy. We've been partners for over a decade!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Samina Riaz, Clothing Manufacturer"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -288,15 +193,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Lumiere Boutique",
"Elegance Textiles",
"Royal Events",
"Premium Garments",
"Fashion House",
"Global Fabrics Pakistan",
"Luxury Collections",
"Designer Studios",
]}
"Lumiere Boutique", "Elegance Textiles", "Royal Events", "Premium Garments", "Fashion House", "Global Fabrics Pakistan", "Luxury Collections", "Designer Studios"]}
speed={40}
showCard={true}
/>
@@ -323,8 +220,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -333,8 +229,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Fabric Dyeing", href: "/services" },
{ label: "Premium Silk", href: "/services" },
{ label: "Lace Collections", href: "/services" },
@@ -343,8 +238,7 @@ export default function HomePage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Call: 0333-4204684", href: "tel:+923334204684" },
{ label: "Call: 0312-4238881", href: "tel:+923124238881" },
{ label: "DHA Phase 1, Lahore", href: "#" },

View File

@@ -16,7 +16,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -46,24 +46,16 @@ export default function ServicesPage() {
features={[
{
icon: Palette,
title: "Professional Fabric Dyeing",
description: "Expert color matching and custom dyeing services using premium dyes. From single color requests to complex patterns, we deliver consistent, vibrant results across all fabric types.",
},
title: "Professional Fabric Dyeing", description: "Expert color matching and custom dyeing services using premium dyes. From single color requests to complex patterns, we deliver consistent, vibrant results across all fabric types."},
{
icon: Shirt,
title: "Premium Silk Fabrics",
description: "Curated selection of finest quality silk fabrics including mulberry silk, organza, and chiffon. Perfect for formal wear, traditional garments, and luxury fashion collections.",
},
title: "Premium Silk Fabrics", description: "Curated selection of finest quality silk fabrics including mulberry silk, organza, and chiffon. Perfect for formal wear, traditional garments, and luxury fashion collections."},
{
icon: Sparkles,
title: "Dupatta Lace Collection",
description: "Exquisite lace varieties for dupattas including embroidered, chikankari, and decorative laces. Elevate your traditional outfits with our elegant designs and fine craftsmanship.",
},
title: "Dupatta Lace Collection", description: "Exquisite lace varieties for dupattas including embroidered, chikankari, and decorative laces. Elevate your traditional outfits with our elegant designs and fine craftsmanship."},
{
icon: Brush,
title: "Custom Color Solutions",
description: "Personalized dyeing services to match your exact color requirements. Professional consultation and expert execution for perfect results every time.",
},
title: "Custom Color Solutions", description: "Personalized dyeing services to match your exact color requirements. Professional consultation and expert execution for perfect results every time."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -80,29 +72,11 @@ export default function ServicesPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Fatima Khan",
role: "Fashion Designer",
testimonial: "The custom dyeing service helped me create my signature collection. The precision and color accuracy are exceptional. Highly recommended for professional designers!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2",
imageAlt: "Fatima Khan, Fashion Designer",
},
id: "1", name: "Fatima Khan", role: "Fashion Designer", testimonial: "The custom dyeing service helped me create my signature collection. The precision and color accuracy are exceptional. Highly recommended for professional designers!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Fatima Khan, Fashion Designer"},
{
id: "2",
name: "Ayesha Ahmed",
role: "Boutique Owner",
testimonial: "Our customers love the lace collection quality. The bulk ordering process is smooth and the delivery is always on time. True partnership!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2",
imageAlt: "Ayesha Ahmed, Boutique Owner",
},
id: "2", name: "Ayesha Ahmed", role: "Boutique Owner", testimonial: "Our customers love the lace collection quality. The bulk ordering process is smooth and the delivery is always on time. True partnership!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Ayesha Ahmed, Boutique Owner"},
{
id: "3",
name: "Hassan Malik",
role: "Textile Exporter",
testimonial: "For export orders, Anwar Dyers is our trusted partner. Consistent quality, reliable shipping, and competitive pricing make them invaluable to our business.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3",
imageAlt: "Hassan Malik, Textile Exporter",
},
id: "3", name: "Hassan Malik", role: "Textile Exporter", testimonial: "For export orders, Anwar Dyers is our trusted partner. Consistent quality, reliable shipping, and competitive pricing make them invaluable to our business.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Hassan Malik, Textile Exporter"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -122,7 +96,7 @@ export default function ServicesPage() {
{ text: "Call Our Team", href: "tel:+923334204684" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -131,8 +105,7 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -141,8 +114,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Fabric Dyeing", href: "/services" },
{ label: "Premium Silk", href: "/services" },
{ label: "Lace Collections", href: "/services" },
@@ -151,8 +123,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Call: 0333-4204684", href: "tel:+923334204684" },
{ label: "Call: 0312-4238881", href: "tel:+923124238881" },
{ label: "DHA Phase 1, Lahore", href: "#" },