Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3568c45f97 | |||
| ce8baa309a | |||
| fa73742194 |
300
src/app/page.tsx
300
src/app/page.tsx
@@ -33,86 +33,45 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Velocity Kicks"
|
brandName="Alazar Kicks"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Legit Sneakers. Authentic Streetwear."
|
title="Legit Sneakers. Authentic Streetwear."
|
||||||
description="Your ultimate destination for curated, 100% authentic sneakers and exclusive apparel. Experience the hype with Velocity Kicks."
|
description="Your ultimate destination for curated, 100% authentic sneakers and exclusive apparel. Experience the hype with Alazar Kicks."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop New Arrivals",
|
text: "Shop New Arrivals", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-interracial-young-couple-wearing-sunglasses-looking-camera_23-2148151749.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/modern-interracial-young-couple-wearing-sunglasses-looking-camera_23-2148151749.jpg"
|
||||||
imageAlt="Exclusive sneaker display"
|
imageAlt="Exclusive sneaker display"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219978.jpg", alt: "Person" },
|
||||||
src: "http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219978.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/man-holding-bible-book-outside-church_23-2150572061.jpg", alt: "Man" },
|
||||||
alt: "Person using eco transport",
|
{ src: "http://img.b2bpic.net/free-photo/view-man-outside-church-steps_23-2150572059.jpg", alt: "View" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/young-people-urban-scene-with-k-pop-aesthetics_23-2149096940.jpg", alt: "Young" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/view-handsome-young-man-looking-camera_197531-33430.jpg", alt: "Handsome" },
|
||||||
src: "http://img.b2bpic.net/free-photo/man-holding-bible-book-outside-church_23-2150572061.jpg",
|
|
||||||
alt: "Man holding bible",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/view-man-outside-church-steps_23-2150572059.jpg",
|
|
||||||
alt: "View of man outside church",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-people-urban-scene-with-k-pop-aesthetics_23-2149096940.jpg",
|
|
||||||
alt: "Young people in urban scene",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/view-handsome-young-man-looking-camera_197531-33430.jpg",
|
|
||||||
alt: "Handsome young man",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 15,000+ sneakerheads"
|
avatarText="Join 15,000+ sneakerheads"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "100% Authentic" },
|
||||||
type: "text",
|
{ type: "text", text: "Global Express Shipping" },
|
||||||
text: "100% Authentic",
|
{ type: "text", text: "Curated Drops" },
|
||||||
},
|
{ type: "text", text: "Premium Quality" },
|
||||||
{
|
{ type: "text", text: "Secure Verification" },
|
||||||
type: "text",
|
|
||||||
text: "Global Express Shipping",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Curated Drops",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Premium Quality",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Secure Verification",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -121,19 +80,9 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "The Gold Standard " },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg", alt: "Store interior" },
|
||||||
content: "The Gold Standard ",
|
{ type: "text", content: " of Streetwear Culture." },
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg",
|
|
||||||
alt: "Store interior",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
content: " of Streetwear Culture.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -145,45 +94,14 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "cat1", name: "Sneakers", price: "Shop Collection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3JzPmxKUUYuTVEilbZp4Tk0Ef/uploaded-1779577346710-8czmmrrz.png" },
|
||||||
id: "p1",
|
{ id: "cat2", name: "Streetwear", price: "Shop Collection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3JzPmxKUUYuTVEilbZp4Tk0Ef/uploaded-1779577346711-ucyof0lf.png" },
|
||||||
name: "Velocity Racer X",
|
{ id: "cat3", name: "Accessories", price: "Shop Collection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3JzPmxKUUYuTVEilbZp4Tk0Ef/uploaded-1779577346711-afjshcoj.png" },
|
||||||
price: "$290",
|
{ id: "cat4", name: "New Arrivals", price: "Shop Collection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3JzPmxKUUYuTVEilbZp4Tk0Ef/uploaded-1779577346711-weoq9xu0.png" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005696.jpg",
|
{ id: "cat5", name: "Best Sellers", price: "Shop Collection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3JzPmxKUUYuTVEilbZp4Tk0Ef/uploaded-1779577346711-a80bphoz.png" },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Nebula High",
|
|
||||||
price: "$340",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583926.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Shadow Peak",
|
|
||||||
price: "$210",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "Volt Runner",
|
|
||||||
price: "$180",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058849.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "Titan Lux",
|
|
||||||
price: "$450",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-legs-heels-holding-glass-champagne_23-2147988548.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "Core Classic",
|
|
||||||
price: "$150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379216.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Fresh Drops"
|
title="Shop by Category"
|
||||||
description="The latest and greatest silhouettes on the market today."
|
description="Discover our latest premium curated categories for your streetwear needs."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -192,26 +110,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "100% Legit Guarantee", description: "Every pair passes our multi-point inspection process.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3JzPmxKUUYuTVEilbZp4Tk0Ef/uploaded-1779401957547-5b1dh0ab.png", imageAlt: "Verification" },
|
||||||
title: "100% Legit Guarantee",
|
{ title: "Express Global Shipping", description: "Get your fresh gear delivered anywhere in the world fast.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3JzPmxKUUYuTVEilbZp4Tk0Ef/uploaded-1779401957547-fl8x5epr.png", imageAlt: "Shipping" },
|
||||||
description: "Every pair passes our multi-point inspection process.",
|
{ title: "Customer Loyalty Rewards", description: "Join the inner circle and gain access to members-only drops.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-sportswear-sitting-white-wooden-cube_613910-16566.jpg", imageAlt: "Loyalty" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-rope_23-2149872559.jpg",
|
|
||||||
imageAlt: "Verification",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Express Global Shipping",
|
|
||||||
description: "Get your fresh gear delivered anywhere in the world fast.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-sports-wear-posing-street_1303-31736.jpg",
|
|
||||||
imageAlt: "Shipping",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Customer Loyalty Rewards",
|
|
||||||
description: "Join the inner circle and gain access to members-only drops.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-sportswear-sitting-white-wooden-cube_613910-16566.jpg",
|
|
||||||
imageAlt: "Loyalty",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Velocity Kicks"
|
title="Why Choose Alazar Kicks"
|
||||||
description="We treat every sneaker with the care of a collector."
|
description="We treat every sneaker with the care of a collector."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -223,27 +126,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "15K+", title: "Pairs Sold", description: "Authenticated sneakers moved", icon: Award },
|
||||||
id: "m1",
|
{ id: "m2", value: "99.9%", title: "Authenticity Rate", description: "Perfect track record", icon: ShieldCheck },
|
||||||
value: "15K+",
|
{ id: "m3", value: "500+", title: "Global Partners", description: "Direct from the source", icon: Globe },
|
||||||
title: "Pairs Sold",
|
|
||||||
description: "Authenticated sneakers moved",
|
|
||||||
icon: Award,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "99.9%",
|
|
||||||
title: "Authenticity Rate",
|
|
||||||
description: "Perfect track record",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "500+",
|
|
||||||
title: "Global Partners",
|
|
||||||
description: "Direct from the source",
|
|
||||||
icon: Globe,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Numbers That Matter"
|
title="Numbers That Matter"
|
||||||
description="Trusted by sneakerheads around the globe."
|
description="Trusted by sneakerheads around the globe."
|
||||||
@@ -255,46 +140,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", title: "Perfect condition", quote: "The packaging was incredible, and the sneakers arrived in pristine condition.", name: "Alex Rivers", role: "Hypebeast", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-male-thinking-while-sitting-red-chair_181624-46439.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", title: "Fast delivery", quote: "Best shipping times for high-end drops. Definitely my go-to.", name: "Jamie Lee", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-photographer-street-photographing-camera-photo-shoot-photosession-city_639032-2484.jpg" },
|
||||||
title: "Perfect condition",
|
{ id: "t3", title: "Top tier service", quote: "I had a question about sizing and their team replied within minutes.", name: "Chris Wu", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-still-life-tiger-celebration_23-2149210697.jpg" },
|
||||||
quote: "The packaging was incredible, and the sneakers arrived in pristine condition.",
|
|
||||||
name: "Alex Rivers",
|
|
||||||
role: "Hypebeast",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-male-thinking-while-sitting-red-chair_181624-46439.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
title: "Fast delivery",
|
|
||||||
quote: "Best shipping times for high-end drops. Definitely my go-to.",
|
|
||||||
name: "Jamie Lee",
|
|
||||||
role: "Collector",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-photographer-street-photographing-camera-photo-shoot-photosession-city_639032-2484.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
title: "Top tier service",
|
|
||||||
quote: "I had a question about sizing and their team replied within minutes.",
|
|
||||||
name: "Chris Wu",
|
|
||||||
role: "Collector",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-still-life-tiger-celebration_23-2149210697.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
title: "The real deal",
|
|
||||||
quote: "I was skeptical about ordering online, but their verification is legit.",
|
|
||||||
name: "Morgan D.",
|
|
||||||
role: "Enthusiast",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-attractive-fashion-designers-work-cozy-office-darkskinned-lady-paint-shorthaired-woman-holds-coffee-cup_197531-29796.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
title: "Exclusive Access",
|
|
||||||
quote: "Managed to secure a pair that was sold out everywhere else.",
|
|
||||||
name: "Sam Taylor",
|
|
||||||
role: "Sneakerhead",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Collector Feedback"
|
title="Collector Feedback"
|
||||||
description="See why enthusiasts choose us."
|
description="See why enthusiasts choose us."
|
||||||
@@ -306,21 +154,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Are your products 100% authentic?", content: "Yes, we guarantee that all items are 100% legitimate and authenticated." },
|
||||||
id: "q1",
|
{ id: "q2", title: "What is your return policy?", content: "Returns are accepted within 30 days of receiving your item, provided it is unused." },
|
||||||
title: "Are your products 100% authentic?",
|
|
||||||
content: "Yes, we guarantee that all items are 100% legitimate and authenticated.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "What is your return policy?",
|
|
||||||
content: "Returns are accepted within 30 days of receiving your item, provided it is unused.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Do you offer international shipping?",
|
|
||||||
content: "Absolutely, we ship globally with tracked express couriers.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/couple-sorting-belongings-from-cardboard-boxes-after-moving-new-home_23-2149086887.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/couple-sorting-belongings-from-cardboard-boxes-after-moving-new-home_23-2149086887.jpg"
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
@@ -332,17 +167,12 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient",
|
|
||||||
}}
|
|
||||||
tag="Get in touch"
|
tag="Get in touch"
|
||||||
title="Need a specific pair?"
|
title="Need a specific pair?"
|
||||||
description="Reach out to our expert team for sourcing inquiries or general support."
|
description="Reach out to our expert team for sourcing inquiries or general support."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Contact Support", href: "mailto:hello@alazarkicks.com" },
|
||||||
text: "Contact Support",
|
|
||||||
href: "mailto:hello@velocitykicks.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -350,50 +180,14 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Shop", items: [{ label: "New Arrivals", href: "#products" }, { label: "All Sneakers", href: "#products" }] },
|
||||||
title: "Shop",
|
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||||
items: [
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||||
{
|
|
||||||
label: "New Arrivals",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "All Sneakers",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "About",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Use",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Velocity Kicks"
|
logoText="Alazar Kicks"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user