Merge version_1 into main #2
156
src/app/page.tsx
156
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit", id: "contact"},
|
||||
]}
|
||||
brandName="ARCHIVE VINTAGE"
|
||||
/>
|
||||
@@ -52,42 +44,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Curated Elegance."
|
||||
description="Timeless, 1-of-1 vintage pieces sourced with intention. Experience the destination store for the discerning dresser."
|
||||
tag="NEW ARRIVALS"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg?_wi=1",
|
||||
imageAlt: "Vintage fashion collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg", imageAlt: "luxury vintage fashion store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg?_wi=2",
|
||||
imageAlt: "Vintage fashion collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg", imageAlt: "luxury vintage fashion store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg?_wi=3",
|
||||
imageAlt: "Vintage fashion collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg", imageAlt: "luxury vintage fashion store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg?_wi=4",
|
||||
imageAlt: "Vintage fashion collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg", imageAlt: "luxury vintage fashion store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg?_wi=5",
|
||||
imageAlt: "Vintage fashion collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg", imageAlt: "luxury vintage fashion store interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg?_wi=6",
|
||||
imageAlt: "Vintage fashion collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-showroom_482257-79289.jpg", imageAlt: "luxury vintage fashion store interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,23 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "90s Italian Leather Jacket",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg",
|
||||
},
|
||||
id: "1", name: "90s Italian Leather Jacket", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vintage Silk Blouse",
|
||||
price: "$125",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rose-gold-paint-rough-background_53876-102545.jpg",
|
||||
},
|
||||
id: "2", name: "Vintage Silk Blouse", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/rose-gold-paint-rough-background_53876-102545.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Oversized Wool Trench",
|
||||
price: "$380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746325.jpg",
|
||||
},
|
||||
id: "3", name: "Oversized Wool Trench", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746325.jpg"},
|
||||
]}
|
||||
title="Selected Drops"
|
||||
description="Exclusive pieces added weekly. Shop our curated selection of verified vintage finds."
|
||||
@@ -132,19 +97,13 @@ export default function LandingPage() {
|
||||
description="Archive is a destination for discovery. We blend personalized styling advice with an uncompromising eye for vintage luxury to ensure you always find the piece that feels like yours."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Curated Quality",
|
||||
description: "Every garment is hand-inspected for authentic heritage and condition.",
|
||||
},
|
||||
title: "Curated Quality", description: "Every garment is hand-inspected for authentic heritage and condition."},
|
||||
{
|
||||
title: "Styling Expertise",
|
||||
description: "Our experts provide dedicated sessions to elevate your wardrobe.",
|
||||
},
|
||||
title: "Styling Expertise", description: "Our experts provide dedicated sessions to elevate your wardrobe."},
|
||||
{
|
||||
title: "Luxury Experience",
|
||||
description: "A refined atmosphere designed for comfort and considered shopping.",
|
||||
},
|
||||
title: "Luxury Experience", description: "A refined atmosphere designed for comfort and considered shopping."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -154,30 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julian M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-happy-after-long-day-shopping_329181-8077.jpg",
|
||||
},
|
||||
id: "2", name: "Julian M.", imageSrc: "http://img.b2bpic.net/free-photo/tired-happy-after-long-day-shopping_329181-8077.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-near-clothes-rail_23-2147688368.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-near-clothes-rail_23-2147688368.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-carrying-shopping-bags_23-2148624999.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-carrying-shopping-bags_23-2148624999.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Chloe D.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg"},
|
||||
]}
|
||||
cardTitle="Our Community"
|
||||
cardTag="EXPERIENCE"
|
||||
@@ -192,25 +136,17 @@ export default function LandingPage() {
|
||||
description="Book a private styling session or reach out regarding our current arrivals. We are located in the heart of the district."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us what you're looking for",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us what you're looking for", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Request"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -219,51 +155,35 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg?_wi=3"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
title: "Store", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Visit Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Discover",
|
||||
items: [
|
||||
title: "Discover", items: [
|
||||
{
|
||||
label: "Collection",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Collection", href: "#products"},
|
||||
{
|
||||
label: "Styling",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Styling", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="ARCHIVE"
|
||||
copyrightText="© 2025 | Archive Vintage"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user