6 Commits

Author SHA1 Message Date
8a3595da2f Update src/app/page.tsx 2026-03-03 06:18:04 +00:00
e792ba2748 Merge version_9 into main
Merge version_9 into main
2026-03-03 06:05:35 +00:00
e8fd8c5bdb Update src/app/page.tsx 2026-03-03 06:05:30 +00:00
bd8d5124e2 Merge version_8 into main
Merge version_8 into main
2026-03-03 05:55:05 +00:00
5cbac8aaff Update src/app/page.tsx 2026-03-03 05:55:01 +00:00
0edc1a2ced Merge version_7 into main
Merge version_7 into main
2026-03-03 05:04:42 +00:00

View File

@@ -44,9 +44,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Coordinate"
description="Premium family apparel designed for style and quality togetherness."
description="Finally, matching family outfits that work for every body type and age—without sacrificing style."
buttons={[
{ text: "Shop Family Sets", href: "products" },
{ text: "Shop Now", href: "products" },
{ text: "Discover Our Story", href: "about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=1"
@@ -171,22 +171,25 @@ export default function LandingPage() {
tag="Help & Support"
faqs={[
{
id: "1", title: "How do sizing and coordination work?", content: "Our detailed <a href=\"#sizing-guide\" style=\"text-decoration: underline; font-weight: 500;\">sizing guide</a> helps ensure perfect family coordination."
id: "1", title: "How do I find my perfect size and ensure proper fit?", content: "We offer a comprehensive <a href=\"#sizing-guide\" style=\"text-decoration: underline; font-weight: 500;\">size-matching guide</a> to help you find your ideal fit. Our sizing runs true-to-size with measurements provided for each piece. <strong>We guarantee a perfect fit</strong> - if your coordinated set doesn't fit properly, we offer free exchanges or returns within 60 days with prepaid shipping labels. Additionally, our customer service team is available to help with personalized size recommendations based on your body type and fit preferences. We also provide detailed photos from multiple angles and fit feedback from verified customer reviews for each product."
},
{
id: "2", title: "What makes your apparel premium quality?", content: "We use 100% organic cotton and sustainable fabric blends, ethically sourced and manufactured. Every piece undergoes quality testing to ensure durability and comfort. Our fabrics are pre-shrunk and designed to maintain their appearance through countless washes."
id: "2", title: "How do sizing and coordination work?", content: "Our detailed sizing system ensures every family member coordinates perfectly. We offer XS to 3XL for adults and newborn to teen sizes for kids. Each product includes a comprehensive fit guide with measurements, materials, and care instructions. Our coordination system allows you to mix and match compatible pieces or choose pre-coordinated family sets. We provide visual coordination guides showing how pieces work together across family members of different ages and sizes."
},
{
id: "3", title: "Do you offer coordination for boys specifically?", content: "Yes! We specialize in matching sets for parents and boys. Our collections are designed with boys' preferences in mind, featuring classic cuts and styles that appeal to both children and parents. We offer everything from casual everyday wear to premium collections for special occasions."
id: "3", title: "What makes your apparel premium quality?", content: "We use 100% organic cotton and sustainable fabric blends, ethically sourced and manufactured. Every piece undergoes quality testing to ensure durability and comfort. Our fabrics are pre-shrunk and designed to maintain their appearance through countless washes."
},
{
id: "4", title: "What is your return and exchange policy?", content: "We offer a 60-day returns and exchanges policy on all items. If a set doesn't coordinate perfectly or doesn't meet your expectations, simply return it for a full refund or exchange. We also offer free returns on our first purchase to ensure complete satisfaction."
id: "4", title: "Do you offer coordination for boys specifically?", content: "Yes! We specialize in matching sets for parents and boys. Our collections are designed with boys' preferences in mind, featuring classic cuts and styles that appeal to both children and parents. We offer everything from casual everyday wear to premium collections for special occasions."
},
{
id: "5", title: "Are your products sustainable?", content: "Absolutely. We're committed to sustainable practices including organic and recycled materials, ethical manufacturing partnerships, minimal packaging waste, and carbon-neutral shipping options. We continuously work to reduce our environmental impact while maintaining premium quality."
id: "5", title: "What is your return and exchange policy?", content: "We offer a 60-day returns and exchanges policy on all items. If a set doesn't coordinate perfectly or doesn't meet your expectations, simply return it for a full refund or exchange. We also offer free returns on our first purchase to ensure complete satisfaction."
},
{
id: "6", title: "How do I care for my coordinated sets?", content: "Our apparel is machine washable in cold water with similar colors. We recommend using gentle detergent and air drying to maintain shape and color vibrancy. Care instructions are included with each set. All our fabrics are pre-shrunk and designed for long-lasting wear."
id: "6", title: "Are your products sustainable?", content: "Absolutely. We're committed to sustainable practices including organic and recycled materials, ethical manufacturing partnerships, minimal packaging waste, and carbon-neutral shipping options. We continuously work to reduce our environmental impact while maintaining premium quality."
},
{
id: "7", title: "How do I care for my coordinated sets?", content: "Our apparel is machine washable in cold water with similar colors. We recommend using gentle detergent and air drying to maintain shape and color vibrancy. Care instructions are included with each set. All our fabrics are pre-shrunk and designed for long-lasting wear."
}
]}
textboxLayout="default"