Update src/app/sizing/page.tsx

This commit is contained in:
2026-03-04 04:34:45 +00:00
parent 01ec8f2a62
commit e26cdc68de

View File

@@ -23,7 +23,7 @@ export default function SizingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -42,12 +42,12 @@ export default function SizingPage() {
<HeroBillboardGallery
title="Find Your Perfect Size"
description="Our comprehensive sizing guide helps you select the perfect fit for every piece. Each item is designed with premium fabrics and tailored cuts for an elevated silhouette."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
tag="Size Guide"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-invoice-template_23-2150860024.jpg", imageAlt: "Detailed Size Chart" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg?_wi=3", imageAlt: "Perfect Fit Example 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7076.jpg?_wi=3", imageAlt: "Perfect Fit Example 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg", imageAlt: "Perfect Fit Example 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7076.jpg", imageAlt: "Perfect Fit Example 2" },
]}
buttons={[
{ text: "Contact Stylist", href: "/contact" },
@@ -64,35 +64,17 @@ export default function SizingPage() {
description="Detailed information to ensure your next purchase fits perfectly and arrives ready to wear"
faqs={[
{
id: "size-faq-001",
title: "How should I measure for the perfect fit?",
content: "Use a soft measuring tape and keep it snug but not tight. Measure across your chest at the fullest point, around your natural waist, and down your inseam from the top of your inner thigh. For dresses, measure from shoulder to your desired hemline. All measurements should be taken while standing in a relaxed position.",
},
id: "size-faq-001", title: "How should I measure for the perfect fit?", content: "Use a soft measuring tape and keep it snug but not tight. Measure across your chest at the fullest point, around your natural waist, and down your inseam from the top of your inner thigh. For dresses, measure from shoulder to your desired hemline. All measurements should be taken while standing in a relaxed position."},
{
id: "size-faq-002",
title: "What is your size conversion chart?",
content: "We offer International Size conversions: XS (32-34), S (34-36), M (36-38), L (38-40), XL (40-42), XXL (42-44). Pakistani sizes may vary, so we recommend using our detailed measurement guide. Our AI chat agent can help you find the perfect size based on your measurements.",
},
id: "size-faq-002", title: "What is your size conversion chart?", content: "We offer International Size conversions: XS (32-34), S (34-36), M (36-38), L (38-40), XL (40-42), XXL (42-44). Pakistani sizes may vary, so we recommend using our detailed measurement guide. Our AI chat agent can help you find the perfect size based on your measurements."},
{
id: "size-faq-003",
title: "Do your pieces run large or small?",
content: "ZARBAFT ROYALE pieces are designed to fit true to size. Premium fabrics maintain their shape and provide a flattering silhouette. However, different styles may have varying fits. We recommend checking individual product descriptions for style-specific fit notes.",
},
id: "size-faq-003", title: "Do your pieces run large or small?", content: "ZARBAFT ROYALE pieces are designed to fit true to size. Premium fabrics maintain their shape and provide a flattering silhouette. However, different styles may have varying fits. We recommend checking individual product descriptions for style-specific fit notes."},
{
id: "size-faq-004",
title: "What if my size is between two sizes?",
content: "If you're between sizes, we recommend sizing up for comfort and elegant draping. Luxury fabrics benefit from a slightly relaxed fit rather than being too snug. Our styling consultants can provide personalized recommendations via chat.",
},
id: "size-faq-004", title: "What if my size is between two sizes?", content: "If you're between sizes, we recommend sizing up for comfort and elegant draping. Luxury fabrics benefit from a slightly relaxed fit rather than being too snug. Our styling consultants can provide personalized recommendations via chat."},
{
id: "size-faq-005",
title: "Can you modify sizing on custom orders?",
content: "Yes! We accommodate custom sizing requests. Contact our team for a quote on made-to-measure options. This ensures your piece is tailored perfectly to your specifications.",
},
id: "size-faq-005", title: "Can you modify sizing on custom orders?", content: "Yes! We accommodate custom sizing requests. Contact our team for a quote on made-to-measure options. This ensures your piece is tailored perfectly to your specifications."},
{
id: "size-faq-006",
title: "What if I receive an item that doesn't fit?",
content: "We offer free exchanges within 14 days if the fit is incorrect. We'll ship you the new size at no cost. Our 30-day return policy also applies if you're unsatisfied with the fit. Contact support@zarbaft.local to initiate an exchange.",
},
id: "size-faq-006", title: "What if I receive an item that doesn't fit?", content: "We offer free exchanges within 14 days if the fit is incorrect. We'll ship you the new size at no cost. Our 30-day return policy also applies if you're unsatisfied with the fit. Contact support@zarbaft.local to initiate an exchange."},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -104,8 +86,7 @@ export default function SizingPage() {
<FooterSimple
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Collections", href: "/products" },
{ label: "New Arrivals", href: "/products?sort=new" },
{ label: "Sale", href: "/products?filter=sale" },
@@ -113,8 +94,7 @@ export default function SizingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Blog", href: "/blog" },
@@ -122,8 +102,7 @@ export default function SizingPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "/faq" },
{ label: "Returns", href: "/faq" },
@@ -131,8 +110,7 @@ export default function SizingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Shipping Policy", href: "/shipping" },