Merge version_1 into main #3
209
src/app/page.tsx
209
src/app/page.tsx
@@ -25,128 +25,105 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Archive", id: "archive"},
|
||||
{
|
||||
name: "Manifesto", id: "manifesto"},
|
||||
]}
|
||||
brandName="ESTATE"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Archive", id: "archive" },
|
||||
{ name: "Manifesto", id: "manifesto" },
|
||||
]}
|
||||
brandName="ESTATE"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
title="THE WINDOW TO EUROPE"
|
||||
description="Access granted to the authorized selection. ESTATE is the preservation of rock and couture."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg", imageAlt: "Window to Europe"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg", imageAlt: "European Archive"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-model-posing-studio_23-2149267474.jpg", imageAlt: "The Vision"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315163.jpg", imageAlt: "Estate Design"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-old-mirror_23-2149640689.jpg", imageAlt: "Signature Look"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg", imageAlt: "Luxury Detail"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="THE WINDOW TO EUROPE"
|
||||
description="Access granted to the authorized selection. ESTATE is the preservation of rock and couture."
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifestyle-fashion-shoot_53876-24683.jpg", imageAlt: "Window to Europe" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg", imageAlt: "European Archive" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-punk-model-posing-studio_23-2149267474.jpg", imageAlt: "The Vision" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315163.jpg", imageAlt: "Estate Design" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-old-mirror_23-2149640689.jpg", imageAlt: "Signature Look" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/rough-concrete-wall-surface_23-2148413267.jpg", imageAlt: "Luxury Detail" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="manifesto" data-section="manifesto">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="MANIFESTO"
|
||||
title="THE VISION OF THE GRISHA"
|
||||
/>
|
||||
</div>
|
||||
<div id="manifesto" data-section="manifesto">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="MANIFESTO"
|
||||
title="THE VISION OF THE GRISHA"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="archive" data-section="archive">
|
||||
<ProductCardOne
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "001", name: "ITEM #001", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vintage-backpack_23-2148752408.jpg"},
|
||||
{
|
||||
id: "002", name: "ITEM #002", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg"},
|
||||
{
|
||||
id: "003", name: "ITEM #003", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/button-warm-blue-shirt-macro-shot_169016-23219.jpg"},
|
||||
]}
|
||||
title="AUTHORIZED SELECTION"
|
||||
description="Pieces from the private archive."
|
||||
/>
|
||||
</div>
|
||||
<div id="archive" data-section="archive">
|
||||
<ProductCardOne
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "001", name: "ITEM #001", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-vintage-backpack_23-2148752408.jpg" },
|
||||
{ id: "002", name: "ITEM #002", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-heels_23-2149741919.jpg" },
|
||||
{ id: "003", name: "ITEM #003", price: "ARCHIVE", imageSrc: "http://img.b2bpic.net/free-photo/button-warm-blue-shirt-macro-shot_169016-23219.jpg" },
|
||||
]}
|
||||
title="AUTHORIZED SELECTION"
|
||||
description="Pieces from the private archive."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="INQUIRIES"
|
||||
description="Standard protocol for new members."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How do I access the vault?", content: "Access is currently restricted to invite-only members."},
|
||||
{
|
||||
id: "q2", title: "Is the leather ethically sourced?", content: "Every hide is vetted for quality and environmental standards."},
|
||||
{
|
||||
id: "q3", title: "Do you ship internationally?", content: "Shipping is available only to select European hubs."},
|
||||
{
|
||||
id: "q4", title: "Are these pieces limited?", content: "Yes, every item in our archive is produced in strictly limited runs."},
|
||||
{
|
||||
id: "q5", title: "Can I visit the boutique?", content: "Boutique appointments are handled via private request."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="INQUIRIES"
|
||||
description="Standard protocol for new members."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-portrait-with-overexposed-moving-style_23-2149495261.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "q1", title: "How do I access the vault?", content: "Access is currently restricted to invite-only members." },
|
||||
{ id: "q2", title: "Is the leather ethically sourced?", content: "Every hide is vetted for quality and environmental standards." },
|
||||
{ id: "q3", title: "Do you ship internationally?", content: "Shipping is available only to select European hubs." },
|
||||
{ id: "q4", title: "Are these pieces limited?", content: "Yes, every item in our archive is produced in strictly limited runs." },
|
||||
{ id: "q5", title: "Can I visit the boutique?", content: "Boutique appointments are handled via private request." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="TERMS OF EXCLUSIVITY"
|
||||
sections={[
|
||||
{
|
||||
heading: "Privacy Policy", content: "Your data is handled with the same reverence as our craft."},
|
||||
{
|
||||
heading: "Membership Terms", content: "No sharing of credentials; strict adherence to the Grisha conduct."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="TERMS OF EXCLUSIVITY"
|
||||
sections={[
|
||||
{ heading: "Privacy Policy", content: [{ text: "Your data is handled with the same reverence as our craft." }] },
|
||||
{ heading: "Membership Terms", content: [{ text: "No sharing of credentials; strict adherence to the Grisha conduct." }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="ESTATE"
|
||||
columns={[
|
||||
{
|
||||
title: "ARCHIVE", items: [
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Vimeo", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "IDENTITY", items: [
|
||||
{
|
||||
label: "Founded by THE GRISHA", href: "#"},
|
||||
{
|
||||
label: "Philosophy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="ESTATE"
|
||||
columns={[
|
||||
{
|
||||
title: "ARCHIVE", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Vimeo", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "IDENTITY", items: [
|
||||
{ label: "Founded by THE GRISHA", href: "#" },
|
||||
{ label: "Philosophy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user