Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-22 17:47:20 +00:00
4 changed files with 61 additions and 257 deletions

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,24 +25,13 @@ 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>
@@ -55,26 +44,12 @@ export default function LandingPage() {
description="Meet the team behind the grit."
groups={[
{
id: "g1",
groupTitle: "Leadership",
members: [
id: "g1", groupTitle: "Leadership", members: [
{
id: "t1",
title: "Founder",
subtitle: "Creative Director",
detail: "Architect of the brand vision.",
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg",
},
id: "t1", title: "Founder", subtitle: "Creative Director", detail: "Architect of the brand vision.", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg"},
{
id: "t2",
title: "Lead Designer",
subtitle: "Product Innovation",
detail: "Defining the future of wear.",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-well-dressed-male-model-sitting-stairs-fashionable-african-guy-enjoying-photoshoot-steps_197531-22070.jpg",
},
id: "t2", title: "Lead Designer", subtitle: "Product Innovation", detail: "Defining the future of wear.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-well-dressed-male-model-sitting-stairs-fashionable-african-guy-enjoying-photoshoot-steps_197531-22070.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teen-party_23-2149239096.jpg?_wi=2",
imageAlt: "Well-dressed young male model posing on steps with gently smile. Indoor photo of curious african guy wears hat.",
},
]}
/>
@@ -87,29 +62,18 @@ export default function LandingPage() {
title="Join Our Community"
description="Partnering with the world's most authentic voices."
names={[
"Vanguard Lab",
"Street Soul",
"Urban Collective",
"Future Wear",
"Neo Street",
]}
"Vanguard Lab", "Street Soul", "Urban Collective", "Future Wear", "Neo Street"]}
/>
</div>
<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>
);
}
}

View File

@@ -7,7 +7,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() {
export default function LookbookPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,24 +25,13 @@ 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>
@@ -53,12 +42,7 @@ export default function LandingPage() {
title="Street Icons"
description="Worn by those who create the culture."
names={[
"A-List",
"Street Legends",
"Global Icons",
"Creative Force",
"Movement Leaders",
]}
"A-List", "Street Legends", "Global Icons", "Creative Force", "Movement Leaders"]}
/>
</div>
@@ -70,24 +54,8 @@ export default function LandingPage() {
title="By The Numbers"
description="Capturing the essence of the city."
metrics={[
{
id: "m3",
value: "100+",
title: "Shoot Locations",
items: [
"Urban decay",
"Neon cityscapes",
],
},
{
id: "m4",
value: "24/7",
title: "Creative Flow",
items: [
"Always active",
"Never resting",
],
},
{ id: "m3", value: "100+", title: "Shoot Locations", items: ["Urban decay", "Neon cityscapes"] },
{ id: "m4", value: "24/7", title: "Creative Flow", items: ["Always active", "Never resting"] },
]}
/>
</div>
@@ -95,17 +63,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>
);
}
}

View File

@@ -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>
);
}
}

View File

@@ -7,7 +7,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() {
export default function ShopPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,24 +25,13 @@ 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>
@@ -53,12 +42,7 @@ export default function LandingPage() {
title="As Seen On"
description="The streets speak for themselves."
names={[
"Hypebeast",
"Vogue Street",
"Underground Mag",
"Future Fashion",
"Urban Cult",
]}
"Hypebeast", "Vogue Street", "Underground Mag", "Future Fashion", "Urban Cult"]}
/>
</div>
@@ -70,24 +54,8 @@ export default function LandingPage() {
title="Our Impact"
description="Numbers defining the movement."
metrics={[
{
id: "m1",
value: "5K+",
title: "Pieces Sold",
items: [
"Globally distributed",
"Limited editions",
],
},
{
id: "m2",
value: "12",
title: "Exclusive Drops",
items: [
"Quarterly releases",
"Monthly updates",
],
},
{ id: "m1", value: "5K+", title: "Pieces Sold", items: ["Globally distributed", "Limited editions"] },
{ id: "m2", value: "12", title: "Exclusive Drops", items: ["Quarterly releases", "Monthly updates"] },
]}
/>
</div>
@@ -95,17 +63,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>
);
}
}