Merge version_1 into main #2
@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Star, MessageCircle } from "lucide-react";
|
||||
import { Star, MessageCircle, Sparkles, Gem, MapPin, Users, Heart, Target } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -79,41 +79,29 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: "Sparkles",
|
||||
title: "Luxury & Elegance",
|
||||
description:
|
||||
"We believe every woman deserves to feel beautiful and confident in premium, well-crafted clothing",
|
||||
},
|
||||
icon: Sparkles,
|
||||
title: "Luxury & Elegance", description:
|
||||
"We believe every woman deserves to feel beautiful and confident in premium, well-crafted clothing"},
|
||||
{
|
||||
icon: "Gem",
|
||||
title: "Authentic Craftsmanship",
|
||||
description:
|
||||
"Our collections celebrate traditional Pakistani embroidery and textile arts with contemporary design sensibility",
|
||||
},
|
||||
icon: Gem,
|
||||
title: "Authentic Craftsmanship", description:
|
||||
"Our collections celebrate traditional Pakistani embroidery and textile arts with contemporary design sensibility"},
|
||||
{
|
||||
icon: "MapPin",
|
||||
title: "Local Pride",
|
||||
description:
|
||||
"Based in Hazara Town, Quetta, we're proud to represent Balochistan's rich fashion heritage on the national stage",
|
||||
},
|
||||
icon: MapPin,
|
||||
title: "Local Pride", description:
|
||||
"Based in Hazara Town, Quetta, we're proud to represent Balochistan's rich fashion heritage on the national stage"},
|
||||
{
|
||||
icon: "Users",
|
||||
title: "Community First",
|
||||
description:
|
||||
"With 17K+ followers, our community of satisfied customers drives our commitment to excellence and innovation",
|
||||
},
|
||||
icon: Users,
|
||||
title: "Community First", description:
|
||||
"With 17K+ followers, our community of satisfied customers drives our commitment to excellence and innovation"},
|
||||
{
|
||||
icon: "Heart",
|
||||
title: "Empowering Women",
|
||||
description:
|
||||
"Through fashion and entrepreneurship, we empower women entrepreneurs and celebrate their success stories",
|
||||
},
|
||||
icon: Heart,
|
||||
title: "Empowering Women", description:
|
||||
"Through fashion and entrepreneurship, we empower women entrepreneurs and celebrate their success stories"},
|
||||
{
|
||||
icon: "Target",
|
||||
title: "Accessible Luxury",
|
||||
description:
|
||||
"Premium quality at fair prices ensures that elegance and tradition are within reach for all",
|
||||
},
|
||||
icon: Target,
|
||||
title: "Accessible Luxury", description:
|
||||
"Premium quality at fair prices ensures that elegance and tradition are within reach for all"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -130,35 +118,17 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Khan",
|
||||
role: "Customer, Lahore",
|
||||
testimonial:
|
||||
"The quality of embroidery on my Eid suit is absolutely stunning. I felt like a princess at my cousin's wedding.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4",
|
||||
imageAlt: "Fatima Khan",
|
||||
},
|
||||
id: "1", name: "Fatima Khan", role: "Customer, Lahore", testimonial:
|
||||
"The quality of embroidery on my Eid suit is absolutely stunning. I felt like a princess at my cousin's wedding.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Khan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ayesha Malik",
|
||||
role: "Customer, Karachi",
|
||||
testimonial:
|
||||
"Best investment in my wardrobe. The organza collection is elegant and the pricing is very reasonable.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5",
|
||||
imageAlt: "Ayesha Malik",
|
||||
},
|
||||
id: "2", name: "Ayesha Malik", role: "Customer, Karachi", testimonial:
|
||||
"Best investment in my wardrobe. The organza collection is elegant and the pricing is very reasonable.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ayesha Malik"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hira Ahmed",
|
||||
role: "Customer, Islamabad",
|
||||
testimonial:
|
||||
"I've been ordering for two years now. Their customer service is impeccable and designs are always on trend.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=3",
|
||||
imageAlt: "Hira Ahmed",
|
||||
},
|
||||
id: "3", name: "Hira Ahmed", role: "Customer, Islamabad", testimonial:
|
||||
"I've been ordering for two years now. Their customer service is impeccable and designs are always on trend.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Hira Ahmed"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Star, HelpCircle } from "lucide-react";
|
||||
import { Star, HelpCircle, Phone, MapPin, Mail, Clock, ShoppingBag } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -79,41 +79,29 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: "Phone",
|
||||
title: "Phone & WhatsApp",
|
||||
description:
|
||||
"+92 318 8055223 - Reach us via WhatsApp for quick responses and inquiries",
|
||||
},
|
||||
icon: Phone,
|
||||
title: "Phone & WhatsApp", description:
|
||||
"+92 318 8055223 - Reach us via WhatsApp for quick responses and inquiries"},
|
||||
{
|
||||
icon: "MapPin",
|
||||
title: "Visit Our Boutique",
|
||||
description:
|
||||
"Hazara Town, Quetta, Pakistan - Visit us for personal consultations and fittings",
|
||||
},
|
||||
icon: MapPin,
|
||||
title: "Visit Our Boutique", description:
|
||||
"Hazara Town, Quetta, Pakistan - Visit us for personal consultations and fittings"},
|
||||
{
|
||||
icon: "Instagram",
|
||||
title: "Follow on Instagram",
|
||||
description:
|
||||
"@anmoolcollection - See latest collections and connect with our growing community",
|
||||
},
|
||||
icon: Mail,
|
||||
title: "Follow on Instagram", description:
|
||||
"@anmoolcollection - See latest collections and connect with our growing community"},
|
||||
{
|
||||
icon: "Mail",
|
||||
title: "Email Inquiries",
|
||||
description:
|
||||
"Reach out with special requests, bulk orders, or wholesale opportunities",
|
||||
},
|
||||
icon: Mail,
|
||||
title: "Email Inquiries", description:
|
||||
"Reach out with special requests, bulk orders, or wholesale opportunities"},
|
||||
{
|
||||
icon: "Clock",
|
||||
title: "Business Hours",
|
||||
description:
|
||||
"Monday-Saturday: 10 AM - 6 PM (local time) - Sunday & holidays by appointment",
|
||||
},
|
||||
icon: Clock,
|
||||
title: "Business Hours", description:
|
||||
"Monday-Saturday: 10 AM - 6 PM (local time) - Sunday & holidays by appointment"},
|
||||
{
|
||||
icon: "ShoppingBag",
|
||||
title: "Custom Orders",
|
||||
description:
|
||||
"Custom tailoring and bespoke designs available - Contact for personalized consultations",
|
||||
},
|
||||
icon: ShoppingBag,
|
||||
title: "Custom Orders", description:
|
||||
"Custom tailoring and bespoke designs available - Contact for personalized consultations"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -130,25 +118,16 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your contact channels?",
|
||||
content:
|
||||
"You can reach us via WhatsApp at +92 318 8055223, Instagram @anmoolcollection, visit our boutique in Hazara Town, Quetta, or contact us through this website.",
|
||||
},
|
||||
id: "1", title: "What are your contact channels?", content:
|
||||
"You can reach us via WhatsApp at +92 318 8055223, Instagram @anmoolcollection, visit our boutique in Hazara Town, Quetta, or contact us through this website."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How quickly do you respond to inquiries?",
|
||||
content:
|
||||
"WhatsApp messages are typically answered within 1-2 hours during business hours. Instagram DMs are checked daily. For email inquiries, we respond within 24 hours.",
|
||||
},
|
||||
id: "2", title: "How quickly do you respond to inquiries?", content:
|
||||
"WhatsApp messages are typically answered within 1-2 hours during business hours. Instagram DMs are checked daily. For email inquiries, we respond within 24 hours."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you do custom orders for bulk purchases?",
|
||||
content:
|
||||
"Yes! We offer special pricing for bulk orders and corporate gifts. Please contact us with your requirements for a customized quote.",
|
||||
},
|
||||
id: "3", title: "Do you do custom orders for bulk purchases?", content:
|
||||
"Yes! We offer special pricing for bulk orders and corporate gifts. Please contact us with your requirements for a customized quote."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg"
|
||||
imageAlt="Contact us for inquiries"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
192
src/app/page.tsx
192
src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Sparkles, Heart, Star, MessageCircle, Users } from "lucide-react";
|
||||
import { Sparkles, Heart, Star, MessageCircle, Users, Gem, TrendingUp, MapPin, Zap } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -89,14 +89,10 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg",
|
||||
imageAlt: "Premium embroidered Pakistani suit",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg", imageAlt: "Premium embroidered Pakistani suit"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-26552.jpg",
|
||||
imageAlt: "Elegant women's traditional outfit",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-26552.jpg", imageAlt: "Elegant women's traditional outfit"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -113,49 +109,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Anmol Collection",
|
||||
name: "Eid Collection 2025",
|
||||
price: "3,500 - 8,500 PKR",
|
||||
rating: 5,
|
||||
reviewCount: "487",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=1",
|
||||
imageAlt: "Eid collection outfit",
|
||||
},
|
||||
id: "1", brand: "Anmol Collection", name: "Eid Collection 2025", price: "3,500 - 8,500 PKR", rating: 5,
|
||||
reviewCount: "487", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg", imageAlt: "Eid collection outfit"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Anmol Collection",
|
||||
name: "Organza Elegance",
|
||||
price: "4,200 - 9,800 PKR",
|
||||
rating: 5,
|
||||
reviewCount: "356",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg?_wi=1",
|
||||
imageAlt: "Organza dress design",
|
||||
},
|
||||
id: "2", brand: "Anmol Collection", name: "Organza Elegance", price: "4,200 - 9,800 PKR", rating: 5,
|
||||
reviewCount: "356", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg", imageAlt: "Organza dress design"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Anmol Collection",
|
||||
name: "Farasha Styles",
|
||||
price: "3,800 - 7,500 PKR",
|
||||
rating: 5,
|
||||
reviewCount: "298",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=2",
|
||||
imageAlt: "Farasha style outfit",
|
||||
},
|
||||
id: "3", brand: "Anmol Collection", name: "Farasha Styles", price: "3,800 - 7,500 PKR", rating: 5,
|
||||
reviewCount: "298", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg", imageAlt: "Farasha style outfit"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Anmol Collection",
|
||||
name: "Luxury Embroidered Suits",
|
||||
price: "5,500 - 12,000 PKR",
|
||||
rating: 5,
|
||||
reviewCount: "612",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-hands-creating-clothes_23-2149007415.jpg?_wi=1",
|
||||
imageAlt: "Luxury embroidered suit",
|
||||
},
|
||||
id: "4", brand: "Anmol Collection", name: "Luxury Embroidered Suits", price: "5,500 - 12,000 PKR", rating: 5,
|
||||
reviewCount: "612", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-hands-creating-clothes_23-2149007415.jpg", imageAlt: "Luxury embroidered suit"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -175,41 +143,29 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: "Gem",
|
||||
title: "Premium Quality Fabrics",
|
||||
description:
|
||||
"Handpicked finest materials imported and sourced locally for authentic luxury feel and durability",
|
||||
},
|
||||
icon: Gem,
|
||||
title: "Premium Quality Fabrics", description:
|
||||
"Handpicked finest materials imported and sourced locally for authentic luxury feel and durability"},
|
||||
{
|
||||
icon: "TrendingUp",
|
||||
title: "Affordable Luxury Pricing",
|
||||
description:
|
||||
"Premium designs at accessible prices, making elegance affordable for every woman",
|
||||
},
|
||||
icon: TrendingUp,
|
||||
title: "Affordable Luxury Pricing", description:
|
||||
"Premium designs at accessible prices, making elegance affordable for every woman"},
|
||||
{
|
||||
icon: "MapPin",
|
||||
title: "Trusted Boutique",
|
||||
description:
|
||||
"Established local boutique in Hazara Town, Quetta, serving customers across Pakistan with excellence",
|
||||
},
|
||||
icon: MapPin,
|
||||
title: "Trusted Boutique", description:
|
||||
"Established local boutique in Hazara Town, Quetta, serving customers across Pakistan with excellence"},
|
||||
{
|
||||
icon: "Users",
|
||||
title: "Growing Community",
|
||||
description:
|
||||
"Join our 17K+ Instagram followers who trust us for stylish, modest, and elegant fashion",
|
||||
},
|
||||
icon: Users,
|
||||
title: "Growing Community", description:
|
||||
"Join our 17K+ Instagram followers who trust us for stylish, modest, and elegant fashion"},
|
||||
{
|
||||
icon: "Zap",
|
||||
title: "Latest Seasonal Designs",
|
||||
description:
|
||||
"Fresh collections launched regularly featuring the newest trends in Pakistani fashion",
|
||||
},
|
||||
icon: Zap,
|
||||
title: "Latest Seasonal Designs", description:
|
||||
"Fresh collections launched regularly featuring the newest trends in Pakistani fashion"},
|
||||
{
|
||||
icon: "Heart",
|
||||
title: "Customer Satisfaction",
|
||||
description:
|
||||
"Dedicated support and custom tailoring options to ensure perfect fit and satisfaction",
|
||||
},
|
||||
icon: Heart,
|
||||
title: "Customer Satisfaction", description:
|
||||
"Dedicated support and custom tailoring options to ensure perfect fit and satisfaction"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -226,65 +182,29 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Khan",
|
||||
role: "Customer, Lahore",
|
||||
testimonial:
|
||||
"The quality of embroidery on my Eid suit is absolutely stunning. I felt like a princess at my cousin's wedding. Highly recommend Anmol Collection!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Fatima Khan",
|
||||
},
|
||||
id: "1", name: "Fatima Khan", role: "Customer, Lahore", testimonial:
|
||||
"The quality of embroidery on my Eid suit is absolutely stunning. I felt like a princess at my cousin's wedding. Highly recommend Anmol Collection!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Khan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ayesha Malik",
|
||||
role: "Customer, Karachi",
|
||||
testimonial:
|
||||
"Best investment in my wardrobe. The organza collection is so elegant and the pricing is very reasonable for such premium quality.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Ayesha Malik",
|
||||
},
|
||||
id: "2", name: "Ayesha Malik", role: "Customer, Karachi", testimonial:
|
||||
"Best investment in my wardrobe. The organza collection is so elegant and the pricing is very reasonable for such premium quality.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ayesha Malik"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hira Ahmed",
|
||||
role: "Customer, Islamabad",
|
||||
testimonial:
|
||||
"I've been ordering from Anmol Collection for two years now. Their customer service is impeccable and the designs are always on trend.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1",
|
||||
imageAlt: "Hira Ahmed",
|
||||
},
|
||||
id: "3", name: "Hira Ahmed", role: "Customer, Islamabad", testimonial:
|
||||
"I've been ordering from Anmol Collection for two years now. Their customer service is impeccable and the designs are always on trend.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Hira Ahmed"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sara Saeed",
|
||||
role: "Customer, Peshawar",
|
||||
testimonial:
|
||||
"The farasha collection arrived quickly and the fabric quality exceeded my expectations. Perfect for formal occasions!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg",
|
||||
imageAlt: "Sara Saeed",
|
||||
},
|
||||
id: "4", name: "Sara Saeed", role: "Customer, Peshawar", testimonial:
|
||||
"The farasha collection arrived quickly and the fabric quality exceeded my expectations. Perfect for formal occasions!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", imageAlt: "Sara Saeed"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zainab Ali",
|
||||
role: "Customer, Multan",
|
||||
testimonial:
|
||||
"I love how Anmol Collection combines traditional aesthetics with modern designs. Every piece is unique and beautiful.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2",
|
||||
imageAlt: "Zainab Ali",
|
||||
},
|
||||
id: "5", name: "Zainab Ali", role: "Customer, Multan", testimonial:
|
||||
"I love how Anmol Collection combines traditional aesthetics with modern designs. Every piece is unique and beautiful.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Zainab Ali"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Iqra Hassan",
|
||||
role: "Customer, Quetta",
|
||||
testimonial:
|
||||
"Supporting local boutiques has never been this rewarding. Anmol Collection is a pride for Hazara Town!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
|
||||
imageAlt: "Iqra Hassan",
|
||||
},
|
||||
id: "6", name: "Iqra Hassan", role: "Customer, Quetta", testimonial:
|
||||
"Supporting local boutiques has never been this rewarding. Anmol Collection is a pride for Hazara Town!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Iqra Hassan"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -300,15 +220,7 @@ export default function HomePage() {
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Anmol Collection",
|
||||
"Premium Boutique",
|
||||
"Luxury Fashion",
|
||||
"Elegant Designs",
|
||||
"Eid Collections",
|
||||
"Pakistani Fashion",
|
||||
"Embroidered Outfits",
|
||||
"Tradition & Elegance",
|
||||
]}
|
||||
"Anmol Collection", "Premium Boutique", "Luxury Fashion", "Elegant Designs", "Eid Collections", "Pakistani Fashion", "Embroidered Outfits", "Tradition & Elegance"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user