Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-03 20:22:11 +00:00
3 changed files with 46 additions and 138 deletions

View File

@@ -19,32 +19,28 @@ const navItems = [
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Collections", href: "/products" },
{ label: "New Arrivals", href: "/products?filter=new" },
{ label: "Sale", href: "/products?filter=sale" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "#shipping" },
{ label: "Returns", href: "#faq" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "#about" },
{ label: "Careers", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms & Conditions", href: "#terms" },
{ label: "Cookie Policy", href: "#cookies" },
@@ -82,7 +78,7 @@ export default function AboutPage() {
description="Every garment in the ZARBAFT ROYALE collection represents decades of expertise in luxury fashion design and premium textile selection."
subdescription="Est. 2015 | Karachi, Pakistan"
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg"
imageAlt="ZARBAFT ROYALE brand heritage"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -95,22 +91,13 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Premium Quality",
description: "We source only the finest fabrics and materials from around the world to ensure every piece meets our exacting standards.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-background-texture-fabrics-blue-shades_169016-19461.jpg?_wi=3",
},
title: "Premium Quality", description: "We source only the finest fabrics and materials from around the world to ensure every piece meets our exacting standards.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-background-texture-fabrics-blue-shades_169016-19461.jpg"},
{
id: 2,
title: "Expert Craftsmanship",
description: "Our master artisans bring years of experience to every stitch, creating garments that are true works of art.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=4",
},
title: "Expert Craftsmanship", description: "Our master artisans bring years of experience to every stitch, creating garments that are true works of art.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg"},
{
id: 3,
title: "Timeless Design",
description: "Our collections transcend trends, featuring elegant designs that remain stylish and relevant for years to come.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7076.jpg?_wi=3",
},
title: "Timeless Design", description: "Our collections transcend trends, featuring elegant designs that remain stylish and relevant for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7076.jpg"},
]}
title="Our Core Values"
description="At ZARBAFT ROYALE, we're committed to excellence in every aspect of our business."
@@ -118,7 +105,6 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="slide-up"
mediaAnimation="slide-up"
/>
</div>
@@ -129,21 +115,13 @@ export default function AboutPage() {
author="Fatima Khan, Karachi"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 1",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 2",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 3",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 4",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 4"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"

View File

@@ -18,32 +18,28 @@ const navItems = [
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Collections", href: "/products" },
{ label: "New Arrivals", href: "/products?filter=new" },
{ label: "Sale", href: "/products?filter=sale" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "#shipping" },
{ label: "Returns", href: "#faq" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "#about" },
{ label: "Careers", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms & Conditions", href: "#terms" },
{ label: "Cookie Policy", href: "#cookies" },
@@ -78,23 +74,14 @@ export default function ContactPage() {
<ContactFaq
faqs={[
{
id: "1",
title: "What is ZARBAFT ROYALE's refund policy?",
content:
"We offer 30-day returns on unused items in original condition. Refunds are processed within 7-10 business days. Contact support@zarbaft.com to initiate your return.",
},
id: "1", title: "What is ZARBAFT ROYALE's refund policy?", content:
"We offer 30-day returns on unused items in original condition. Refunds are processed within 7-10 business days. Contact support@zarbaft.com to initiate your return."},
{
id: "2",
title: "How do I track my shipment?",
content:
"You'll receive a tracking number via email. Use our order tracking system on the website or contact support for live tracking updates.",
},
id: "2", title: "How do I track my shipment?", content:
"You'll receive a tracking number via email. Use our order tracking system on the website or contact support for live tracking updates."},
{
id: "3",
title: "Need help with sizing?",
content:
"Our AI chat widget provides personalized sizing assistance. You can also check our detailed size charts or email support@zarbaft.com with your measurements.",
},
id: "3", title: "Need help with sizing?", content:
"Our AI chat widget provides personalized sizing assistance. You can also check our detailed size charts or email support@zarbaft.com with your measurements."},
]}
ctaTitle="Get In Touch"
ctaDescription="Have questions? Our luxury concierge team is ready to assist you with any inquiries."
@@ -110,22 +97,13 @@ export default function ContactPage() {
features={[
{
id: 1,
title: "Karachi Delivery",
description: "Fast flat-rate delivery to Karachi. PKR 250 for express shipping within 2-3 business days.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=3",
},
title: "Karachi Delivery", description: "Fast flat-rate delivery to Karachi. PKR 250 for express shipping within 2-3 business days.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg"},
{
id: 2,
title: "Nationwide Shipping",
description: "Nationwide coverage at PKR 350. Reliable delivery to all major cities within 4-5 business days.",
imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg?_wi=3",
},
title: "Nationwide Shipping", description: "Nationwide coverage at PKR 350. Reliable delivery to all major cities within 4-5 business days.", imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg"},
{
id: 3,
title: "Premium Packaging",
description: "Every order arrives in elegant luxury packaging. White-glove presentation for a memorable unboxing experience.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-background-texture-fabrics-blue-shades_169016-19461.jpg?_wi=2",
},
title: "Premium Packaging", description: "Every order arrives in elegant luxury packaging. White-glove presentation for a memorable unboxing experience.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-background-texture-fabrics-blue-shades_169016-19461.jpg"},
]}
title="Shipping & Delivery Information"
description="Learn more about our delivery options and shipping process."
@@ -133,7 +111,6 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="slide-up"
mediaAnimation="slide-up"
/>
</div>

