Merge version_2 into main #1
145
src/app/page.tsx
145
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Lookbook",
|
||||
id: "/lookbook",
|
||||
},
|
||||
name: "Lookbook", id: "/lookbook"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Story", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="TASTE Studios"
|
||||
/>
|
||||
@@ -57,62 +47,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="TASTE Studios"
|
||||
description="Luxury in motion. Culture, refined."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enter Taste",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Enter Taste", href: "/shop"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-standing-white-wall_176420-8515.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186803.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186803.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-standing-white-wall_176420-8515.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-standing-white-wall_176420-8515.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Join 10k+ culture enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "CRAFTED",
|
||||
},
|
||||
type: "text", text: "CRAFTED"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AUTHENTIC",
|
||||
},
|
||||
type: "text", text: "AUTHENTIC"},
|
||||
{
|
||||
type: "text",
|
||||
text: "MINIMAL",
|
||||
},
|
||||
type: "text", text: "MINIMAL"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PREMIUM",
|
||||
},
|
||||
type: "text", text: "PREMIUM"},
|
||||
{
|
||||
type: "text",
|
||||
text: "REFINED",
|
||||
},
|
||||
type: "text", text: "REFINED"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,8 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="REAL TASTE, REAL CULTURE."
|
||||
description={[
|
||||
"A modern studio shaping a new era of luxury street culture, crafted with intention.",
|
||||
]}
|
||||
"A modern studio shaping a new era of luxury street culture, crafted with intention."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,26 +101,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Heavyweight Tee",
|
||||
price: "$95",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg",
|
||||
},
|
||||
id: "p1", name: "Heavyweight Tee", price: "$95", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/blank-grey-t-shirt-accurately-folded-rustic-wooden-table-top-view_346278-920.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Winter Beanie",
|
||||
price: "$60",
|
||||
variant: "Sand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg",
|
||||
},
|
||||
id: "p2", name: "Winter Beanie", price: "$60", variant: "Sand", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-winter-hat_23-2148306404.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Texture Pants",
|
||||
price: "$180",
|
||||
variant: "Forest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg",
|
||||
},
|
||||
id: "p3", name: "Texture Pants", price: "$180", variant: "Forest", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-her-pockets_23-2148286449.jpg"},
|
||||
]}
|
||||
title="Featured Essentials"
|
||||
description="Timeless designs, globally standards."
|
||||
@@ -171,19 +122,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Artisanal",
|
||||
description: "Hand-stitched details",
|
||||
},
|
||||
title: "Artisanal", description: "Hand-stitched details"},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Minimal",
|
||||
description: "Clean silhouette",
|
||||
},
|
||||
title: "Minimal", description: "Clean silhouette"},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Global",
|
||||
description: "Ethically sourced",
|
||||
},
|
||||
title: "Global", description: "Ethically sourced"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -195,12 +140,7 @@ export default function LandingPage() {
|
||||
title="Trusted by"
|
||||
description="Featured in leading cultural outlets"
|
||||
names={[
|
||||
"VOGUE",
|
||||
"HYPEBEAST",
|
||||
"GQ",
|
||||
"Dazed",
|
||||
"Nowness",
|
||||
]}
|
||||
"VOGUE", "HYPEBEAST", "GQ", "Dazed", "Nowness"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -208,40 +148,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Brand",
|
||||
items: [
|
||||
title: "Brand", items: [
|
||||
{
|
||||
label: "Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Story", href: "/about"},
|
||||
{
|
||||
label: "Lookbook",
|
||||
href: "/lookbook",
|
||||
},
|
||||
label: "Lookbook", href: "/lookbook"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "/privacy"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="TASTE Studios"
|
||||
copyrightText="© 2025 TASTE Studios. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user