Merge version_1 into main #2
@@ -16,9 +16,7 @@ export default function AboutPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Shop Now",
|
||||
href: "/marketplace",
|
||||
};
|
||||
text: "Shop Now", href: "/marketplace"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -70,13 +68,8 @@ export default function AboutPage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our Heritage",
|
||||
description: "Founded in 2023, ZARBAFT ROYALE was born from a passion for preserving the artistry of traditional hand-woven textiles while embracing modern luxury. We celebrate the craftsmanship of artisans across Pakistan and South Asia.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=6",
|
||||
imageAlt: "Heritage Collection",
|
||||
},
|
||||
id: "1", title: "Our Heritage", description: "Founded in 2023, ZARBAFT ROYALE was born from a passion for preserving the artistry of traditional hand-woven textiles while embracing modern luxury. We celebrate the craftsmanship of artisans across Pakistan and South Asia.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg", imageAlt: "Heritage Collection"},
|
||||
items: [
|
||||
{ icon: Heart, text: "Passionate about craftsmanship" },
|
||||
{ icon: Globe, text: "Celebrating global traditions" },
|
||||
@@ -85,13 +78,8 @@ export default function AboutPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Our Mission",
|
||||
description: "We are committed to delivering premium luxury clothing that tells a story of authenticity, elegance, and timeless sophistication. Every piece is carefully curated to exceed our customers' expectations.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=6",
|
||||
imageAlt: "Premium Mission",
|
||||
},
|
||||
id: "2", title: "Our Mission", description: "We are committed to delivering premium luxury clothing that tells a story of authenticity, elegance, and timeless sophistication. Every piece is carefully curated to exceed our customers' expectations.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg", imageAlt: "Premium Mission"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Authenticity guaranteed" },
|
||||
{ icon: CheckCircle, text: "Quality excellence" },
|
||||
@@ -100,13 +88,8 @@ export default function AboutPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Our Commitment",
|
||||
description: "We stand by our promise of 100% authentic luxury textiles, secure transactions, and exceptional customer service. Your trust is our most valuable asset, and we work tirelessly to maintain it.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=6",
|
||||
imageAlt: "Our Commitment",
|
||||
},
|
||||
id: "3", title: "Our Commitment", description: "We stand by our promise of 100% authentic luxury textiles, secure transactions, and exceptional customer service. Your trust is our most valuable asset, and we work tirelessly to maintain it.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg", imageAlt: "Our Commitment"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Trustworthy partnerships" },
|
||||
{ icon: CheckCircle, text: "Secure shopping experience" },
|
||||
|
||||
@@ -14,9 +14,7 @@ export default function ContactPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Shop Now",
|
||||
href: "/marketplace",
|
||||
};
|
||||
text: "Shop Now", href: "/marketplace"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -73,45 +71,21 @@ export default function ContactPage() {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I know the products are authentic?",
|
||||
content: "All ZARBAFT ROYALE products are handpicked from certified suppliers and verified for authenticity. We provide authenticity certificates with premium items and guarantee 100% genuine merchandise.",
|
||||
},
|
||||
id: "1", title: "How do I know the products are authentic?", content: "All ZARBAFT ROYALE products are handpicked from certified suppliers and verified for authenticity. We provide authenticity certificates with premium items and guarantee 100% genuine merchandise."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are the delivery charges?",
|
||||
content: "Delivery is FREE within Karachi. For areas outside Karachi, delivery charges are PKR 350. Standard delivery takes 4-5 business days. Track your order in real-time through our platform.",
|
||||
},
|
||||
id: "2", title: "What are the delivery charges?", content: "Delivery is FREE within Karachi. For areas outside Karachi, delivery charges are PKR 350. Standard delivery takes 4-5 business days. Track your order in real-time through our platform."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What payment methods are accepted?",
|
||||
content: "We accept: Credit Card, Debit Card, Bank Transfer, and Cash on Delivery (COD). All transactions are encrypted and secure. For international customers, credit/debit card only.",
|
||||
},
|
||||
id: "3", title: "What payment methods are accepted?", content: "We accept: Credit Card, Debit Card, Bank Transfer, and Cash on Delivery (COD). All transactions are encrypted and secure. For international customers, credit/debit card only."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I check my order status?",
|
||||
content: "Log into your account and visit 'My Orders'. You'll see real-time tracking information, estimated delivery date, and can contact our support team for updates.",
|
||||
},
|
||||
id: "4", title: "How do I check my order status?", content: "Log into your account and visit 'My Orders'. You'll see real-time tracking information, estimated delivery date, and can contact our support team for updates."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's your return and exchange policy?",
|
||||
content: "Items can be returned within 14 days of delivery in original condition. Refunds are processed within 7 business days. Exchanges are subject to availability and final approval.",
|
||||
},
|
||||
id: "5", title: "What's your return and exchange policy?", content: "Items can be returned within 14 days of delivery in original condition. Refunds are processed within 7 business days. Exchanges are subject to availability and final approval."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I select the right size?",
|
||||
content: "Each product page includes a detailed Size Chart with measurements. Compare your measurements to the chart to find your perfect fit. Contact our AI support chatbot for personalized sizing assistance.",
|
||||
},
|
||||
id: "6", title: "How do I select the right size?", content: "Each product page includes a detailed Size Chart with measurements. Compare your measurements to the chart to find your perfect fit. Contact our AI support chatbot for personalized sizing assistance."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Is there a warranty on purchases?",
|
||||
content: "Premium items come with quality guarantee for 3 months. This covers manufacturing defects only. Normal wear and tear are not covered. Contact us immediately if you receive a defective item.",
|
||||
},
|
||||
id: "7", title: "Is there a warranty on purchases?", content: "Premium items come with quality guarantee for 3 months. This covers manufacturing defects only. Normal wear and tear are not covered. Contact us immediately if you receive a defective item."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How can I contact customer support?",
|
||||
content: "Our AI chatbot is available 24/7 for instant support. For complex issues, email us at support@zarbaftroyale.com or use the contact form. We respond within 24 hours.",
|
||||
},
|
||||
id: "8", title: "How can I contact customer support?", content: "Our AI chatbot is available 24/7 for instant support. For complex issues, email us at support@zarbaftroyale.com or use the contact form. We respond within 24 hours."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about orders, shipping, and policies"
|
||||
|
||||
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ZARBAFT ROYALE - Premium Luxury Clothing & Fashion",
|
||||
description: "Shop authentic, handcrafted luxury clothing and textiles at ZARBAFT ROYALE. Premium quality fabrics, secure checkout, fast delivery across Pakistan.",
|
||||
keywords: "luxury clothing, premium fabrics, Pakistani fashion, hand-woven textiles, authentic clothing store",
|
||||
metadataBase: new URL("https://zarbaftroyale.com"),
|
||||
title: "ZARBAFT ROYALE - Premium Luxury Clothing & Fashion", description: "Shop authentic, handcrafted luxury clothing and textiles at ZARBAFT ROYALE. Premium quality fabrics, secure checkout, fast delivery across Pakistan.", keywords: "luxury clothing, premium fabrics, Pakistani fashion, hand-woven textiles, authentic clothing store", metadataBase: new URL("https://zarbaftroyale.com"),
|
||||
alternates: {
|
||||
canonical: "https://zarbaftroyale.com",
|
||||
},
|
||||
canonical: "https://zarbaftroyale.com"},
|
||||
openGraph: {
|
||||
title: "ZARBAFT ROYALE - Luxury Clothing Store",
|
||||
description: "Discover premium hand-woven textiles and elegant clothing with authenticity guaranteed.",
|
||||
url: "https://zarbaftroyale.com",
|
||||
siteName: "ZARBAFT ROYALE",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "ZARBAFT ROYALE - Luxury Clothing Store", description: "Discover premium hand-woven textiles and elegant clothing with authenticity guaranteed.", url: "https://zarbaftroyale.com", siteName: "ZARBAFT ROYALE", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-r4co7l2b.png",
|
||||
alt: "ZARBAFT ROYALE Premium Collection",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-r4co7l2b.png", alt: "ZARBAFT ROYALE Premium Collection"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ZARBAFT ROYALE - Luxury Clothing",
|
||||
description: "Premium hand-woven textiles and authentic fashion collection",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-r4co7l2b.png",
|
||||
],
|
||||
card: "summary_large_image", title: "ZARBAFT ROYALE - Luxury Clothing", description: "Premium hand-woven textiles and authentic fashion collection", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-r4co7l2b.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -14,9 +14,7 @@ export default function MarketplacePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Shop Now",
|
||||
href: "/marketplace",
|
||||
};
|
||||
text: "Shop Now", href: "/marketplace"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -54,70 +52,28 @@ export default function MarketplacePage() {
|
||||
carouselMode="auto"
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Premium Silk Dupatta",
|
||||
price: "PKR 4,500",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=3",
|
||||
imageAlt: "Premium Silk Dupatta",
|
||||
isFavorited: false,
|
||||
id: "prod-1", brand: "ZARBAFT ROYALE", name: "Premium Silk Dupatta", price: "PKR 4,500", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg", imageAlt: "Premium Silk Dupatta", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-2",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Embroidered Lawn Suit",
|
||||
price: "PKR 6,200",
|
||||
rating: 5,
|
||||
reviewCount: "1.9k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=3",
|
||||
imageAlt: "Embroidered Lawn Suit",
|
||||
isFavorited: false,
|
||||
id: "prod-2", brand: "ZARBAFT ROYALE", name: "Embroidered Lawn Suit", price: "PKR 6,200", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg", imageAlt: "Embroidered Lawn Suit", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-3",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Luxe Banarasi Saree",
|
||||
price: "PKR 8,900",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=3",
|
||||
imageAlt: "Luxe Banarasi Saree",
|
||||
isFavorited: false,
|
||||
id: "prod-3", brand: "ZARBAFT ROYALE", name: "Luxe Banarasi Saree", price: "PKR 8,900", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg", imageAlt: "Luxe Banarasi Saree", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-4",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Classic Cotton Kameez",
|
||||
price: "PKR 3,800",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=4",
|
||||
imageAlt: "Classic Cotton Kameez",
|
||||
isFavorited: false,
|
||||
id: "prod-4", brand: "ZARBAFT ROYALE", name: "Classic Cotton Kameez", price: "PKR 3,800", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg", imageAlt: "Classic Cotton Kameez", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-5",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Designer Chiffon Shawl",
|
||||
price: "PKR 5,200",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=4",
|
||||
imageAlt: "Designer Chiffon Shawl",
|
||||
isFavorited: false,
|
||||
id: "prod-5", brand: "ZARBAFT ROYALE", name: "Designer Chiffon Shawl", price: "PKR 5,200", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg", imageAlt: "Designer Chiffon Shawl", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-6",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Silk Velvet Dupatta",
|
||||
price: "PKR 7,500",
|
||||
rating: 5,
|
||||
reviewCount: "2.8k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=4",
|
||||
imageAlt: "Silk Velvet Dupatta",
|
||||
isFavorited: false,
|
||||
id: "prod-6", brand: "ZARBAFT ROYALE", name: "Silk Velvet Dupatta", price: "PKR 7,500", rating: 5,
|
||||
reviewCount: "2.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg", imageAlt: "Silk Velvet Dupatta", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
containerClassName="py-16 px-6"
|
||||
@@ -142,37 +98,16 @@ export default function MarketplacePage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "excl-1",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Heritage Gold Embroidered Saree",
|
||||
price: "PKR 12,500",
|
||||
rating: 5,
|
||||
reviewCount: "892",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=5",
|
||||
imageAlt: "Heritage Gold Embroidered Saree",
|
||||
isFavorited: false,
|
||||
id: "excl-1", brand: "ZARBAFT ROYALE", name: "Heritage Gold Embroidered Saree", price: "PKR 12,500", rating: 5,
|
||||
reviewCount: "892", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg", imageAlt: "Heritage Gold Embroidered Saree", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "excl-2",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Royal Pearl Studded Dupatta",
|
||||
price: "PKR 9,800",
|
||||
rating: 5,
|
||||
reviewCount: "645",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=5",
|
||||
imageAlt: "Royal Pearl Studded Dupatta",
|
||||
isFavorited: false,
|
||||
id: "excl-2", brand: "ZARBAFT ROYALE", name: "Royal Pearl Studded Dupatta", price: "PKR 9,800", rating: 5,
|
||||
reviewCount: "645", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg", imageAlt: "Royal Pearl Studded Dupatta", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "excl-3",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Artisan Hand-Dyed Shawl",
|
||||
price: "PKR 10,200",
|
||||
rating: 5,
|
||||
reviewCount: "723",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=5",
|
||||
imageAlt: "Artisan Hand-Dyed Shawl",
|
||||
isFavorited: false,
|
||||
id: "excl-3", brand: "ZARBAFT ROYALE", name: "Artisan Hand-Dyed Shawl", price: "PKR 10,200", rating: 5,
|
||||
reviewCount: "723", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg", imageAlt: "Artisan Hand-Dyed Shawl", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
containerClassName="py-16 px-6"
|
||||
|
||||
104
src/app/page.tsx
104
src/app/page.tsx
@@ -20,9 +20,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Shop Now",
|
||||
href: "/marketplace",
|
||||
};
|
||||
text: "Shop Now", href: "/marketplace"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -108,37 +106,16 @@ export default function HomePage() {
|
||||
carouselMode="auto"
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Premium Silk Dupatta",
|
||||
price: "PKR 4,500",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=1",
|
||||
imageAlt: "Premium Silk Dupatta",
|
||||
isFavorited: false,
|
||||
id: "prod-1", brand: "ZARBAFT ROYALE", name: "Premium Silk Dupatta", price: "PKR 4,500", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg", imageAlt: "Premium Silk Dupatta", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-2",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Embroidered Lawn Suit",
|
||||
price: "PKR 6,200",
|
||||
rating: 5,
|
||||
reviewCount: "1.9k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=1",
|
||||
imageAlt: "Embroidered Lawn Suit",
|
||||
isFavorited: false,
|
||||
id: "prod-2", brand: "ZARBAFT ROYALE", name: "Embroidered Lawn Suit", price: "PKR 6,200", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg", imageAlt: "Embroidered Lawn Suit", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "prod-3",
|
||||
brand: "ZARBAFT ROYALE",
|
||||
name: "Luxe Banarasi Saree",
|
||||
price: "PKR 8,900",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=1",
|
||||
imageAlt: "Luxe Banarasi Saree",
|
||||
isFavorited: false,
|
||||
id: "prod-3", brand: "ZARBAFT ROYALE", name: "Luxe Banarasi Saree", price: "PKR 8,900", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg", imageAlt: "Luxe Banarasi Saree", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
containerClassName="py-16 px-6"
|
||||
@@ -155,13 +132,8 @@ export default function HomePage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Authentic Quality",
|
||||
description: "Every piece is handpicked and verified for authenticity. We guarantee 100% genuine luxury textiles and garments.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=2",
|
||||
imageAlt: "Premium Silk Dupatta",
|
||||
},
|
||||
id: "1", title: "Authentic Quality", description: "Every piece is handpicked and verified for authenticity. We guarantee 100% genuine luxury textiles and garments.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg", imageAlt: "Premium Silk Dupatta"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Certified authentic materials" },
|
||||
{ icon: CheckCircle, text: "Artisan craftsmanship" },
|
||||
@@ -170,13 +142,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Seamless Checkout",
|
||||
description: "Fast, secure, and convenient payment options including debit card, credit card, bank transfer, and cash on delivery for Pakistan.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=2",
|
||||
imageAlt: "Embroidered Lawn Suit",
|
||||
},
|
||||
id: "2", title: "Seamless Checkout", description: "Fast, secure, and convenient payment options including debit card, credit card, bank transfer, and cash on delivery for Pakistan.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg", imageAlt: "Embroidered Lawn Suit"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Multiple payment methods" },
|
||||
{ icon: CheckCircle, text: "Encrypted transactions" },
|
||||
@@ -185,13 +152,8 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fast Delivery",
|
||||
description: "Reliable shipping with tracking. Free delivery within Karachi, PKR 350 outside Karachi. Delivery in 4-5 business days.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=2",
|
||||
imageAlt: "Luxe Banarasi Saree",
|
||||
},
|
||||
id: "3", title: "Fast Delivery", description: "Reliable shipping with tracking. Free delivery within Karachi, PKR 350 outside Karachi. Delivery in 4-5 business days.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg", imageAlt: "Luxe Banarasi Saree"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "4-5 business days delivery" },
|
||||
{ icon: CheckCircle, text: "Real-time tracking" },
|
||||
@@ -238,45 +200,21 @@ export default function HomePage() {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I know the products are authentic?",
|
||||
content: "All ZARBAFT ROYALE products are handpicked from certified suppliers and verified for authenticity. We provide authenticity certificates with premium items and guarantee 100% genuine merchandise.",
|
||||
},
|
||||
id: "1", title: "How do I know the products are authentic?", content: "All ZARBAFT ROYALE products are handpicked from certified suppliers and verified for authenticity. We provide authenticity certificates with premium items and guarantee 100% genuine merchandise."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are the delivery charges?",
|
||||
content: "Delivery is FREE within Karachi. For areas outside Karachi, delivery charges are PKR 350. Standard delivery takes 4-5 business days. Track your order in real-time through our platform.",
|
||||
},
|
||||
id: "2", title: "What are the delivery charges?", content: "Delivery is FREE within Karachi. For areas outside Karachi, delivery charges are PKR 350. Standard delivery takes 4-5 business days. Track your order in real-time through our platform."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What payment methods are accepted?",
|
||||
content: "We accept: Credit Card, Debit Card, Bank Transfer, and Cash on Delivery (COD). All transactions are encrypted and secure. For international customers, credit/debit card only.",
|
||||
},
|
||||
id: "3", title: "What payment methods are accepted?", content: "We accept: Credit Card, Debit Card, Bank Transfer, and Cash on Delivery (COD). All transactions are encrypted and secure. For international customers, credit/debit card only."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I check my order status?",
|
||||
content: "Log into your account and visit 'My Orders'. You'll see real-time tracking information, estimated delivery date, and can contact our support team for updates.",
|
||||
},
|
||||
id: "4", title: "How do I check my order status?", content: "Log into your account and visit 'My Orders'. You'll see real-time tracking information, estimated delivery date, and can contact our support team for updates."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's your return and exchange policy?",
|
||||
content: "Items can be returned within 14 days of delivery in original condition. Refunds are processed within 7 business days. Exchanges are subject to availability and final approval.",
|
||||
},
|
||||
id: "5", title: "What's your return and exchange policy?", content: "Items can be returned within 14 days of delivery in original condition. Refunds are processed within 7 business days. Exchanges are subject to availability and final approval."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I select the right size?",
|
||||
content: "Each product page includes a detailed Size Chart with measurements. Compare your measurements to the chart to find your perfect fit. Contact our AI support chatbot for personalized sizing assistance.",
|
||||
},
|
||||
id: "6", title: "How do I select the right size?", content: "Each product page includes a detailed Size Chart with measurements. Compare your measurements to the chart to find your perfect fit. Contact our AI support chatbot for personalized sizing assistance."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Is there a warranty on purchases?",
|
||||
content: "Premium items come with quality guarantee for 3 months. This covers manufacturing defects only. Normal wear and tear are not covered. Contact us immediately if you receive a defective item.",
|
||||
},
|
||||
id: "7", title: "Is there a warranty on purchases?", content: "Premium items come with quality guarantee for 3 months. This covers manufacturing defects only. Normal wear and tear are not covered. Contact us immediately if you receive a defective item."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How can I contact customer support?",
|
||||
content: "Our AI chatbot is available 24/7 for instant support. For complex issues, email us at support@zarbaftroyale.com or use the contact form. We respond within 24 hours.",
|
||||
},
|
||||
id: "8", title: "How can I contact customer support?", content: "Our AI chatbot is available 24/7 for instant support. For complex issues, email us at support@zarbaftroyale.com or use the contact form. We respond within 24 hours."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to common questions about ZARBAFT ROYALE products, orders, and policies"
|
||||
|
||||
Reference in New Issue
Block a user