Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fa8d86cff | |||
| 13f46ccbda |
196
src/app/page.tsx
196
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Elysian Apparel"
|
||||
/>
|
||||
@@ -59,32 +51,20 @@ export default function LandingPage() {
|
||||
description="Defined by quality, crafted for the modern individual. Experience the intersection of comfort and sophistication."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-leaning-against-wooden-sculpture_171337-19338.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-girl-with-hat-coat-posing_23-2148350138.jpg",
|
||||
alt: "Side view girl with hat and coat posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-girl-with-hat-coat-posing_23-2148350138.jpg", alt: "Side view girl with hat and coat posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-covered-with-blanket_23-2149172499.jpg",
|
||||
alt: "Medium shot woman covered with blanket",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-covered-with-blanket_23-2149172499.jpg", alt: "Medium shot woman covered with blanket"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-flask_23-2148350222.jpg",
|
||||
alt: "Medium shot smiley girl with flask",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-flask_23-2148350222.jpg", alt: "Medium shot smiley girl with flask"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170342.jpg",
|
||||
alt: "Woman in nature with clothesline",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170342.jpg", alt: "Woman in nature with clothesline"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-leaning-against-wooden-sculpture_171337-19338.jpg",
|
||||
alt: "elegant clothing fashion studio model",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-leaning-against-wooden-sculpture_171337-19338.jpg", alt: "elegant clothing fashion studio model"},
|
||||
]}
|
||||
avatarText="Trusted by 10k+ stylish individuals."
|
||||
/>
|
||||
@@ -111,41 +91,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Minimalist Crew",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817485.jpg",
|
||||
},
|
||||
id: "p1", name: "Minimalist Crew", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817485.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tailored Chino",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cotton-net-bag-white-background_23-2148261038.jpg",
|
||||
},
|
||||
id: "p2", name: "Tailored Chino", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cotton-net-bag-white-background_23-2148261038.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Heavyweight Tee",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-textile-samples-black-table_53876-65127.jpg",
|
||||
},
|
||||
id: "p3", name: "Heavyweight Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/closeup-textile-samples-black-table_53876-65127.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Organic Denim",
|
||||
price: "$160",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-arrangement_23-2149440637.jpg",
|
||||
},
|
||||
id: "p4", name: "Organic Denim", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-arrangement_23-2149440637.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Oversized Knit",
|
||||
price: "$140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vanity-case-products-arrangement_23-2149879908.jpg",
|
||||
},
|
||||
id: "p5", name: "Oversized Knit", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/vanity-case-products-arrangement_23-2149879908.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Structured Jacket",
|
||||
price: "$220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-blue-blouse-made-out-silk_23-2148237592.jpg",
|
||||
},
|
||||
id: "p6", name: "Structured Jacket", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/details-blue-blouse-made-out-silk_23-2148237592.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products", href: "#"
|
||||
}
|
||||
]}
|
||||
title="Curated Essentials"
|
||||
description="Discover our latest seasonal arrivals."
|
||||
@@ -158,20 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sustainable Fabrics",
|
||||
description: "100% organic cotton and recycled materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-making-origami-with-japanese-paper_23-2149048368.jpg",
|
||||
},
|
||||
title: "Sustainable Fabrics", description: "100% organic cotton and recycled materials.", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-making-origami-with-japanese-paper_23-2149048368.jpg"},
|
||||
{
|
||||
title: "Ethical Craft",
|
||||
description: "Made by artisans in fair-wage environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-old-woman-sitting-studio-sew-cloth_1157-37632.jpg",
|
||||
},
|
||||
title: "Ethical Craft", description: "Made by artisans in fair-wage environments.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-old-woman-sitting-studio-sew-cloth_1157-37632.jpg"},
|
||||
{
|
||||
title: "Timeless Design",
|
||||
description: "Never goes out of style. Essential for every wardrobe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg",
|
||||
},
|
||||
title: "Timeless Design", description: "Never goes out of style. Essential for every wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg"},
|
||||
]}
|
||||
title="Elevated Details"
|
||||
description="Designed for longevity, made with purpose."
|
||||
@@ -183,14 +135,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue",
|
||||
"GQ",
|
||||
"Hypebeast",
|
||||
"Harper's Bazaar",
|
||||
"ELLE",
|
||||
"Esquire",
|
||||
"Highsnobiety",
|
||||
]}
|
||||
"Vogue", "GQ", "Hypebeast", "Harper's Bazaar", "ELLE", "Esquire", "Highsnobiety"]}
|
||||
title="Featured In"
|
||||
description="Recognized by top publications worldwide."
|
||||
/>
|
||||
@@ -203,45 +148,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
handle: "@alice.m",
|
||||
testimonial: "The best quality fabric I have ever felt.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice M.", handle: "@alice.m", testimonial: "The best quality fabric I have ever felt.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Brian K.",
|
||||
handle: "@brian.k",
|
||||
testimonial: "Fits perfectly and looks even better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-good-looking-blond-woman-red-jacket-posing-city-cafe_273443-3359.jpg",
|
||||
},
|
||||
id: "t2", name: "Brian K.", handle: "@brian.k", testimonial: "Fits perfectly and looks even better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-good-looking-blond-woman-red-jacket-posing-city-cafe_273443-3359.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Cynthia L.",
|
||||
handle: "@cynthia.l",
|
||||
testimonial: "Sustainable and stylish, my new favorite brand.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27379.jpg",
|
||||
},
|
||||
id: "t3", name: "Cynthia L.", handle: "@cynthia.l", testimonial: "Sustainable and stylish, my new favorite brand.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27379.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "@david.w",
|
||||
testimonial: "Incredible durability after countless washes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-enjoying-relaxing-while-sitting-modern-gazebo-park_544629-32.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", handle: "@david.w", testimonial: "Incredible durability after countless washes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-enjoying-relaxing-while-sitting-modern-gazebo-park_544629-32.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena R.",
|
||||
handle: "@elena.r",
|
||||
testimonial: "A wardrobe essential for every season.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg",
|
||||
},
|
||||
id: "t5", name: "Elena R.", handle: "@elena.r", testimonial: "A wardrobe essential for every season.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What They Say"
|
||||
@@ -255,20 +175,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is your shipping policy?",
|
||||
content: "Free global shipping on orders over $100.",
|
||||
},
|
||||
id: "f1", title: "What is your shipping policy?", content: "Free global shipping on orders over $100."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer returns?",
|
||||
content: "Yes, 30-day hassle-free returns on all unworn items.",
|
||||
},
|
||||
id: "f2", title: "Do you offer returns?", content: "Yes, 30-day hassle-free returns on all unworn items."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are items made?",
|
||||
content: "Our production facilities are located in Portugal and Vietnam.",
|
||||
},
|
||||
id: "f3", title: "Where are items made?", content: "Our production facilities are located in Portugal and Vietnam."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know."
|
||||
@@ -280,14 +191,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Join the Elysian community. Get exclusive updates on new collections."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,29 +205,19 @@ export default function LandingPage() {
|
||||
logoText="Elysian"
|
||||
columns={[
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -328,4 +226,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user