From e5275466c0b16192cffbe1cf68d0f237266f284a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:39:51 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 285f61c..7513bfe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,9 +16,7 @@ export default function AboutPage() { ]; const navButton = { - text: "Shop Now", - href: "/marketplace", - }; + text: "Shop Now", href: "/marketplace"}; return ( Date: Tue, 3 Mar 2026 19:39:51 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 44 ++++++++-------------------------------- 1 file changed, 9 insertions(+), 35 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 81ca19d..e014d0c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,9 +14,7 @@ export default function ContactPage() { ]; const navButton = { - text: "Shop Now", - href: "/marketplace", - }; + text: "Shop Now", href: "/marketplace"}; return ( Date: Tue, 3 Mar 2026 19:39:51 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 60303fc..a3e9ee4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From a1fa552380eea38953fe28d753a3765820b0c57d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:39:52 +0000 Subject: [PATCH 4/5] Update src/app/marketplace/page.tsx --- src/app/marketplace/page.tsx | 103 +++++++---------------------------- 1 file changed, 19 insertions(+), 84 deletions(-) diff --git a/src/app/marketplace/page.tsx b/src/app/marketplace/page.tsx index 7c02653..12a905f 100644 --- a/src/app/marketplace/page.tsx +++ b/src/app/marketplace/page.tsx @@ -14,9 +14,7 @@ export default function MarketplacePage() { ]; const navButton = { - text: "Shop Now", - href: "/marketplace", - }; + text: "Shop Now", href: "/marketplace"}; return ( Date: Tue, 3 Mar 2026 19:39:52 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 104 ++++++++++------------------------------------- 1 file changed, 21 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ae0ded..ec9d3fe 100644 --- a/src/app/page.tsx +++ b/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 (