Update src/app/page.tsx
This commit is contained in:
339
src/app/page.tsx
339
src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { Award, Diamond, Feather, FileText, Leaf, Sparkles, Star } from "lucide-react";
|
import { Award, Diamond, Feather, FileText, Leaf, Sparkles, Star, Heart, Cloud, Palette } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-6863.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-6863.jpg"
|
||||||
logoAlt="Timeless Threads logo"
|
logoAlt="Timeless Threads logo"
|
||||||
@@ -66,75 +54,39 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static",
|
variant: "downward-rays-static"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Timeless Style, Effortless Comfort"
|
title="Timeless Style, Effortless Comfort"
|
||||||
description="Discover our curated collection of premium apparel designed for enduring quality and modern elegance. Elevate your everyday wardrobe with pieces that feel as good as they look."
|
description="Discover our curated collection of premium apparel designed for enduring quality and modern elegance. Elevate your everyday wardrobe with pieces that feel as good as they look."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah L.",
|
name: "Sarah L.", handle: "@FashionistaSF", testimonial: "Absolutely love the quality and fit of these polos. They've become a staple in my wardrobe!", rating: 5,
|
||||||
handle: "@FashionistaSF",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg", imageAlt: "professional male portrait smiling fashion customer"},
|
||||||
testimonial: "Absolutely love the quality and fit of these polos. They've become a staple in my wardrobe!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg",
|
|
||||||
imageAlt: "professional male portrait smiling fashion customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Michael B.",
|
name: "Michael B.", handle: "@StyleSavvyNYC", testimonial: "The t-shirts are incredibly soft and hold up well after many washes. Truly premium.", rating: 5,
|
||||||
handle: "@StyleSavvyNYC",
|
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-close-up-portrait-posing-front-her-car-outdoors-ownership-driver_158595-6825.jpg", imageAlt: "professional female portrait smiling fashion customer"},
|
||||||
testimonial: "The t-shirts are incredibly soft and hold up well after many washes. Truly premium.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-close-up-portrait-posing-front-her-car-outdoors-ownership-driver_158595-6825.jpg",
|
|
||||||
imageAlt: "professional female portrait smiling fashion customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Emily R.",
|
name: "Emily R.", handle: "@UrbanChic", testimonial: "Finally found underwear that's both comfortable and stylish. Worth every penny!", rating: 5,
|
||||||
handle: "@UrbanChic",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-stylish-man-coat-intently-looking-camera-outdoor_574295-1308.jpg", imageAlt: "happy young man portrait fashion"},
|
||||||
testimonial: "Finally found underwear that's both comfortable and stylish. Worth every penny!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-stylish-man-coat-intently-looking-camera-outdoor_574295-1308.jpg",
|
|
||||||
imageAlt: "happy young man portrait fashion",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "David K.",
|
name: "David K.", handle: "@ClassicGent", testimonial: "The classic fit of the polo shirts is perfect. They transition seamlessly from casual to smart-casual.", rating: 5,
|
||||||
handle: "@ClassicGent",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-street-near-fence-sunset-sunglassesusing-smartphone-apps_158538-22406.jpg", imageAlt: "professional male portrait smiling fashion customer"},
|
||||||
testimonial: "The classic fit of the polo shirts is perfect. They transition seamlessly from casual to smart-casual.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-street-near-fence-sunset-sunglassesusing-smartphone-apps_158538-22406.jpg",
|
|
||||||
imageAlt: "professional male portrait smiling fashion customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Jessica T.",
|
name: "Jessica T.", handle: "@ComfortQueen", testimonial: "I'm obsessed with how soft the fabric is. It feels luxurious against the skin.", rating: 5,
|
||||||
handle: "@ComfortQueen",
|
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-posing-with-shopping-bags-coffee-high-quality-photo_114579-52980.jpg", imageAlt: "professional female portrait smiling fashion customer"},
|
||||||
testimonial: "I'm obsessed with how soft the fabric is. It feels luxurious against the skin.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-posing-with-shopping-bags-coffee-high-quality-photo_114579-52980.jpg",
|
|
||||||
imageAlt: "professional female portrait smiling fashion customer",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-handsome-confident-man-with-beard-looking-empty-space-smiling-standing-blue-ba_1258-172109.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-handsome-confident-man-with-beard-looking-empty-space-smiling-standing-blue-ba_1258-172109.jpg", alt: "young man stylish smiling studio portrait"},
|
||||||
alt: "young man stylish smiling studio portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-woman-dressed-denim-jacket_171337-6059.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-woman-dressed-denim-jacket_171337-6059.jpg", alt: "young woman stylish smiling studio portrait"},
|
||||||
alt: "young woman stylish smiling studio portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/angry-middle-aged-bald-man-suit-wearing-glasses-clenching-fisst-with-aggressive-expression-standing-pink-wall_141793-62276.jpg",
|
src: "http://img.b2bpic.net/free-photo/angry-middle-aged-bald-man-suit-wearing-glasses-clenching-fisst-with-aggressive-expression-standing-pink-wall_141793-62276.jpg", alt: "mature man stylish smiling studio portrait"},
|
||||||
alt: "mature man stylish smiling studio portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-brunette-woman-wears-casual-beige-jacket-concentrated-into-distance-walks-around-ancient-city-buildings-thinks-about-something-strolls-outdoors-explores-new-places_273609-57788.jpg",
|
src: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-brunette-woman-wears-casual-beige-jacket-concentrated-into-distance-walks-around-ancient-city-buildings-thinks-about-something-strolls-outdoors-explores-new-places_273609-57788.jpg", alt: "young woman ethnic smiling studio portrait"},
|
||||||
alt: "young woman ethnic smiling studio portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/confident-businessman_53876-15997.jpg",
|
src: "http://img.b2bpic.net/free-photo/confident-businessman_53876-15997.jpg", alt: "Confident businessman"},
|
||||||
alt: "Confident businessman",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 10,000+ happy customers"
|
avatarText="Join 10,000+ happy customers"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-hanging-out_23-2148888491.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-hanging-out_23-2148888491.jpg"
|
||||||
@@ -143,29 +95,19 @@ export default function LandingPage() {
|
|||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Quality Craftsmanship", icon: Award,
|
||||||
text: "Quality Craftsmanship",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Sustainable Fashion", icon: Leaf,
|
||||||
text: "Sustainable Fashion",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Luxury Comfort", icon: Sparkles,
|
||||||
text: "Luxury Comfort",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Modern Elegance", icon: Diamond,
|
||||||
text: "Modern Elegance",
|
|
||||||
icon: Diamond,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Everyday Essentials", icon: Feather,
|
||||||
text: "Everyday Essentials",
|
|
||||||
icon: Feather,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -179,53 +121,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "polo-classic-blue",
|
id: "polo-classic-blue", name: "Classic Blue Polo", price: "$65.00", variant: "Sizes S-XL", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-pouting-lips-closing-eyes-blue-t-shirt-looking-dreamy-front-view_176474-52891.jpg", imageAlt: "blue polo shirt white background"},
|
||||||
name: "Classic Blue Polo",
|
|
||||||
price: "$65.00",
|
|
||||||
variant: "Sizes S-XL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-pouting-lips-closing-eyes-blue-t-shirt-looking-dreamy-front-view_176474-52891.jpg",
|
|
||||||
imageAlt: "blue polo shirt white background",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tshirt-essential-white",
|
id: "tshirt-essential-white", name: "Essential White T-Shirt", price: "$35.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/disappointed-guy-looking-upset-sulking-frowning-standing-displeased-against-yellow-background_1258-163533.jpg", imageAlt: "white crew neck t-shirt plain high quality"},
|
||||||
name: "Essential White T-Shirt",
|
|
||||||
price: "$35.00",
|
|
||||||
variant: "Sizes S-XXL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/disappointed-guy-looking-upset-sulking-frowning-standing-displeased-against-yellow-background_1258-163533.jpg",
|
|
||||||
imageAlt: "white crew neck t-shirt plain high quality",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "underwear-boxer-black",
|
id: "underwear-boxer-black", name: "Premium Black Boxer Briefs", price: "$28.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-male-model-posing_23-2148412061.jpg", imageAlt: "mens black boxer briefs comfortable"},
|
||||||
name: "Premium Black Boxer Briefs",
|
|
||||||
price: "$28.00",
|
|
||||||
variant: "Sizes S-XXL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-male-model-posing_23-2148412061.jpg",
|
|
||||||
imageAlt: "mens black boxer briefs comfortable",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "polo-heritage-red",
|
id: "polo-heritage-red", name: "Heritage Red Polo", price: "$65.00", variant: "Sizes S-XL", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021796.jpg", imageAlt: "red polo shirt men fashion stylish"},
|
||||||
name: "Heritage Red Polo",
|
|
||||||
price: "$65.00",
|
|
||||||
variant: "Sizes S-XL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021796.jpg",
|
|
||||||
imageAlt: "red polo shirt men fashion stylish",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tshirt-vneck-black",
|
id: "tshirt-vneck-black", name: "V-Neck Black T-Shirt", price: "$38.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing_23-2148499517.jpg", imageAlt: "black v-neck t-shirt men fashion"},
|
||||||
name: "V-Neck Black T-Shirt",
|
|
||||||
price: "$38.00",
|
|
||||||
variant: "Sizes S-XXL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing_23-2148499517.jpg",
|
|
||||||
imageAlt: "black v-neck t-shirt men fashion",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "underwear-briefs-grey",
|
id: "underwear-briefs-grey", name: "Comfort Fit Grey Briefs", price: "$25.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/serious-strong-handsome-athlete-leaning-wall_1262-6222.jpg", imageAlt: "grey mens briefs comfortable support"},
|
||||||
name: "Comfort Fit Grey Briefs",
|
|
||||||
price: "$25.00",
|
|
||||||
variant: "Sizes S-XXL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-strong-handsome-athlete-leaning-wall_1262-6222.jpg",
|
|
||||||
imageAlt: "grey mens briefs comfortable support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Collection"
|
title="Our Signature Collection"
|
||||||
description="Explore our handpicked selection of garments, designed for those who appreciate quality, comfort, and enduring style."
|
description="Explore our handpicked selection of garments, designed for those who appreciate quality, comfort, and enduring style."
|
||||||
@@ -241,19 +147,13 @@ export default function LandingPage() {
|
|||||||
description="At Timeless Threads, we believe in fashion that transcends fleeting trends. Our garments are meticulously crafted from the finest materials, ensuring exceptional comfort, durability, and a fit that flatters. We focus on creating versatile essentials that seamlessly integrate into your lifestyle."
|
description="At Timeless Threads, we believe in fashion that transcends fleeting trends. Our garments are meticulously crafted from the finest materials, ensuring exceptional comfort, durability, and a fit that flatters. We focus on creating versatile essentials that seamlessly integrate into your lifestyle."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Premium Materials",
|
title: "Premium Materials", description: "Sourced globally for superior softness, breathability, and lasting wear.", icon: FileText,
|
||||||
description: "Sourced globally for superior softness, breathability, and lasting wear.",
|
|
||||||
icon: FileText,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Thoughtful Design",
|
title: "Thoughtful Design", description: "Classic silhouettes with modern updates for a sophisticated, everyday look.", icon: Sparkles,
|
||||||
description: "Classic silhouettes with modern updates for a sophisticated, everyday look.",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Ethical Production",
|
title: "Ethical Production", description: "Committed to fair labor practices and sustainable manufacturing processes.", icon: Leaf,
|
||||||
description: "Committed to fair labor practices and sustainable manufacturing processes.",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-friends-taking-selfie_23-2148656014.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-friends-taking-selfie_23-2148656014.jpg"
|
||||||
@@ -268,32 +168,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Unmatched Quality",
|
title: "Unmatched Quality", description: "We handpick luxurious fabrics that stand the test of time, ensuring your garments remain pristine wash after wash.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-cozy-clothing-texture_23-2149409149.jpg", imageAlt: "close-up texture of high quality fabric", buttonIcon: Heart
|
||||||
description: "We handpick luxurious fabrics that stand the test of time, ensuring your garments remain pristine wash after wash.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-cozy-clothing-texture_23-2149409149.jpg",
|
|
||||||
imageAlt: "close-up texture of high quality fabric",
|
|
||||||
buttonIcon: "Heart",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Supreme Comfort",
|
title: "Supreme Comfort", description: "Experience unparalleled softness and breathability with every wear, designed for all-day ease.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-knitted-sweater-book-leaves-interior-room_169016-14013.jpg", imageAlt: "person relaxing on sofa comfortable clothes", buttonIcon: Cloud
|
||||||
description: "Experience unparalleled softness and breathability with every wear, designed for all-day ease.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-knitted-sweater-book-leaves-interior-room_169016-14013.jpg",
|
|
||||||
imageAlt: "person relaxing on sofa comfortable clothes",
|
|
||||||
buttonIcon: "Cloud",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Versatile Style",
|
title: "Versatile Style", description: "From casual outings to smart-casual events, our pieces offer adaptability for every occasion.", imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-brunette-hair-has-fun-street-optimistic-short-haired-teen-beige-jacket-jeans-bright-sunglasses-posing-outside_197531-29340.jpg", imageAlt: "fashionable outfit modern streetwear", buttonIcon: Palette
|
||||||
description: "From casual outings to smart-casual events, our pieces offer adaptability for every occasion.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-brunette-hair-has-fun-street-optimistic-short-haired-teen-beige-jacket-jeans-bright-sunglasses-posing-outside_197531-29340.jpg",
|
|
||||||
imageAlt: "fashionable outfit modern streetwear",
|
|
||||||
buttonIcon: "Palette",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Sustainable Practices",
|
title: "Sustainable Practices", description: "Committed to minimizing our environmental footprint through responsible sourcing and production.", imageSrc: "http://img.b2bpic.net/free-photo/cloth-colored-with-natural-pigment_23-2148734263.jpg", imageAlt: "green leaf on folded organic cotton shirt", buttonIcon: Leaf
|
||||||
description: "Committed to minimizing our environmental footprint through responsible sourcing and production.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cloth-colored-with-natural-pigment_23-2148734263.jpg",
|
|
||||||
imageAlt: "green leaf on folded organic cotton shirt",
|
|
||||||
buttonIcon: "Leaf",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Why Choose Timeless Threads?"
|
title="Why Choose Timeless Threads?"
|
||||||
@@ -306,14 +190,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Vogue Collective",
|
"Vogue Collective", "Style Insider", "Urban Threads Magazine", "Global Fashion Alliance", "Boutique Spotlight", "Modern Apparel Review", "The Daily Wardrobe"]}
|
||||||
"Style Insider",
|
|
||||||
"Urban Threads Magazine",
|
|
||||||
"Global Fashion Alliance",
|
|
||||||
"Boutique Spotlight",
|
|
||||||
"Modern Apparel Review",
|
|
||||||
"The Daily Wardrobe",
|
|
||||||
]}
|
|
||||||
title="Trusted by Fashion Experts"
|
title="Trusted by Fashion Experts"
|
||||||
description="Our commitment to quality and style is recognized and celebrated by leading voices in the fashion industry."
|
description="Our commitment to quality and style is recognized and celebrated by leading voices in the fashion industry."
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -326,41 +203,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Olivia Smith", imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-hipster-handsome-man-guy-stylish-summer-cloth-street-sunglasses_158538-2254.jpg", imageAlt: "smiling man casual fashion portrait"},
|
||||||
name: "Olivia Smith",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-hipster-handsome-man-guy-stylish-summer-cloth-street-sunglasses_158538-2254.jpg",
|
|
||||||
imageAlt: "smiling man casual fashion portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Ethan White", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-her-room-recording-video-camera-lifestyle-vlog-social_1258-281981.jpg", imageAlt: "smiling woman elegant fashion portrait"},
|
||||||
name: "Ethan White",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-her-room-recording-video-camera-lifestyle-vlog-social_1258-281981.jpg",
|
|
||||||
imageAlt: "smiling woman elegant fashion portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Sophia Brown", imageSrc: "http://img.b2bpic.net/free-photo/front-view-jocund-woman-smiling-front_197531-19747.jpg", imageAlt: "young man stylish smiling studio portrait"},
|
||||||
name: "Sophia Brown",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-jocund-woman-smiling-front_197531-19747.jpg",
|
|
||||||
imageAlt: "young man stylish smiling studio portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Noah Davis", imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg", imageAlt: "young woman smiling in comfortable t-shirt"},
|
||||||
name: "Noah Davis",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg",
|
|
||||||
imageAlt: "young woman smiling in comfortable t-shirt",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Mia Garcia", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bright-lips-white-shirt-with-black-lace-holding-flower-inside-young-girl-with-curly-short-hairstyle-smiling-cafe_197531-28036.jpg", imageAlt: "middle-aged man smiling professional portrait"},
|
||||||
name: "Mia Garcia",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bright-lips-white-shirt-with-black-lace-holding-flower-inside-young-girl-with-curly-short-hairstyle-smiling-cafe_197531-28036.jpg",
|
|
||||||
imageAlt: "middle-aged man smiling professional portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Liam Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-smiling-confident-doing-ok-sign-with-thumbs-up-street_839833-7636.jpg", imageAlt: "mature woman smiling elegant portrait"},
|
||||||
name: "Liam Martinez",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-smiling-confident-doing-ok-sign-with-thumbs-up-street_839833-7636.jpg",
|
|
||||||
imageAlt: "mature woman smiling elegant portrait",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="What Our Customers Say"
|
cardTitle="What Our Customers Say"
|
||||||
cardTag="Rave Reviews"
|
cardTag="Rave Reviews"
|
||||||
@@ -374,30 +227,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "What materials are your clothes made from?", content: "Our garments are primarily crafted from premium organic cotton, bamboo blends, and sustainable modal fabrics, chosen for their softness, durability, and environmental impact."},
|
||||||
title: "What materials are your clothes made from?",
|
|
||||||
content: "Our garments are primarily crafted from premium organic cotton, bamboo blends, and sustainable modal fabrics, chosen for their softness, durability, and environmental impact.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "How do I determine my size?", content: "We provide a detailed size guide on each product page, including measurements in both inches and centimeters. We recommend comparing these to your own measurements for the best fit."},
|
||||||
title: "How do I determine my size?",
|
|
||||||
content: "We provide a detailed size guide on each product page, including measurements in both inches and centimeters. We recommend comparing these to your own measurements for the best fit.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "What is your return policy?", content: "We offer free returns and exchanges within 30 days of purchase for unworn and unwashed items. Please visit our 'Returns' page for detailed instructions and eligibility."},
|
||||||
title: "What is your return policy?",
|
|
||||||
content: "We offer free returns and exchanges within 30 days of purchase for unworn and unwashed items. Please visit our 'Returns' page for detailed instructions and eligibility.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Do you ship internationally?", content: "Yes, we ship worldwide! Shipping costs and delivery times vary by destination. You can find more information on our 'Shipping' page."},
|
||||||
title: "Do you ship internationally?",
|
|
||||||
content: "Yes, we ship worldwide! Shipping costs and delivery times vary by destination. You can find more information on our 'Shipping' page.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "How should I care for my garments?", content: "Each garment comes with specific care instructions on its label. Generally, we recommend machine washing cold with similar colors and tumble drying low or air drying to maintain quality."},
|
||||||
title: "How should I care for my garments?",
|
|
||||||
content: "Each garment comes with specific care instructions on its label. Generally, we recommend machine washing cold with similar colors and tumble drying low or air drying to maintain quality.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Got Questions?"
|
sideTitle="Got Questions?"
|
||||||
sideDescription="Find answers to the most common queries about our products, ordering, and brand philosophy."
|
sideDescription="Find answers to the most common queries about our products, ordering, and brand philosophy."
|
||||||
@@ -410,18 +248,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static",
|
variant: "downward-rays-static"}}
|
||||||
}}
|
|
||||||
text="Ready to Elevate Your Wardrobe? Reach Out Today!"
|
text="Ready to Elevate Your Wardrobe? Reach Out Today!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Our Store",
|
text: "Visit Our Store", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -435,71 +268,43 @@ export default function LandingPage() {
|
|||||||
logoText="Timeless Threads"
|
logoText="Timeless Threads"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "New Arrivals",
|
label: "New Arrivals", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Polo Shirts",
|
label: "Polo Shirts", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "T-Shirts",
|
label: "T-Shirts", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Underwear",
|
label: "Underwear", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About Us",
|
title: "About Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sustainability",
|
label: "Sustainability", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Shipping & Returns",
|
label: "Shipping & Returns", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user