Merge version_1 into main #2
@@ -35,9 +35,7 @@ export default function AboutPage() {
|
||||
brandName="Clothink"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,15 +43,12 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Founded in 2020, Clothink was born from a simple vision: to make contemporary fashion accessible without compromising on quality. We believe fashion should empower people to express themselves authentically.",
|
||||
"Every piece in our collection is thoughtfully curated by our expert team of designers and stylists. We partner with sustainable manufacturers who share our commitment to ethical production and environmental responsibility.",
|
||||
"Today, Clothink serves thousands of customers worldwide, each looking for that perfect blend of style, comfort, and conscience. We're more than a clothing store—we're a community of fashion enthusiasts.",
|
||||
]}
|
||||
"Founded in 2020, Clothink was born from a simple vision: to make contemporary fashion accessible without compromising on quality. We believe fashion should empower people to express themselves authentically.", "Every piece in our collection is thoughtfully curated by our expert team of designers and stylists. We partner with sustainable manufacturers who share our commitment to ethical production and environmental responsibility.", "Today, Clothink serves thousands of customers worldwide, each looking for that perfect blend of style, comfort, and conscience. We're more than a clothing store—we're a community of fashion enthusiasts."]}
|
||||
buttons={[
|
||||
{ text: "Discover More", href: "/about" },
|
||||
{ text: "Shop Sustainably", href: "/shop" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -65,29 +60,13 @@ export default function AboutPage() {
|
||||
description="Featured in top fashion publications and worn by style influencers worldwide."
|
||||
tag="Featured In"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Vogue Style",
|
||||
"Harper's Fashion",
|
||||
"Elle Magazine",
|
||||
"Fashion Week",
|
||||
"Style Guide",
|
||||
"Trend Report",
|
||||
"Fashion Forward",
|
||||
"Modern Style",
|
||||
]}
|
||||
"Vogue Style", "Harper's Fashion", "Elle Magazine", "Fashion Week", "Style Guide", "Trend Report", "Fashion Forward", "Modern Style"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148899881.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg",
|
||||
"http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529082.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg",
|
||||
"http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529223.jpg",
|
||||
"http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148899881.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529082.jpg", "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529223.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -97,8 +76,7 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "New Arrivals", href: "/shop" },
|
||||
{ label: "Collections", href: "/collections" },
|
||||
@@ -106,8 +84,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Sustainability", href: "/about" },
|
||||
@@ -115,8 +92,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Shipping Info", href: "/" },
|
||||
@@ -124,8 +100,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function CollectionsPage() {
|
||||
brandName="Clothink"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,44 +45,32 @@ export default function CollectionsPage() {
|
||||
description="Explore our carefully curated collections, each designed to meet different style moments and seasons. Discover the perfect pieces for every occasion."
|
||||
tag="Collections"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
buttons={[{ text: "Shop All Collections", href: "/shop" }]}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Everyday Essentials",
|
||||
description:
|
||||
"Timeless basics and wardrobe staples that work with everything. Quality pieces for daily wear that never go out of style.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=5",
|
||||
},
|
||||
title: "Everyday Essentials", description:
|
||||
"Timeless basics and wardrobe staples that work with everything. Quality pieces for daily wear that never go out of style.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Statement Pieces",
|
||||
description:
|
||||
"Bold, expressive items that make an impact. From vibrant colors to unique cuts, express your individuality with confidence.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=6",
|
||||
},
|
||||
title: "Statement Pieces", description:
|
||||
"Bold, expressive items that make an impact. From vibrant colors to unique cuts, express your individuality with confidence.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Seasonal Trends",
|
||||
description:
|
||||
"Fresh looks that capture the season's hottest trends. Updated regularly to keep your wardrobe current and fashionable.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=7",
|
||||
},
|
||||
title: "Seasonal Trends", description:
|
||||
"Fresh looks that capture the season's hottest trends. Updated regularly to keep your wardrobe current and fashionable.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Sustainable Line",
|
||||
description:
|
||||
"Eco-conscious fashion made from organic and recycled materials. Look good while protecting the planet for future generations.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=8",
|
||||
},
|
||||
title: "Sustainable Line", description:
|
||||
"Eco-conscious fashion made from organic and recycled materials. Look good while protecting the planet for future generations.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,80 +81,38 @@ export default function CollectionsPage() {
|
||||
description="Browse our handpicked selection of trending pieces from across all collections."
|
||||
tag="Best Sellers"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
buttons={[{ text: "Explore More", href: "/shop" }]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Clothink",
|
||||
name: "Premium Cotton Dress",
|
||||
price: "$89.00",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg?_wi=3",
|
||||
imageAlt: "Premium cotton dress",
|
||||
},
|
||||
id: "1", brand: "Clothink", name: "Premium Cotton Dress", price: "$89.00", rating: 5,
|
||||
reviewCount: "342", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg", imageAlt: "Premium cotton dress"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Clothink",
|
||||
name: "Casual Linen Shirt",
|
||||
price: "$69.00",
|
||||
rating: 5,
|
||||
reviewCount: "218",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=3",
|
||||
imageAlt: "Casual linen shirt",
|
||||
},
|
||||
id: "2", brand: "Clothink", name: "Casual Linen Shirt", price: "$69.00", rating: 5,
|
||||
reviewCount: "218", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg", imageAlt: "Casual linen shirt"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Clothink",
|
||||
name: "Classic Denim Jacket",
|
||||
price: "$129.00",
|
||||
rating: 5,
|
||||
reviewCount: "456",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=3",
|
||||
imageAlt: "Classic denim jacket",
|
||||
},
|
||||
id: "3", brand: "Clothink", name: "Classic Denim Jacket", price: "$129.00", rating: 5,
|
||||
reviewCount: "456", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg", imageAlt: "Classic denim jacket"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Clothink",
|
||||
name: "Organic Jeans",
|
||||
price: "$99.00",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=3",
|
||||
imageAlt: "Organic jeans",
|
||||
},
|
||||
id: "4", brand: "Clothink", name: "Organic Jeans", price: "$99.00", rating: 5,
|
||||
reviewCount: "289", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg", imageAlt: "Organic jeans"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Clothink",
|
||||
name: "Cozy Knit Sweater",
|
||||
price: "$79.00",
|
||||
rating: 5,
|
||||
reviewCount: "167",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg?_wi=3",
|
||||
imageAlt: "Cozy knit sweater",
|
||||
},
|
||||
id: "5", brand: "Clothink", name: "Cozy Knit Sweater", price: "$79.00", rating: 5,
|
||||
reviewCount: "167", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg", imageAlt: "Cozy knit sweater"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Clothink",
|
||||
name: "Modern Sneakers",
|
||||
price: "$119.00",
|
||||
rating: 5,
|
||||
reviewCount: "523",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg?_wi=3",
|
||||
imageAlt: "Modern sneakers",
|
||||
},
|
||||
id: "6", brand: "Clothink", name: "Modern Sneakers", price: "$119.00", rating: 5,
|
||||
reviewCount: "523", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg", imageAlt: "Modern sneakers"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,8 +121,7 @@ export default function CollectionsPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "New Arrivals", href: "/shop" },
|
||||
{ label: "Collections", href: "/collections" },
|
||||
@@ -186,8 +129,7 @@ export default function CollectionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Sustainability", href: "/about" },
|
||||
@@ -195,8 +137,7 @@ export default function CollectionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Shipping Info", href: "/" },
|
||||
@@ -204,8 +145,7 @@ export default function CollectionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function ContactPage() {
|
||||
brandName="Clothink"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,51 +44,33 @@ export default function ContactPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about Clothink, our products, and services."
|
||||
tag="Help & Support"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shopping-center-showroom-with-clothes-from-trendy-collections-retail-market-boutique-with-modern-fashionable-wear-empty-clothing-store-filled-with-new-trends-fashion-brands_482257-61769.jpg"
|
||||
imageAlt="Customer support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is Clothink's return policy?",
|
||||
content:
|
||||
"We offer a 30-day hassle-free return policy on all items in original condition with tags attached. Simply contact our customer service team to initiate a return. We'll provide a prepaid shipping label for your convenience.",
|
||||
},
|
||||
id: "1", title: "What is Clothink's return policy?", content:
|
||||
"We offer a 30-day hassle-free return policy on all items in original condition with tags attached. Simply contact our customer service team to initiate a return. We'll provide a prepaid shipping label for your convenience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does shipping take?",
|
||||
content:
|
||||
"Standard shipping typically takes 5-7 business days. We also offer expedited shipping (2-3 business days) and international shipping to most countries. Shipping costs vary based on location and method selected.",
|
||||
},
|
||||
id: "2", title: "How long does shipping take?", content:
|
||||
"Standard shipping typically takes 5-7 business days. We also offer expedited shipping (2-3 business days) and international shipping to most countries. Shipping costs vary based on location and method selected."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your clothes sustainable?",
|
||||
content:
|
||||
"We're committed to sustainability. Our Sustainable Line features pieces made from organic cotton, recycled materials, and ethically sourced fabrics. We partner with manufacturers who follow fair trade practices.",
|
||||
},
|
||||
id: "3", title: "Are your clothes sustainable?", content:
|
||||
"We're committed to sustainability. Our Sustainable Line features pieces made from organic cotton, recycled materials, and ethically sourced fabrics. We partner with manufacturers who follow fair trade practices."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I find my size?",
|
||||
content:
|
||||
"Use our detailed size guide available on each product page. We provide measurements in multiple units (inches and cm). If you're between sizes, we recommend sizing up for comfort. Customer reviews often mention fit details as well.",
|
||||
},
|
||||
id: "4", title: "How do I find my size?", content:
|
||||
"Use our detailed size guide available on each product page. We provide measurements in multiple units (inches and cm). If you're between sizes, we recommend sizing up for comfort. Customer reviews often mention fit details as well."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer gift cards?",
|
||||
content:
|
||||
"Yes! We offer digital and physical gift cards in various denominations. They never expire and can be used on any item in our store. Perfect for the fashion lover in your life.",
|
||||
},
|
||||
id: "5", title: "Do you offer gift cards?", content:
|
||||
"Yes! We offer digital and physical gift cards in various denominations. They never expire and can be used on any item in our store. Perfect for the fashion lover in your life."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How can I stay updated on new collections?",
|
||||
content:
|
||||
"Subscribe to our newsletter to get exclusive previews, early access to sales, and style tips. You can also follow us on social media for daily inspiration and behind-the-scenes content.",
|
||||
},
|
||||
id: "6", title: "How can I stay updated on new collections?", content:
|
||||
"Subscribe to our newsletter to get exclusive previews, early access to sales, and style tips. You can also follow us on social media for daily inspiration and behind-the-scenes content."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,38 +81,23 @@ export default function ContactPage() {
|
||||
description="Hear from our community of style-conscious customers who have transformed their wardrobes with Clothink."
|
||||
tag="Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Fashion Designer",
|
||||
testimonial:
|
||||
"Clothink's quality and attention to detail is exceptional. Every purchase feels like an investment in my personal style.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Fashion Designer", testimonial:
|
||||
"Clothink's quality and attention to detail is exceptional. Every purchase feels like an investment in my personal style.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Thompson",
|
||||
role: "Business Professional",
|
||||
testimonial:
|
||||
"Finding versatile pieces that work for both office and weekend was my biggest challenge. Clothink solved that perfectly.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
},
|
||||
id: "2", name: "Michael Thompson", role: "Business Professional", testimonial:
|
||||
"Finding versatile pieces that work for both office and weekend was my biggest challenge. Clothink solved that perfectly.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Lee",
|
||||
role: "Content Creator",
|
||||
testimonial:
|
||||
"The sustainability commitment is real. I love supporting a brand that actually cares about the environment.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=7",
|
||||
},
|
||||
id: "3", name: "Jessica Lee", role: "Content Creator", testimonial:
|
||||
"The sustainability commitment is real. I love supporting a brand that actually cares about the environment.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,8 +106,7 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "New Arrivals", href: "/shop" },
|
||||
{ label: "Collections", href: "/collections" },
|
||||
@@ -150,8 +114,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Sustainability", href: "/about" },
|
||||
@@ -159,8 +122,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Shipping Info", href: "/" },
|
||||
@@ -168,8 +130,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
|
||||
224
src/app/page.tsx
224
src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
|
||||
brandName="Clothink"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,8 +49,8 @@ export default function HomePage() {
|
||||
description="Discover contemporary fashion that transforms your wardrobe. From timeless classics to bold statement pieces, Clothink brings curated collections designed for the modern lifestyle."
|
||||
tag="New Arrivals"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
tagAnimation="opacity"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"
|
||||
imageAlt="Fashion model showcasing latest collection"
|
||||
imagePosition="right"
|
||||
@@ -61,35 +59,23 @@ export default function HomePage() {
|
||||
{ text: "Explore Collection", href: "/shop" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma Rodriguez",
|
||||
handle: "Fashion Blogger",
|
||||
testimonial:
|
||||
"Clothink has become my go-to for quality pieces that never go out of style. Absolutely love their curated selections!",
|
||||
rating: 5,
|
||||
name: "Emma Rodriguez", handle: "Fashion Blogger", testimonial:
|
||||
"Clothink has become my go-to for quality pieces that never go out of style. Absolutely love their curated selections!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
name: "Marcus Chen",
|
||||
handle: "Style Influencer",
|
||||
testimonial:
|
||||
"The attention to detail in every piece is remarkable. Clothink truly understands modern fashion.",
|
||||
rating: 5,
|
||||
name: "Marcus Chen", handle: "Style Influencer", testimonial:
|
||||
"The attention to detail in every piece is remarkable. Clothink truly understands modern fashion.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Sophie Laurent",
|
||||
handle: "Design Professional",
|
||||
testimonial:
|
||||
"Finally found a brand that combines quality, style, and sustainability. Highly recommend!",
|
||||
rating: 5,
|
||||
name: "Sophie Laurent", handle: "Design Professional", testimonial:
|
||||
"Finally found a brand that combines quality, style, and sustainability. Highly recommend!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -102,80 +88,38 @@ export default function HomePage() {
|
||||
description="Hand-picked essentials and trending pieces that define modern style. From everyday comfort to statement looks, find your perfect fit."
|
||||
tag="Best Sellers"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
buttons={[{ text: "View All Products", href: "/shop" }]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Clothink",
|
||||
name: "Premium Cotton Dress",
|
||||
price: "$89.00",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg?_wi=1",
|
||||
imageAlt: "Premium cotton dress",
|
||||
},
|
||||
id: "1", brand: "Clothink", name: "Premium Cotton Dress", price: "$89.00", rating: 5,
|
||||
reviewCount: "342", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg", imageAlt: "Premium cotton dress"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Clothink",
|
||||
name: "Casual Linen Shirt",
|
||||
price: "$69.00",
|
||||
rating: 5,
|
||||
reviewCount: "218",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=1",
|
||||
imageAlt: "Casual linen shirt",
|
||||
},
|
||||
id: "2", brand: "Clothink", name: "Casual Linen Shirt", price: "$69.00", rating: 5,
|
||||
reviewCount: "218", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg", imageAlt: "Casual linen shirt"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Clothink",
|
||||
name: "Classic Denim Jacket",
|
||||
price: "$129.00",
|
||||
rating: 5,
|
||||
reviewCount: "456",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=1",
|
||||
imageAlt: "Classic denim jacket",
|
||||
},
|
||||
id: "3", brand: "Clothink", name: "Classic Denim Jacket", price: "$129.00", rating: 5,
|
||||
reviewCount: "456", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg", imageAlt: "Classic denim jacket"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Clothink",
|
||||
name: "Organic Jeans",
|
||||
price: "$99.00",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=1",
|
||||
imageAlt: "Organic jeans",
|
||||
},
|
||||
id: "4", brand: "Clothink", name: "Organic Jeans", price: "$99.00", rating: 5,
|
||||
reviewCount: "289", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg", imageAlt: "Organic jeans"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Clothink",
|
||||
name: "Cozy Knit Sweater",
|
||||
price: "$79.00",
|
||||
rating: 5,
|
||||
reviewCount: "167",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg?_wi=1",
|
||||
imageAlt: "Cozy knit sweater",
|
||||
},
|
||||
id: "5", brand: "Clothink", name: "Cozy Knit Sweater", price: "$79.00", rating: 5,
|
||||
reviewCount: "167", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg", imageAlt: "Cozy knit sweater"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Clothink",
|
||||
name: "Modern Sneakers",
|
||||
price: "$119.00",
|
||||
rating: 5,
|
||||
reviewCount: "523",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg?_wi=1",
|
||||
imageAlt: "Modern sneakers",
|
||||
},
|
||||
id: "6", brand: "Clothink", name: "Modern Sneakers", price: "$119.00", rating: 5,
|
||||
reviewCount: "523", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg", imageAlt: "Modern sneakers"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,65 +130,35 @@ export default function HomePage() {
|
||||
description="Hear from our community of style-conscious customers who have transformed their wardrobes with Clothink."
|
||||
tag="Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Fashion Designer",
|
||||
testimonial:
|
||||
"Clothink's quality and attention to detail is exceptional. Every purchase feels like an investment in my personal style.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Fashion Designer", testimonial:
|
||||
"Clothink's quality and attention to detail is exceptional. Every purchase feels like an investment in my personal style.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Thompson",
|
||||
role: "Business Professional",
|
||||
testimonial:
|
||||
"Finding versatile pieces that work for both office and weekend was my biggest challenge. Clothink solved that perfectly.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael Thompson", role: "Business Professional", testimonial:
|
||||
"Finding versatile pieces that work for both office and weekend was my biggest challenge. Clothink solved that perfectly.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Lee",
|
||||
role: "Content Creator",
|
||||
testimonial:
|
||||
"The sustainability commitment is real. I love supporting a brand that actually cares about the environment.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Jessica Lee", role: "Content Creator", testimonial:
|
||||
"The sustainability commitment is real. I love supporting a brand that actually cares about the environment.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Martinez",
|
||||
role: "Photographer",
|
||||
testimonial:
|
||||
"Clothing that photographs beautifully and feels amazing to wear. That's Clothink in a nutshell.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
},
|
||||
id: "4", name: "David Martinez", role: "Photographer", testimonial:
|
||||
"Clothing that photographs beautifully and feels amazing to wear. That's Clothink in a nutshell.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily Watson",
|
||||
role: "Marketing Manager",
|
||||
testimonial:
|
||||
"Customer service is unmatched. They understand fashion and really care about customer satisfaction.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
},
|
||||
id: "5", name: "Emily Watson", role: "Marketing Manager", testimonial:
|
||||
"Customer service is unmatched. They understand fashion and really care about customer satisfaction.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Patel",
|
||||
role: "Entrepreneur",
|
||||
testimonial:
|
||||
"From sizing to quality, everything exceeds expectations. I've recommended Clothink to all my friends.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5",
|
||||
},
|
||||
id: "6", name: "Alex Patel", role: "Entrepreneur", testimonial:
|
||||
"From sizing to quality, everything exceeds expectations. I've recommended Clothink to all my friends.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -255,29 +169,13 @@ export default function HomePage() {
|
||||
description="Featured in top fashion publications and worn by style influencers worldwide."
|
||||
tag="Featured In"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Vogue Style",
|
||||
"Harper's Fashion",
|
||||
"Elle Magazine",
|
||||
"Fashion Week",
|
||||
"Style Guide",
|
||||
"Trend Report",
|
||||
"Fashion Forward",
|
||||
"Modern Style",
|
||||
]}
|
||||
"Vogue Style", "Harper's Fashion", "Elle Magazine", "Fashion Week", "Style Guide", "Trend Report", "Fashion Forward", "Modern Style"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148899881.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg",
|
||||
"http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529082.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg",
|
||||
"http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529223.jpg",
|
||||
"http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148899881.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529082.jpg", "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529223.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -287,8 +185,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "New Arrivals", href: "/shop" },
|
||||
{ label: "Collections", href: "/collections" },
|
||||
@@ -296,8 +193,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Sustainability", href: "/about" },
|
||||
@@ -305,8 +201,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Shipping Info", href: "/" },
|
||||
@@ -314,8 +209,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function ShopPage() {
|
||||
brandName="Clothink"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,44 +45,32 @@ export default function ShopPage() {
|
||||
description="Explore our carefully curated collections, each designed to meet different style moments and seasons."
|
||||
tag="Collections"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
buttons={[{ text: "Browse All", href: "/shop" }]}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Everyday Essentials",
|
||||
description:
|
||||
"Timeless basics and wardrobe staples that work with everything. Quality pieces for daily wear that never go out of style.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=1",
|
||||
},
|
||||
title: "Everyday Essentials", description:
|
||||
"Timeless basics and wardrobe staples that work with everything. Quality pieces for daily wear that never go out of style.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Statement Pieces",
|
||||
description:
|
||||
"Bold, expressive items that make an impact. From vibrant colors to unique cuts, express your individuality.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=2",
|
||||
},
|
||||
title: "Statement Pieces", description:
|
||||
"Bold, expressive items that make an impact. From vibrant colors to unique cuts, express your individuality.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Seasonal Trends",
|
||||
description:
|
||||
"Fresh looks that capture the season's hottest trends. Updated regularly to keep your wardrobe current.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=3",
|
||||
},
|
||||
title: "Seasonal Trends", description:
|
||||
"Fresh looks that capture the season's hottest trends. Updated regularly to keep your wardrobe current.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Sustainable Line",
|
||||
description:
|
||||
"Eco-conscious fashion made from organic and recycled materials. Look good while protecting the planet.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg?_wi=4",
|
||||
},
|
||||
title: "Sustainable Line", description:
|
||||
"Eco-conscious fashion made from organic and recycled materials. Look good while protecting the planet.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885691.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,80 +81,38 @@ export default function ShopPage() {
|
||||
description="Discover our complete collection of contemporary fashion pieces carefully selected for style and quality."
|
||||
tag="Shop"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="opacity"
|
||||
buttons={[{ text: "View More", href: "/shop" }]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Clothink",
|
||||
name: "Premium Cotton Dress",
|
||||
price: "$89.00",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg?_wi=2",
|
||||
imageAlt: "Premium cotton dress",
|
||||
},
|
||||
id: "1", brand: "Clothink", name: "Premium Cotton Dress", price: "$89.00", rating: 5,
|
||||
reviewCount: "342", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-summer-fashion-trend-dress-posing-red_285396-795.jpg", imageAlt: "Premium cotton dress"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Clothink",
|
||||
name: "Casual Linen Shirt",
|
||||
price: "$69.00",
|
||||
rating: 5,
|
||||
reviewCount: "218",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg?_wi=2",
|
||||
imageAlt: "Casual linen shirt",
|
||||
},
|
||||
id: "2", brand: "Clothink", name: "Casual Linen Shirt", price: "$69.00", rating: 5,
|
||||
reviewCount: "218", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20630.jpg", imageAlt: "Casual linen shirt"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Clothink",
|
||||
name: "Classic Denim Jacket",
|
||||
price: "$129.00",
|
||||
rating: 5,
|
||||
reviewCount: "456",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg?_wi=2",
|
||||
imageAlt: "Classic denim jacket",
|
||||
},
|
||||
id: "3", brand: "Clothink", name: "Classic Denim Jacket", price: "$129.00", rating: 5,
|
||||
reviewCount: "456", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-demonstrating-upper-cloths_1303-24480.jpg", imageAlt: "Classic denim jacket"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Clothink",
|
||||
name: "Organic Jeans",
|
||||
price: "$99.00",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg?_wi=2",
|
||||
imageAlt: "Organic jeans",
|
||||
},
|
||||
id: "4", brand: "Clothink", name: "Organic Jeans", price: "$99.00", rating: 5,
|
||||
reviewCount: "289", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blonde-girl-wear-jeans-jacket-with-backpack-posed-against-orange-shutter_627829-8090.jpg", imageAlt: "Organic jeans"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Clothink",
|
||||
name: "Cozy Knit Sweater",
|
||||
price: "$79.00",
|
||||
rating: 5,
|
||||
reviewCount: "167",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg?_wi=2",
|
||||
imageAlt: "Cozy knit sweater",
|
||||
},
|
||||
id: "5", brand: "Clothink", name: "Cozy Knit Sweater", price: "$79.00", rating: 5,
|
||||
reviewCount: "167", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-stack-knitted-sweaters-with-autumn-leaves_169016-48473.jpg", imageAlt: "Cozy knit sweater"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Clothink",
|
||||
name: "Modern Sneakers",
|
||||
price: "$119.00",
|
||||
rating: 5,
|
||||
reviewCount: "523",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg?_wi=2",
|
||||
imageAlt: "Modern sneakers",
|
||||
},
|
||||
id: "6", brand: "Clothink", name: "Modern Sneakers", price: "$119.00", rating: 5,
|
||||
reviewCount: "523", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-female-legs-casual-pink-sneakers-spring-footwear_181624-57623.jpg", imageAlt: "Modern sneakers"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,8 +121,7 @@ export default function ShopPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "New Arrivals", href: "/shop" },
|
||||
{ label: "Collections", href: "/collections" },
|
||||
@@ -186,8 +129,7 @@ export default function ShopPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Sustainability", href: "/about" },
|
||||
@@ -195,8 +137,7 @@ export default function ShopPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Shipping Info", href: "/" },
|
||||
@@ -204,8 +145,7 @@ export default function ShopPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
|
||||
Reference in New Issue
Block a user