Merge version_1 into main #2
212
src/app/page.tsx
212
src/app/page.tsx
@@ -30,70 +30,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "features",
|
||||
},
|
||||
name: "Collection", id: "features"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="Elysian Threads"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Elysian Threads"
|
||||
description="Curated fashion for the modern minimalist. Timeless designs, crafted to endure."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg?_wi=1",
|
||||
imageAlt: "Fashion Store",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg", imageAlt: "Fashion Store"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg?_wi=1",
|
||||
imageAlt: "Model",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg", imageAlt: "Model"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg?_wi=1",
|
||||
imageAlt: "Collection",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg", imageAlt: "Collection"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg?_wi=1",
|
||||
imageAlt: "Display",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg", imageAlt: "Display"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg?_wi=1",
|
||||
imageAlt: "Street Style",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg", imageAlt: "Street Style"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882804.jpg",
|
||||
imageAlt: "Fabric",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882804.jpg", imageAlt: "Fabric"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,20 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Curated Style",
|
||||
description: "Hand-picked pieces designed for versatility and grace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-charming-woman-beige-trench-coat_197531-19714.jpg",
|
||||
},
|
||||
title: "Curated Style", description: "Hand-picked pieces designed for versatility and grace.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-charming-woman-beige-trench-coat_197531-19714.jpg"},
|
||||
{
|
||||
title: "Timeless Cuts",
|
||||
description: "Silhouettes that transcend trends and seasons.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885670.jpg",
|
||||
},
|
||||
title: "Timeless Cuts", description: "Silhouettes that transcend trends and seasons.", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885670.jpg"},
|
||||
{
|
||||
title: "Conscious Craft",
|
||||
description: "Sourced ethically with respect for our artisans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-christmas-wrapping-process_23-2148332560.jpg",
|
||||
},
|
||||
title: "Conscious Craft", description: "Sourced ethically with respect for our artisans.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-christmas-wrapping-process_23-2148332560.jpg"},
|
||||
]}
|
||||
title="Our Philosophy"
|
||||
description="Quality meets sustainability in every thread we weave."
|
||||
@@ -130,44 +93,21 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Silk Wrap Dress",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-panama-hat_158538-345.jpg",
|
||||
},
|
||||
id: "p1", name: "Silk Wrap Dress", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-panama-hat_158538-345.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Wool Blend Coat",
|
||||
price: "$290",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beige-coat-using-phone-street_1303-27429.jpg",
|
||||
},
|
||||
id: "p2", name: "Wool Blend Coat", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beige-coat-using-phone-street_1303-27429.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Leather Carryall",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-checking-two-jackets_23-2147601333.jpg",
|
||||
},
|
||||
id: "p3", name: "Leather Carryall", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-checking-two-jackets_23-2147601333.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Linen Shirt",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/browneyed-brunette-woman-white-dress-puts-boater-outside-cheerful-young-lady-hat-summer-outfit-poses-near-grey-wooden-door-white-building_197531-30017.jpg",
|
||||
},
|
||||
id: "p4", name: "Linen Shirt", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-brunette-woman-white-dress-puts-boater-outside-cheerful-young-lady-hat-summer-outfit-poses-near-grey-wooden-door-white-building_197531-30017.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Patterned Scarf",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-inside-red-craft-gift-box_114579-12172.jpg",
|
||||
},
|
||||
id: "p5", name: "Patterned Scarf", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-inside-red-craft-gift-box_114579-12172.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Classic Denim",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-man-posing-outdoors_23-2149409742.jpg",
|
||||
},
|
||||
id: "p6", name: "Classic Denim", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-man-posing-outdoors_23-2149409742.jpg"},
|
||||
]}
|
||||
title="New Arrivals"
|
||||
description="Explore our latest collection for the season."
|
||||
@@ -180,60 +120,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena R.",
|
||||
date: "Oct 2024",
|
||||
title: "Stunning quality",
|
||||
quote: "The fabric quality is unmatched.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-choosing-dress-date-party-feeling-excited-happy-cheerful-woman-having-pleased-look-while-packing-bag-before-trip-standing-her-wardrobe-with-racks-full-clothes_273609-833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "1", name: "Elena R.", date: "Oct 2024", title: "Stunning quality", quote: "The fabric quality is unmatched.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-choosing-dress-date-party-feeling-excited-happy-cheerful-woman-having-pleased-look-while-packing-bag-before-trip-standing-her-wardrobe-with-racks-full-clothes_273609-833.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus S.",
|
||||
date: "Sep 2024",
|
||||
title: "Perfect fit",
|
||||
quote: "Finally found a brand that fits.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300876.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "2", name: "Marcus S.", date: "Sep 2024", title: "Perfect fit", quote: "Finally found a brand that fits.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/business-owners-preparing-their-store_23-2149300876.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah J.",
|
||||
date: "Aug 2024",
|
||||
title: "Minimalist dreams",
|
||||
quote: "My wardrobe is complete.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-stylish-sunglasses-outside_197531-26633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "3", name: "Sarah J.", date: "Aug 2024", title: "Minimalist dreams", quote: "My wardrobe is complete.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-stylish-sunglasses-outside_197531-26633.jpg", imageSrc: "http://img.b2bpic.net/free-photo/client-wearing-fashion-clothes-eating-doughnut_23-2148674263.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
date: "Jul 2024",
|
||||
title: "Timeless",
|
||||
quote: "Truly unique pieces.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/content-creator-presents-fast-fashion-jacket-viewers-filming-haul_482257-115675.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "4", name: "David W.", date: "Jul 2024", title: "Timeless", quote: "Truly unique pieces.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/content-creator-presents-fast-fashion-jacket-viewers-filming-haul_482257-115675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg", imageAlt: "happy customer fashion store"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amelia B.",
|
||||
date: "Jun 2024",
|
||||
title: "Great service",
|
||||
quote: "Fast shipping, lovely packaging.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg?_wi=2",
|
||||
imageAlt: "happy customer fashion store",
|
||||
},
|
||||
id: "5", name: "Amelia B.", date: "Jun 2024", title: "Great service", quote: "Fast shipping, lovely packaging.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-casual-cheeky-woman-sunglasses-denim-back-yard_613910-20946.jpg", imageAlt: "happy customer fashion store"},
|
||||
]}
|
||||
title="Style Stories"
|
||||
description="Hear what our community thinks."
|
||||
@@ -245,20 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Shipping",
|
||||
content: "We ship globally via express carriers.",
|
||||
},
|
||||
id: "f1", title: "Shipping", content: "We ship globally via express carriers."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Returns",
|
||||
content: "14-day free return policy on unworn items.",
|
||||
},
|
||||
id: "f2", title: "Returns", content: "14-day free return policy on unworn items."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Size Guide",
|
||||
content: "Refer to the measurement chart on each product page.",
|
||||
},
|
||||
id: "f3", title: "Size Guide", content: "Refer to the measurement chart on each product page."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="Find answers here."
|
||||
@@ -273,20 +159,12 @@ export default function LandingPage() {
|
||||
description="Have questions about our collection? We're here to help."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message",
|
||||
}}
|
||||
name: "message", placeholder: "Your message"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -295,29 +173,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sale", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user