From eb35f023b7ebe3093d8e5be280162c284c152fec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:53:19 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7513bfe..e42fa04 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,9 +10,9 @@ import { ShoppingCart, Star, Users, Award, CheckCircle, Heart, Globe, Zap } from export default function AboutPage() { const navItems = [ - { name: "Shop", id: "products" }, - { name: "About", id: "about" }, - { name: "Support", id: "faq" }, + { name: "Shop", id: "/marketplace" }, + { name: "About", id: "/about" }, + { name: "Support", id: "/contact" }, ]; const navButton = { @@ -69,7 +69,7 @@ export default function AboutPage() { 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", imageAlt: "Heritage Collection"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=6", imageAlt: "Heritage Collection"}, items: [ { icon: Heart, text: "Passionate about craftsmanship" }, { icon: Globe, text: "Celebrating global traditions" }, @@ -79,7 +79,7 @@ export default function AboutPage() { }, { 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"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=6", imageAlt: "Premium Mission"}, items: [ { icon: CheckCircle, text: "Authenticity guaranteed" }, { icon: CheckCircle, text: "Quality excellence" }, @@ -89,7 +89,7 @@ export default function AboutPage() { }, { 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"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=6", imageAlt: "Our Commitment"}, items: [ { icon: CheckCircle, text: "Trustworthy partnerships" }, { icon: CheckCircle, text: "Secure shopping experience" }, @@ -122,4 +122,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From affd2c9d36224bae719b93036aba7846fc78fef2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:53:23 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e014d0c..c2dd94f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,9 +8,9 @@ import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; export default function ContactPage() { const navItems = [ - { name: "Shop", id: "products" }, - { name: "About", id: "about" }, - { name: "Support", id: "faq" }, + { name: "Shop", id: "/marketplace" }, + { name: "About", id: "/about" }, + { name: "Support", id: "/contact" }, ]; const navButton = { @@ -114,4 +114,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 46b4cab416feaabfb9ff40f30f25171b2ca2759c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:53:26 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index beac6a8..ccc8ce2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,7 +36,9 @@ export default function RootLayout({ return ( - + {children} @@ -1410,4 +1412,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From e250e3763bd79f550789fd4d5d5594727d488535 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:53:32 +0000 Subject: [PATCH 4/5] Update src/app/marketplace/page.tsx --- src/app/marketplace/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/marketplace/page.tsx b/src/app/marketplace/page.tsx index 12a905f..975f5f2 100644 --- a/src/app/marketplace/page.tsx +++ b/src/app/marketplace/page.tsx @@ -8,9 +8,9 @@ import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; export default function MarketplacePage() { const navItems = [ - { name: "Shop", id: "products" }, - { name: "About", id: "about" }, - { name: "Support", id: "faq" }, + { name: "Shop", id: "/marketplace" }, + { name: "About", id: "/about" }, + { name: "Support", id: "/contact" }, ]; const navButton = { @@ -53,27 +53,27 @@ export default function MarketplacePage() { 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", imageAlt: "Premium Silk Dupatta", isFavorited: false, + 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-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, + 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-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, + 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-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, + 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-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, + 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-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, + 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, }, ]} containerClassName="py-16 px-6" @@ -99,15 +99,15 @@ export default function MarketplacePage() { 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", imageAlt: "Heritage Gold Embroidered Saree", isFavorited: false, + 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-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, + 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-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, + 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, }, ]} containerClassName="py-16 px-6" @@ -133,4 +133,4 @@ export default function MarketplacePage() { ); -} \ No newline at end of file +} -- 2.49.1 From 1143a01b2f880d72fa562943443fc743d3f6ecf9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:53:35 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec9d3fe..03f8bcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,9 +14,9 @@ import { ShoppingCart, Star, Users, Award, CheckCircle } from "lucide-react"; export default function HomePage() { const navItems = [ - { name: "Shop", id: "products" }, - { name: "About", id: "about" }, - { name: "Support", id: "faq" }, + { name: "Shop", id: "/marketplace" }, + { name: "About", id: "/about" }, + { name: "Support", id: "/contact" }, ]; const navButton = { @@ -52,7 +52,7 @@ export default function HomePage() { description="Discover premium hand-woven textiles and elegant clothing crafted with timeless sophistication. Experience luxury in every stitch." buttons={[ { text: "Shop Now", href: "/marketplace" }, - { text: "Explore Collection", href: "#products" }, + { text: "Explore Collection", href: "/marketplace" }, ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} @@ -107,15 +107,15 @@ export default function HomePage() { 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", imageAlt: "Premium Silk Dupatta", isFavorited: false, + 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-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, + 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-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, + 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, }, ]} containerClassName="py-16 px-6" @@ -133,7 +133,7 @@ export default function HomePage() { 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", imageAlt: "Premium Silk Dupatta"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-e1vbdry7.jpg?_wi=2", imageAlt: "Premium Silk Dupatta"}, items: [ { icon: CheckCircle, text: "Certified authentic materials" }, { icon: CheckCircle, text: "Artisan craftsmanship" }, @@ -143,7 +143,7 @@ export default function HomePage() { }, { 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"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-kph0466w.jpg?_wi=2", imageAlt: "Embroidered Lawn Suit"}, items: [ { icon: CheckCircle, text: "Multiple payment methods" }, { icon: CheckCircle, text: "Encrypted transactions" }, @@ -153,7 +153,7 @@ export default function HomePage() { }, { 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"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARrRRKO4KsViu5PfbTjbiz5SDD/uploaded-1772566335914-88xv05mi.jpg?_wi=2", imageAlt: "Luxe Banarasi Saree"}, items: [ { icon: CheckCircle, text: "4-5 business days delivery" }, { icon: CheckCircle, text: "Real-time tracking" }, @@ -243,4 +243,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1