Merge version_2 into main #1
@@ -27,7 +27,8 @@ export const metadata: Metadata = {
|
||||
openGraph: {
|
||||
title: "Premium Pre-Owned Luxury Fashion | Curated Threads", description: "Shop authenticated designer clothing and shoes at exceptional value. Discover timeless luxury pieces.", type: "website", siteName: "Curated Threads", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg", alt: "Premium curated clothing collection"},
|
||||
url: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg", alt: "Premium curated clothing collection"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
@@ -1419,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Sparkles, Package, CheckCircle, Award, HelpCircle } from "lucide-react";
|
||||
import { Sparkles, Package, CheckCircle, Award, HelpCircle, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -49,12 +49,14 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg", imageAlt: "Premium curated clothing collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg", imageAlt: "Premium curated clothing collection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-boots-dry-leaves-background_23-2148224944.jpg", imageAlt: "luxury designer shoes collection photography"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-boots-dry-leaves-background_23-2148224944.jpg", imageAlt: "luxury designer shoes collection photography"
|
||||
},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Style Enthusiasts"
|
||||
ratingText="Trusted by Style Enthusiasts • Verified Seller"
|
||||
buttons={[
|
||||
{ text: "Start Shopping", href: "#products" },
|
||||
{ text: "Learn Our Story", href: "#about" },
|
||||
@@ -106,7 +108,8 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Your Trusted Source for" },
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/luxurious-golden-logo-template_52683-25205.jpg", alt: "Luxury fashion"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/luxurious-golden-logo-template_52683-25205.jpg", alt: "Luxury fashion"
|
||||
},
|
||||
{ type: "text", content: "Premium Pre-Owned Fashion" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -124,16 +127,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Authenticity Guaranteed", author: "Verification Team", description: "Every item is meticulously authenticated by our expert team. We verify materials, construction, and provenance to ensure you receive genuine luxury pieces.", tags: ["Verified", "Authentic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138812.jpg", imageAlt: "authentication verification check luxury items"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138812.jpg", imageAlt: "authentication verification check luxury items"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Premium Quality Selection", author: "Curation Experts", description: "We handpick each piece based on condition, craftsmanship, and timeless appeal. No compromises on quality or style for our discerning customers.", tags: ["Curated", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg", imageAlt: "premium quality luxury fashion display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg", imageAlt: "premium quality luxury fashion display"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Sustainable Fashion", author: "Sustainability Officer", description: "By choosing pre-owned, you're making an eco-conscious decision. Our marketplace reduces fashion waste while giving luxury pieces a second life.", tags: ["Eco-Friendly", "Sustainable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-friend-assisting-middle-eastern-wheelchair-user-buying-new-clothes_482257-112830.jpg", imageAlt: "sustainable fashion eco-friendly shopping"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-friend-assisting-middle-eastern-wheelchair-user-buying-new-clothes_482257-112830.jpg", imageAlt: "sustainable fashion eco-friendly shopping"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Exceptional Value", author: "Pricing Specialist", description: "Access premium designer brands at a fraction of retail prices. Our direct-to-consumer model means better prices without compromising on quality.", tags: ["Value", "Savings"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/origami-sale-label-badge-collection_23-2147728735.jpg", imageAlt: "luxury savings affordable premium brands"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/origami-sale-label-badge-collection_23-2147728735.jpg", imageAlt: "luxury savings affordable premium brands"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -149,7 +156,8 @@ export default function LandingPage() {
|
||||
tag="Featured In"
|
||||
tagIcon={Award}
|
||||
names={[
|
||||
"Vogue", "Harper's Bazaar", "Elle Magazine", "GQ", "Bazaar", "Refinery29", "The Zoe Report", "Fashionista"]}
|
||||
"Vogue", "Harper's Bazaar", "Elle Magazine", "GQ", "Bazaar", "Refinery29", "The Zoe Report", "Fashionista"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -165,13 +173,17 @@ export default function LandingPage() {
|
||||
author="Sarah Mitchell, Fashion Enthusiast"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-young-girl-amusement-park_23-2147918106.jpg", alt: "Sarah Mitchell"},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-young-girl-amusement-park_23-2147918106.jpg", alt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Customer review 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Customer review 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Customer review 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Customer review 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg", alt: "Customer review 4"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg", alt: "Customer review 4"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
ratingAnimation="slide-up"
|
||||
@@ -187,17 +199,23 @@ export default function LandingPage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do you authenticate items?", content: "Our expert team uses a multi-step authentication process including visual inspection, material testing, serial number verification, and comparison with reference collections. We maintain detailed records and provide authentication certificates with every purchase."},
|
||||
id: "1", title: "How do you authenticate items?", content: "Our expert team uses a multi-step authentication process including visual inspection, material testing, serial number verification, and comparison with reference collections. We maintain detailed records and provide authentication certificates with every purchase."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If an item doesn't meet your expectations or has undisclosed defects, simply return it for a full refund. We cover return shipping for quality-related concerns."},
|
||||
id: "2", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If an item doesn't meet your expectations or has undisclosed defects, simply return it for a full refund. We cover return shipping for quality-related concerns."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Are the items really brand new?", content: "Our items are pre-owned but carefully curated for quality and condition. Most pieces are in excellent to like-new condition with minimal signs of wear. We provide detailed condition descriptions and high-resolution photos for every item."},
|
||||
id: "3", title: "Are the items really brand new?", content: "Our items are pre-owned but carefully curated for quality and condition. Most pieces are in excellent to like-new condition with minimal signs of wear. We provide detailed condition descriptions and high-resolution photos for every item."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How are prices determined?", content: "Prices are based on brand reputation, condition, rarity, current retail value, and market demand. We aim to offer 30-60% savings compared to original retail prices while ensuring fair compensation for quality items."},
|
||||
id: "4", title: "How are prices determined?", content: "Prices are based on brand reputation, condition, rarity, current retail value, and market demand. We aim to offer 30-60% savings compared to original retail prices while ensuring fair compensation for quality items."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you offer international shipping?", content: "Yes, we ship worldwide! International orders are available with calculated shipping costs. We handle all customs documentation and provide tracking for peace of mind. Most international orders arrive within 10-15 business days."},
|
||||
id: "5", title: "Do you offer international shipping?", content: "Yes, we ship worldwide! International orders are available with calculated shipping costs. We handle all customs documentation and provide tracking for peace of mind. Most international orders arrive within 10-15 business days."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can I sell my pre-owned items to you?", content: "Absolutely! We're always looking for quality pre-owned luxury pieces. Visit our 'Sell With Us' section to submit items for evaluation. We provide fair pricing, free shipping labels, and quick payment for accepted items."},
|
||||
id: "6", title: "Can I sell my pre-owned items to you?", content: "Absolutely! We're always looking for quality pre-owned luxury pieces. Visit our 'Sell With Us' section to submit items for evaluation. We provide fair pricing, free shipping labels, and quick payment for accepted items."
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -216,4 +234,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user