Merge version_1 into main #1
162
src/app/page.tsx
162
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "products",
|
||||
},
|
||||
name: "Catalog", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="DESIGNER DROP"
|
||||
/>
|
||||
@@ -57,35 +49,21 @@ export default function LandingPage() {
|
||||
description="OUT NOW. LIMITED PIECES."
|
||||
buttons={[
|
||||
{
|
||||
text: "SHOP HERE",
|
||||
href: "http://designerdsnr.shop",
|
||||
},
|
||||
text: "SHOP HERE", href: "http://designerdsnr.shop"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-against-art-sculpture_171337-16526.jpg",
|
||||
imageAlt: "Fashion Editorial 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-against-art-sculpture_171337-16526.jpg", imageAlt: "Fashion Editorial 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-skate_158595-4058.jpg",
|
||||
imageAlt: "Fashion Editorial 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-skate_158595-4058.jpg", imageAlt: "Fashion Editorial 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267435.jpg",
|
||||
imageAlt: "Fashion Editorial 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267435.jpg", imageAlt: "Fashion Editorial 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors_171337-19387.jpg",
|
||||
imageAlt: "Fashion Editorial 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors_171337-19387.jpg", imageAlt: "Fashion Editorial 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275134.jpg",
|
||||
imageAlt: "Fashion Editorial 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275134.jpg", imageAlt: "Fashion Editorial 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-dark-background-loneliness-concept_169016-66019.jpg",
|
||||
imageAlt: "Fashion Editorial 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-dark-background-loneliness-concept_169016-66019.jpg", imageAlt: "Fashion Editorial 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,23 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Exclusivity",
|
||||
description: "Only limited pieces created.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746735.jpg",
|
||||
imageAlt: "Exclusive Gear",
|
||||
},
|
||||
title: "Exclusivity", description: "Only limited pieces created.", imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746735.jpg", imageAlt: "Exclusive Gear"},
|
||||
{
|
||||
title: "Quality",
|
||||
description: "Premium heavyweight fabrics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg",
|
||||
imageAlt: "Premium Fabric",
|
||||
},
|
||||
title: "Quality", description: "Premium heavyweight fabrics.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg", imageAlt: "Premium Fabric"},
|
||||
{
|
||||
title: "Design",
|
||||
description: "Brutalist fashion aesthetic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-flower-flowerpot-with-copy-space_23-2149270640.jpg",
|
||||
imageAlt: "Modern Design",
|
||||
},
|
||||
title: "Design", description: "Brutalist fashion aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-flower-flowerpot-with-copy-space_23-2149270640.jpg", imageAlt: "Modern Design"},
|
||||
]}
|
||||
title="NEW DROP"
|
||||
description="NEW DROP — DESIGNER DROP — SHOP NOW — LIMITED PIECES — designerdsnr.shop"
|
||||
@@ -132,38 +98,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Drop Hoodie",
|
||||
price: "$120",
|
||||
variant: "Black/Yellow",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290963.jpg",
|
||||
},
|
||||
id: "p1", name: "Drop Hoodie", price: "$120", variant: "Black/Yellow", imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290963.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Graphic Tee",
|
||||
price: "$65",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-showing-black-friday-shopping-bag_23-2148665654.jpg",
|
||||
},
|
||||
id: "p2", name: "Graphic Tee", price: "$65", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-showing-black-friday-shopping-bag_23-2148665654.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Core Sneaker",
|
||||
price: "$240",
|
||||
variant: "Shadow",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-wooden-matchsticks_23-2149600192.jpg",
|
||||
},
|
||||
id: "p3", name: "Core Sneaker", price: "$240", variant: "Shadow", imageSrc: "http://img.b2bpic.net/free-photo/view-wooden-matchsticks_23-2149600192.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Street Sweat",
|
||||
price: "$90",
|
||||
variant: "Charcoal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-blond-girl-with-blue-eyes-dressed-white-clothes_613910-2897.jpg",
|
||||
},
|
||||
id: "p4", name: "Street Sweat", price: "$90", variant: "Charcoal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-blond-girl-with-blue-eyes-dressed-white-clothes_613910-2897.jpg"},
|
||||
]}
|
||||
title="The Collection"
|
||||
description="Shop the latest drop."
|
||||
@@ -178,45 +125,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Collector",
|
||||
company: "DD Fam",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-posing-studio_23-2149596276.jpg",
|
||||
},
|
||||
id: "1", name: "Alex R.", role: "Collector", company: "DD Fam", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-posing-studio_23-2149596276.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sam K.",
|
||||
role: "Influencer",
|
||||
company: "StreetVibe",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-black-white-high-angle_23-2149411427.jpg",
|
||||
},
|
||||
id: "2", name: "Sam K.", role: "Influencer", company: "StreetVibe", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-black-white-high-angle_23-2149411427.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jordan P.",
|
||||
role: "Artist",
|
||||
company: "Canvas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensitive-man_23-2149444508.jpg",
|
||||
},
|
||||
id: "3", name: "Jordan P.", role: "Artist", company: "Canvas", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensitive-man_23-2149444508.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Taylor B.",
|
||||
role: "Creative",
|
||||
company: "DropStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-girl-looking-away_23-2148311354.jpg",
|
||||
},
|
||||
id: "4", name: "Taylor B.", role: "Creative", company: "DropStudio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-girl-looking-away_23-2148311354.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Riley H.",
|
||||
role: "Stylist",
|
||||
company: "FashionNext",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020032.jpg",
|
||||
},
|
||||
id: "5", name: "Riley H.", role: "Stylist", company: "FashionNext", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020032.jpg"},
|
||||
]}
|
||||
title="Community"
|
||||
description="What they are saying."
|
||||
@@ -229,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "When is the next drop?",
|
||||
content: "Follow our social channels for announcements.",
|
||||
},
|
||||
id: "1", title: "When is the next drop?", content: "Follow our social channels for announcements."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where do you ship?",
|
||||
content: "Worldwide shipping available.",
|
||||
},
|
||||
id: "2", title: "Where do you ship?", content: "Worldwide shipping available."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do returns work?",
|
||||
content: "All sales are final.",
|
||||
},
|
||||
id: "3", title: "How do returns work?", content: "All sales are final."},
|
||||
]}
|
||||
title="Drop FAQ"
|
||||
description="Information on shipping and returns."
|
||||
@@ -254,8 +167,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Newsletter"
|
||||
title="Get Early Access"
|
||||
description="Sign up for secret links."
|
||||
@@ -266,13 +178,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DESIGNER DROP"
|
||||
leftLink={{
|
||||
text: "Shop",
|
||||
href: "http://designerdsnr.shop",
|
||||
}}
|
||||
text: "Shop", href: "http://designerdsnr.shop"}}
|
||||
rightLink={{
|
||||
text: "Privacy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user