View File

@@ -21,32 +21,28 @@ const navItems = [
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Collections", href: "/products" },
{ label: "New Arrivals", href: "/products?filter=new" },
{ label: "Sale", href: "/products?filter=sale" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "#shipping" },
{ label: "Returns", href: "#faq" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "#about" },
{ label: "Careers", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms & Conditions", href: "#terms" },
{ label: "Cookie Policy", href: "#cookies" },
@@ -84,15 +80,14 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Shop Now", href: "/products" },
{ text: "View Collection", href: "/products" },
{ text: "View Collection", href: "#products" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg"
imageAlt="Premium luxury collection showcase"
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -103,7 +98,7 @@ export default function HomePage() {
description="Every garment in the ZARBAFT ROYALE collection represents decades of expertise in luxury fashion design and premium textile selection."
subdescription="Est. 2015 | Karachi, Pakistan"
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg"
imageAlt="ZARBAFT ROYALE brand heritage"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -115,35 +110,14 @@ export default function HomePage() {
<ProductCardTwo
products={[
{
id: "prod-1",
brand: "ZARBAFT ROYALE",
name: "Silk Ensemble Dress",
price: "PKR 45,000",
rating: 5,
reviewCount: "128",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7785.jpg?_wi=1",
imageAlt: "Elegant silk ensemble dress",
},
id: "prod-1", brand: "ZARBAFT ROYALE", name: "Silk Ensemble Dress", price: "PKR 45,000", rating: 5,
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7785.jpg", imageAlt: "Elegant silk ensemble dress"},
{
id: "prod-2",
brand: "ZARBAFT ROYALE",
name: "Premium Wool Coat",
price: "PKR 68,000",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7076.jpg?_wi=1",
imageAlt: "Luxury premium wool coat",
},
id: "prod-2", brand: "ZARBAFT ROYALE", name: "Premium Wool Coat", price: "PKR 68,000", rating: 5,
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7076.jpg", imageAlt: "Luxury premium wool coat"},
{
id: "prod-3",
brand: "ZARBAFT ROYALE",
name: "Signature Collection",
price: "PKR 55,000",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg?_wi=1",
imageAlt: "Signature luxury collection piece",
},
id: "prod-3", brand: "ZARBAFT ROYALE", name: "Signature Collection", price: "PKR 55,000", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", imageAlt: "Signature luxury collection piece"},
]}
title="Luxury Collection"
description="Browse our exclusive handpicked selection of premium luxury fashion pieces"
@@ -163,21 +137,13 @@ export default function HomePage() {
author="Fatima Khan, Karachi"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 1",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 2",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 3",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
alt: "Customer testimonial avatar 4",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Customer testimonial avatar 4"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -190,28 +156,16 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Karachi Delivery",
description: "Fast flat-rate delivery to Karachi. PKR 250 for express shipping within 2-3 business days.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=2",
},
title: "Karachi Delivery", description: "Fast flat-rate delivery to Karachi. PKR 250 for express shipping within 2-3 business days.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg"},
{
id: 2,
title: "Nationwide Shipping",
description: "Nationwide coverage at PKR 350. Reliable delivery to all major cities within 4-5 business days.",
imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg?_wi=2",
},
title: "Nationwide Shipping", description: "Nationwide coverage at PKR 350. Reliable delivery to all major cities within 4-5 business days.", imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg"},
{
id: 3,
title: "Premium Packaging",
description: "Every order arrives in elegant luxury packaging. White-glove presentation for a memorable unboxing experience.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-background-texture-fabrics-blue-shades_169016-19461.jpg?_wi=1",
},
title: "Premium Packaging", description: "Every order arrives in elegant luxury packaging. White-glove presentation for a memorable unboxing experience.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-background-texture-fabrics-blue-shades_169016-19461.jpg"},
{
id: 4,
title: "Order Tracking",
description: "Real-time tracking for all deliveries. Get instant updates and manage your shipment with ease.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7785.jpg?_wi=2",
},
title: "Order Tracking", description: "Real-time tracking for all deliveries. Get instant updates and manage your shipment with ease.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7785.jpg"},
]}
title="Shipping & Delivery"
description="Experience seamless, reliable delivery with our premium shipping options tailored for your convenience."
@@ -219,7 +173,6 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="slide-up"
mediaAnimation="slide-up"
/>
</div>