Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
328
src/app/page.tsx
328
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="FashionHub"
|
||||
/>
|
||||
@@ -55,109 +47,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Style Simplified, Perfectly Made"
|
||||
description="Discover our latest collection of premium readymade clothing, designed to elevate your everyday wardrobe with ease and elegance."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-with-many-clothes_1157-34831.jpg?_wi=1",
|
||||
imageAlt: "model wearing trendy clothing indoor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-with-many-clothes_1157-34831.jpg?_wi=1", imageAlt: "model wearing trendy clothing indoor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg?_wi=1",
|
||||
imageAlt: "woman in stylish everyday outfit",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg?_wi=1", imageAlt: "woman in stylish everyday outfit"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22378.jpg?_wi=1",
|
||||
imageAlt: "man wearing premium quality shirt",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22378.jpg?_wi=1", imageAlt: "man wearing premium quality shirt"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-focused-forward-with-confident-expression-wears-sunglasses-jacket-trousers-sneakers-waits-someone-strolls-city_273609-55372.jpg?_wi=1",
|
||||
imageAlt: "casual chic outfit street style",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-focused-forward-with-confident-expression-wears-sunglasses-jacket-trousers-sneakers-waits-someone-strolls-city_273609-55372.jpg?_wi=1", imageAlt: "casual chic outfit street style"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-leaning-leg-sitting-woman_23-2148134035.jpg?_wi=1",
|
||||
imageAlt: "high fashion studio clothing model",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-leaning-leg-sitting-woman_23-2148134035.jpg?_wi=1", imageAlt: "high fashion studio clothing model"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg?_wi=1",
|
||||
imageAlt: "minimalist clean clothing catalog shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg?_wi=1", imageAlt: "minimalist clean clothing catalog shot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-s-reflection-mirror_23-2149426425.jpg",
|
||||
imageAlt: "minimalist clean clothing catalog shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-s-reflection-mirror_23-2149426425.jpg", imageAlt: "minimalist clean clothing catalog shot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hawaiian-shirts-with-floral-print_23-2149366030.jpg",
|
||||
imageAlt: "high fashion studio clothing model",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hawaiian-shirts-with-floral-print_23-2149366030.jpg", imageAlt: "high fashion studio clothing model"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-female-dressed-warm-hipster-white-sweater-beanie-trendy-girl-posing-street_158538-17179.jpg",
|
||||
imageAlt: "casual chic outfit street style",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-female-dressed-warm-hipster-white-sweater-beanie-trendy-girl-posing-street_158538-17179.jpg", imageAlt: "casual chic outfit street style"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman_176420-16845.jpg",
|
||||
imageAlt: "man wearing premium quality shirt",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman_176420-16845.jpg", imageAlt: "man wearing premium quality shirt"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop New Arrivals", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711574.jpg",
|
||||
alt: "View of woman wearing stylish fedora hat",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711574.jpg", alt: "View of woman wearing stylish fedora hat"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773386.jpg",
|
||||
alt: "Collection of beige tone colored pants",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773386.jpg", alt: "Collection of beige tone colored pants"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3420.jpg",
|
||||
alt: "Clean bathrobe on bed .",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3420.jpg", alt: "Clean bathrobe on bed ."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478988.jpg",
|
||||
alt: "Still life of spring wardrobe switch over",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478988.jpg", alt: "Still life of spring wardrobe switch over"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134027.jpg",
|
||||
alt: "Fast fashion vs slow-sustainable fashion",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134027.jpg", alt: "Fast fashion vs slow-sustainable fashion"},
|
||||
]}
|
||||
avatarText="Join 10,000+ fashion enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg",
|
||||
alt: "Close-up woman holding skateboard",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg", alt: "Close-up woman holding skateboard"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-posing-street-iron-grating-blue-sky_158538-1923.jpg",
|
||||
alt: "Portrait of funny crazy glamor stylish smiling beautiful young woman model in bright hipster summer casual clothes posing in the street behind iron grating and blue sky",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-posing-street-iron-grating-blue-sky_158538-1923.jpg", alt: "Portrait of funny crazy glamor stylish smiling beautiful young woman model in bright hipster summer casual clothes posing in the street behind iron grating and blue sky"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7997.jpg",
|
||||
alt: "Fashion woman in casual hipster summer clothes",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7997.jpg", alt: "Fashion woman in casual hipster summer clothes"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-casual-clothes-posing-sitting-asphalt_158538-14918.jpg",
|
||||
alt: "fashion stylish beautiful young brunette woman model in summer hipster casual clothes posing and sitting on asphalt",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-casual-clothes-posing-sitting-asphalt_158538-14918.jpg", alt: "fashion stylish beautiful young brunette woman model in summer hipster casual clothes posing and sitting on asphalt"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-woman-funny-heart-sunglasses-against-blue-wall-non-isolated-cool-face-expression_285396-2090.jpg",
|
||||
alt: "young hipster beautiful woman, funny heart sunglasses, against blue wall, non-isolated, cool face expression",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-woman-funny-heart-sunglasses-against-blue-wall-non-isolated-cool-face-expression_285396-2090.jpg", alt: "young hipster beautiful woman, funny heart sunglasses, against blue wall, non-isolated, cool face expression"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -180,47 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Summer White Dress",
|
||||
price: "$89",
|
||||
variant: "Dress",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg",
|
||||
},
|
||||
id: "p1", name: "Summer White Dress", price: "$89", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Fit Shirt",
|
||||
price: "$65",
|
||||
variant: "Shirt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-clothes-sunglasses-using-his-phone_158538-8357.jpg",
|
||||
},
|
||||
id: "p2", name: "Classic Fit Shirt", price: "$65", variant: "Shirt", imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-clothes-sunglasses-using-his-phone_158538-8357.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Denim Urban Jacket",
|
||||
price: "$120",
|
||||
variant: "Outerwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-model-latex-pants-jeans-jacket_613910-10568.jpg",
|
||||
},
|
||||
id: "p3", name: "Denim Urban Jacket", price: "$120", variant: "Outerwear", imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-model-latex-pants-jeans-jacket_613910-10568.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Elegant Evening Gown",
|
||||
price: "$250",
|
||||
variant: "Dress",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19841.jpg",
|
||||
},
|
||||
id: "p4", name: "Elegant Evening Gown", price: "$250", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19841.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cozy Cotton Sweater",
|
||||
price: "$75",
|
||||
variant: "Knitwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-fern-leaf-with-canvas-backdrop_171337-16482.jpg",
|
||||
},
|
||||
id: "p5", name: "Cozy Cotton Sweater", price: "$75", variant: "Knitwear", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-fern-leaf-with-canvas-backdrop_171337-16482.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Urban Street Hoodie",
|
||||
price: "$95",
|
||||
variant: "Streetwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-black-hoodie_23-2149359863.jpg",
|
||||
},
|
||||
id: "p6", name: "Urban Street Hoodie", price: "$95", variant: "Streetwear", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-black-hoodie_23-2149359863.jpg"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our handpicked range of modern apparel, designed for versatility and everyday confidence."
|
||||
@@ -233,71 +147,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
date: "Oct 2023",
|
||||
title: "Loyal Customer",
|
||||
quote: "The quality is unmatched! My favorite store for daily wear.",
|
||||
tag: "Fashion",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fantastic-meeting-with-friends-shopping_329181-7999.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-with-many-clothes_1157-34831.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait young woman",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", date: "Oct 2023", title: "Loyal Customer", quote: "The quality is unmatched! My favorite store for daily wear.", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/fantastic-meeting-with-friends-shopping_329181-7999.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-with-many-clothes_1157-34831.jpg?_wi=2", imageAlt: "happy customer portrait young woman"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Chen",
|
||||
date: "Sep 2023",
|
||||
title: "Regular Shopper",
|
||||
quote: "Perfect fit and very fast shipping. Highly recommend.",
|
||||
tag: "Style",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/personal-shopper-helping-cutomer_23-2148924084.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait young woman",
|
||||
},
|
||||
id: "t2", name: "James Chen", date: "Sep 2023", title: "Regular Shopper", quote: "Perfect fit and very fast shipping. Highly recommend.", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/personal-shopper-helping-cutomer_23-2148924084.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg?_wi=2", imageAlt: "happy customer portrait young woman"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "Aug 2023",
|
||||
title: "Influencer",
|
||||
quote: "Stunning collections every single time. Absolutely love it.",
|
||||
tag: "Trending",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22378.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait young woman",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", date: "Aug 2023", title: "Influencer", quote: "Stunning collections every single time. Absolutely love it.", tag: "Trending", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22378.jpg?_wi=2", imageAlt: "happy customer portrait young woman"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Smith",
|
||||
date: "Jul 2023",
|
||||
title: "Customer",
|
||||
quote: "Casual wear that actually feels luxurious. Excellent value.",
|
||||
tag: "Daily",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-focused-forward-with-confident-expression-wears-sunglasses-jacket-trousers-sneakers-waits-someone-strolls-city_273609-55372.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait young woman",
|
||||
},
|
||||
id: "t4", name: "David Smith", date: "Jul 2023", title: "Customer", quote: "Casual wear that actually feels luxurious. Excellent value.", tag: "Daily", avatarSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-curly-hair-focused-forward-with-confident-expression-wears-sunglasses-jacket-trousers-sneakers-waits-someone-strolls-city_273609-55372.jpg?_wi=2", imageAlt: "happy customer portrait young woman"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda White",
|
||||
date: "Jun 2023",
|
||||
title: "Patron",
|
||||
quote: "Finally, readymade clothes that fit me perfectly.",
|
||||
tag: "Perfect",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-leaning-leg-sitting-woman_23-2148134035.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait young woman",
|
||||
},
|
||||
id: "t5", name: "Linda White", date: "Jun 2023", title: "Patron", quote: "Finally, readymade clothes that fit me perfectly.", tag: "Perfect", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660714.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-leaning-leg-sitting-woman_23-2148134035.jpg?_wi=2", imageAlt: "happy customer portrait young woman"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Mark Johnson",
|
||||
date: "May 2023",
|
||||
title: "Shopper",
|
||||
quote: "Great service and even better design. I'm a permanent customer.",
|
||||
tag: "Design",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-long-jacket-holding-green-shopping-bag_23-2147968416.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait young woman",
|
||||
},
|
||||
id: "t6", name: "Mark Johnson", date: "May 2023", title: "Shopper", quote: "Great service and even better design. I'm a permanent customer.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-long-jacket-holding-green-shopping-bag_23-2147968416.jpg", imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg?_wi=2", imageAlt: "happy customer portrait young woman"},
|
||||
]}
|
||||
title="Loved by Our Community"
|
||||
description="See why our customers keep coming back for quality, style, and everyday comfort."
|
||||
@@ -311,34 +171,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"Across the country",
|
||||
"Verified purchasers",
|
||||
"Style enthusiasts",
|
||||
],
|
||||
id: "m1", value: "10k+", title: "Happy Customers", items: [
|
||||
"Across the country", "Verified purchasers", "Style enthusiasts"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Unique Styles",
|
||||
items: [
|
||||
"Fresh designs",
|
||||
"Every season",
|
||||
"Handpicked quality",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Unique Styles", items: [
|
||||
"Fresh designs", "Every season", "Handpicked quality"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Leading industry",
|
||||
"Expert stylists",
|
||||
"Dedication to craft",
|
||||
],
|
||||
id: "m3", value: "10", title: "Years Experience", items: [
|
||||
"Leading industry", "Expert stylists", "Dedication to craft"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
@@ -354,26 +196,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "tm1",
|
||||
name: "Alice Wong",
|
||||
role: "Creative Lead",
|
||||
description: "Expert in modern fashion trends and boutique design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/store-employee-working-with-fancy-clothes-putting-fashionable-merchandise-hangers-shopping-centre-cheerful-manager-stylish-shirt-arranging-casual-wear-items-modern-boutique_482257-65527.jpg",
|
||||
},
|
||||
id: "tm1", name: "Alice Wong", role: "Creative Lead", description: "Expert in modern fashion trends and boutique design.", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-working-with-fancy-clothes-putting-fashionable-merchandise-hangers-shopping-centre-cheerful-manager-stylish-shirt-arranging-casual-wear-items-modern-boutique_482257-65527.jpg"},
|
||||
{
|
||||
id: "tm2",
|
||||
name: "Robert Brown",
|
||||
role: "Style Consultant",
|
||||
description: "Helping customers find their perfect fit for years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-pink-coat-standing-outside-cafe_171337-16302.jpg",
|
||||
},
|
||||
id: "tm2", name: "Robert Brown", role: "Style Consultant", description: "Helping customers find their perfect fit for years.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-pink-coat-standing-outside-cafe_171337-16302.jpg"},
|
||||
{
|
||||
id: "tm3",
|
||||
name: "Chloe Davis",
|
||||
role: "Fashion Analyst",
|
||||
description: "Curating seasonal collections that inspire confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-clothes_23-2149241339.jpg",
|
||||
},
|
||||
id: "tm3", name: "Chloe Davis", role: "Fashion Analyst", description: "Curating seasonal collections that inspire confidence.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-clothes_23-2149241339.jpg"},
|
||||
]}
|
||||
title="Meet the Stylists"
|
||||
description="Our passionate team is dedicated to bringing you the latest in fashion and style."
|
||||
@@ -386,24 +213,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is your return policy?",
|
||||
content: "You can return items within 30 days of purchase, provided they are in their original condition.",
|
||||
},
|
||||
id: "f1", title: "What is your return policy?", content: "You can return items within 30 days of purchase, provided they are in their original condition."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to over 50 countries worldwide with tracking included.",
|
||||
},
|
||||
id: "f2", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries worldwide with tracking included."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I choose the right size?",
|
||||
content: "Please refer to our detailed sizing guide available on every product page to find your perfect fit.",
|
||||
},
|
||||
id: "f3", title: "How do I choose the right size?", content: "Please refer to our detailed sizing guide available on every product page to find your perfect fit."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to your questions about shipping, returns, and sizing."
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -411,16 +233,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Need Help Choosing?"
|
||||
description="Our stylists are ready to help you find your next look. Reach out for expert advice or any inquiries about our collections."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@fashionhub.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@fashionhub.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -429,42 +248,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
{
|
||||
label: "All Collections",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Collections", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -475,4 +279,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user