Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
169
src/app/page.tsx
169
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
]}
|
||||
brandName="URBAN DRIP"
|
||||
/>
|
||||
@@ -50,15 +44,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="URBAN DRIP"
|
||||
description="Minimal Streetwear. Maximum Style. Inspired by modern Pinterest fashion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-handsome-young-man-looking-camera_197531-33430.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -74,47 +65,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Oversized Hoodie",
|
||||
price: "$35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-latino-handsome-guy-wearing-hood-his-blank-grey-sweater-looking-weirdly-isolated-white_346278-1058.jpg",
|
||||
imageAlt: "hoodie mockup studio",
|
||||
},
|
||||
id: "p1", name: "Oversized Hoodie", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-latino-handsome-guy-wearing-hood-his-blank-grey-sweater-looking-weirdly-isolated-white_346278-1058.jpg", imageAlt: "hoodie mockup studio"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Baggy Cargo Pants",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-female-with-skateboard_23-2148436087.jpg",
|
||||
imageAlt: "cargo pants streetwear",
|
||||
},
|
||||
id: "p2", name: "Baggy Cargo Pants", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-female-with-skateboard_23-2148436087.jpg", imageAlt: "cargo pants streetwear"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Minimal Tee",
|
||||
price: "$20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448806.jpg",
|
||||
imageAlt: "minimalist graphic tee mockup",
|
||||
},
|
||||
id: "p3", name: "Minimal Tee", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448806.jpg", imageAlt: "minimalist graphic tee mockup"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Urban Jacket",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264143.jpg",
|
||||
imageAlt: "urban jacket streetwear",
|
||||
},
|
||||
id: "p4", name: "Urban Jacket", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264143.jpg", imageAlt: "urban jacket streetwear"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Beanie & Accessories",
|
||||
price: "$25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-hugging-her-boyfriend-street_1153-5166.jpg",
|
||||
imageAlt: "streetwear accessories shoot",
|
||||
},
|
||||
id: "p5", name: "Beanie & Accessories", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/girl-hugging-her-boyfriend-street_1153-5166.jpg", imageAlt: "streetwear accessories shoot"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Distressed Denim",
|
||||
price: "$60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-student_1303-5175.jpg",
|
||||
imageAlt: "denim jeans streetwear product",
|
||||
},
|
||||
id: "p6", name: "Distressed Denim", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/african-american-student_1303-5175.jpg", imageAlt: "denim jeans streetwear product"},
|
||||
]}
|
||||
title="Trending Pieces"
|
||||
description="The latest styles curated for your everyday rotation."
|
||||
@@ -128,8 +89,7 @@ export default function LandingPage() {
|
||||
title="Our Philosophy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Our Story",
|
||||
},
|
||||
text: "Read Our Story"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,23 +100,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Sourced from the finest materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478993.jpg",
|
||||
imageAlt: "hoodie mockup studio",
|
||||
},
|
||||
title: "Premium Quality", description: "Sourced from the finest materials.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478993.jpg", imageAlt: "hoodie mockup studio"},
|
||||
{
|
||||
title: "Sustainable Practices",
|
||||
description: "Fashion that respects the planet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773428.jpg",
|
||||
imageAlt: "cargo pants streetwear",
|
||||
},
|
||||
title: "Sustainable Practices", description: "Fashion that respects the planet.", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773428.jpg", imageAlt: "cargo pants streetwear"},
|
||||
{
|
||||
title: "Worldwide Shipping",
|
||||
description: "Delivered to your doorstep anywhere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sad-woman-holding-cup_23-2149319600.jpg",
|
||||
imageAlt: "minimalist graphic tee mockup",
|
||||
},
|
||||
title: "Worldwide Shipping", description: "Delivered to your doorstep anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sad-woman-holding-cup_23-2149319600.jpg", imageAlt: "minimalist graphic tee mockup"},
|
||||
]}
|
||||
title="Why Urban Drip?"
|
||||
description="We blend high-end streetwear aesthetics with everyday wearability."
|
||||
@@ -170,31 +118,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"Global community",
|
||||
"Growing every day",
|
||||
],
|
||||
id: "m1", value: "10k+", title: "Happy Customers", items: [
|
||||
"Global community", "Growing every day"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Unique Styles",
|
||||
items: [
|
||||
"Curated designs",
|
||||
"Constant rotation",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Unique Styles", items: [
|
||||
"Curated designs", "Constant rotation"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9/5",
|
||||
title: "Satisfaction Rate",
|
||||
items: [
|
||||
"High quality",
|
||||
"Customer loyalty",
|
||||
],
|
||||
id: "m3", value: "4.9/5", title: "Satisfaction Rate", items: [
|
||||
"High quality", "Customer loyalty"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -209,48 +142,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex J.",
|
||||
handle: "@alexj",
|
||||
testimonial: "The best streetwear brand I've shopped at this year.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-outdoors-enjoying-music-headphones-while-sitting-skateboard_23-2148758495.jpg",
|
||||
},
|
||||
id: "t1", name: "Alex J.", handle: "@alexj", testimonial: "The best streetwear brand I've shopped at this year.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-outdoors-enjoying-music-headphones-while-sitting-skateboard_23-2148758495.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria K.",
|
||||
handle: "@mariak",
|
||||
testimonial: "Quality is insane, fits perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg",
|
||||
},
|
||||
id: "t2", name: "Maria K.", handle: "@mariak", testimonial: "Quality is insane, fits perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam L.",
|
||||
handle: "@saml",
|
||||
testimonial: "Shipping was so fast!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-holding-skateboard_23-2148984669.jpg",
|
||||
},
|
||||
id: "t3", name: "Sam L.", handle: "@saml", testimonial: "Shipping was so fast!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-holding-skateboard_23-2148984669.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Taylor P.",
|
||||
handle: "@tayp",
|
||||
testimonial: "Obsessed with these designs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-black-female-runner-sportswoman-dressed-casual-sweatshirt-with-hoodie-cathces-breath-keeps-hands-knees_273609-18386.jpg",
|
||||
},
|
||||
id: "t4", name: "Taylor P.", handle: "@tayp", testimonial: "Obsessed with these designs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-black-female-runner-sportswoman-dressed-casual-sweatshirt-with-hoodie-cathces-breath-keeps-hands-knees_273609-18386.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chris B.",
|
||||
handle: "@chrisb",
|
||||
testimonial: "Will be shopping here again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg",
|
||||
},
|
||||
id: "t5", name: "Chris B.", handle: "@chrisb", testimonial: "Will be shopping here again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Community Love"
|
||||
description="See what our community says about their latest finds."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -258,13 +167,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Join the drops. Sign up for exclusive early access to our collections."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe",
|
||||
},
|
||||
text: "Subscribe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -273,13 +180,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="URBAN DRIP"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user