diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 184af8e..a43f1f0 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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"
/>
@@ -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"
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index cb3f1a7..51a9295 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -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() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 05e7823..e1af5b1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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}
/>
@@ -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() {