Update src/app/page.tsx
This commit is contained in:
132
src/app/page.tsx
132
src/app/page.tsx
@@ -29,75 +29,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
{
|
||||
name: "Lookbook",
|
||||
id: "/lookbook",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Lookbook", id: "/lookbook" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="PLOTTWEAR"
|
||||
button={{ text: "Shop", href: "/shop" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="WE DON'T FOLLOW TRENDS."
|
||||
description="WE PLOT THEM. Experience the new standard in underground luxury."
|
||||
buttons={[
|
||||
{
|
||||
text: "SHOP DROP",
|
||||
href: "/shop",
|
||||
},
|
||||
{
|
||||
text: "EXPLORE",
|
||||
href: "/about",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "SHOP DROP", href: "/shop" }, { text: "EXPLORE", href: "/about" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teen-party_23-2149239096.jpg?_wi=1",
|
||||
imageAlt: "urban grit cinematic background",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-plastic-foil_23-2148864892.jpg",
|
||||
imageAlt: "urban grit cinematic background",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219979.jpg",
|
||||
imageAlt: "urban grit cinematic background",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-model-big-sunglasses-is-posing-photographer-photo-studio_613910-13118.jpg",
|
||||
imageAlt: "urban grit cinematic background",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1125.jpg",
|
||||
imageAlt: "urban grit cinematic background",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-16168.jpg",
|
||||
imageAlt: "urban grit cinematic background",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teen-party_23-2149239096.jpg", imageAlt: "urban grit cinematic background" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-plastic-foil_23-2148864892.jpg", imageAlt: "urban grit cinematic background" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219979.jpg", imageAlt: "urban grit cinematic background" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-model-big-sunglasses-is-posing-photographer-photo-studio_613910-13118.jpg", imageAlt: "urban grit cinematic background" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1125.jpg", imageAlt: "urban grit cinematic background" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-16168.jpg", imageAlt: "urban grit cinematic background" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,42 +63,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "OG Hoodie",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cargo Pants",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-posing-with-loangboard_158595-2841.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Graphic Tee",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830347.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Accessories Pack",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5501.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Luxury Bomber",
|
||||
price: "$250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-listening-music_23-2148773576.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Future Cap",
|
||||
price: "$35",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-44697.jpg",
|
||||
},
|
||||
{ id: "p1", name: "OG Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg" },
|
||||
{ id: "p2", name: "Cargo Pants", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-posing-with-loangboard_158595-2841.jpg" },
|
||||
{ id: "p3", name: "Graphic Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830347.jpg" },
|
||||
{ id: "p4", name: "Accessories Pack", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5501.jpg" },
|
||||
{ id: "p5", name: "Luxury Bomber", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-listening-music_23-2148773576.jpg" },
|
||||
{ id: "p6", name: "Future Cap", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-44697.jpg" },
|
||||
]}
|
||||
title="Featured Drops"
|
||||
description="Current season highlights."
|
||||
@@ -165,15 +89,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection />
|
||||
<LegalSection layout="standard" title="Legal Information" sections={[]} />
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="NEWSLETTER"
|
||||
title="Join the Underground."
|
||||
description="Get exclusive early access to every drop."
|
||||
@@ -185,17 +107,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="PLOTTWEAR"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Use",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Use", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user