Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a75f275a8 | |||
| 62711430ca |
@@ -26,33 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "The Tee", id: "/product-detail"},
|
||||
{
|
||||
name: "The Tee",
|
||||
id: "/product-detail",
|
||||
},
|
||||
name: "Size Guide", id: "/size-guide"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Shipping & Returns", id: "/shipping-returns"},
|
||||
{
|
||||
name: "Size Guide",
|
||||
id: "/size-guide",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Shipping & Returns",
|
||||
id: "/shipping-returns",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="VERY RICH"
|
||||
bottomLeftText="Luxury Essentials"
|
||||
@@ -63,8 +47,8 @@ export default function LandingPage() {
|
||||
<div id="about-brand-story" data-section="about-brand-story">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="The Philosophy of VERY RICH"
|
||||
description="Born from a vision to redefine statement luxury, VERY RICH is more than a brand; it's a declaration of intrinsic value. We craft timeless pieces that speak to an exclusive sensibility, where quality, design, and self-assurance converge. Our garments are for those who embody wealth in spirit, style, and substance."
|
||||
title="Our Singular Vision"
|
||||
description="VERY RICH was founded on the principle that true luxury lies in absolute quality and a confident, minimalist statement. We dedicate ourselves to perfecting one iconic garment: The Signature Tee, a symbol of inherent value and refined taste."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432474.jpg"
|
||||
imageAlt="Close-up of luxury fabric, emphasizing texture and quality craftsmanship."
|
||||
/>
|
||||
@@ -78,26 +62,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "team-1",
|
||||
name: "Genevieve Dubois",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-studio-lights-background_158538-9608.jpg",
|
||||
imageAlt: "Portrait of Genevieve Dubois, Creative Director.",
|
||||
},
|
||||
id: "team-1", name: "Genevieve Dubois", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-studio-lights-background_158538-9608.jpg", imageAlt: "Portrait of Genevieve Dubois, Creative Director."},
|
||||
{
|
||||
id: "team-2",
|
||||
name: "Maximilien Sterling",
|
||||
role: "Head of Operations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623491.jpg",
|
||||
imageAlt: "Portrait of Maximilien Sterling, Head of Operations.",
|
||||
},
|
||||
id: "team-2", name: "Maximilien Sterling", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623491.jpg", imageAlt: "Portrait of Maximilien Sterling, Head of Operations."},
|
||||
{
|
||||
id: "team-3",
|
||||
name: "Clémentine Valois",
|
||||
role: "Brand Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-man-assistant-helps-costumer-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48883.jpg",
|
||||
imageAlt: "Portrait of Clémentine Valois, Brand Strategist.",
|
||||
},
|
||||
id: "team-3", name: "Clémentine Valois", role: "Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-man-assistant-helps-costumer-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48883.jpg", imageAlt: "Portrait of Clémentine Valois, Brand Strategist."},
|
||||
]}
|
||||
title="The Architects of Aspiration"
|
||||
description="Meet the visionary team dedicated to the art of luxury and the pursuit of refined expression."
|
||||
@@ -108,16 +77,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="VERY RICH"
|
||||
leftLink={{
|
||||
text: "Join Our Private List",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Join Our Private List", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 VERY RICH. All rights reserved.",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 VERY RICH. All rights reserved.", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,33 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "The Tee", id: "/product-detail"},
|
||||
{
|
||||
name: "The Tee",
|
||||
id: "/product-detail",
|
||||
},
|
||||
name: "Size Guide", id: "/size-guide"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Shipping & Returns", id: "/shipping-returns"},
|
||||
{
|
||||
name: "Size Guide",
|
||||
id: "/size-guide",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Shipping & Returns",
|
||||
id: "/shipping-returns",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="VERY RICH"
|
||||
bottomLeftText="Luxury Essentials"
|
||||
@@ -64,18 +48,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="For private inquiries, collaborations, or assistance, our discreet team is available to ensure your experience with VERY RICH is seamless."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us: info@veryrich.com",
|
||||
href: "mailto:info@veryrich.com",
|
||||
},
|
||||
text: "Email Us: info@veryrich.com", href: "mailto:info@veryrich.com"},
|
||||
{
|
||||
text: "Call Us: +1 (555) 123-4567",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Call Us: +1 (555) 123-4567", href: "tel:+15551234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,23 +65,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "ci-faq-1",
|
||||
title: "Where is VERY RICH based?",
|
||||
content: "VERY RICH operates globally, with our creative studio located in the heart of Paris, France, where every design is meticulously conceptualized.",
|
||||
},
|
||||
id: "ci-faq-1", title: "Where is VERY RICH based?", content: "VERY RICH operates globally, with our creative studio located in the heart of Paris, France, where every design is meticulously conceptualized."},
|
||||
{
|
||||
id: "ci-faq-2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we proudly offer complimentary worldwide express shipping to ensure our global clientele receives their luxury items promptly and securely.",
|
||||
},
|
||||
id: "ci-faq-2", title: "Do you offer international shipping?", content: "Yes, we proudly offer complimentary worldwide express shipping to ensure our global clientele receives their luxury items promptly and securely."},
|
||||
{
|
||||
id: "ci-faq-3",
|
||||
title: "Are your products truly limited edition?",
|
||||
content: "Our collection is intentionally curated and produced in limited runs to maintain exclusivity and ensure unparalleled quality. We prioritize craftsmanship over mass production.",
|
||||
},
|
||||
id: "ci-faq-3", title: "Are your products truly limited edition?", content: "Our collection is intentionally curated and produced in limited runs to maintain exclusivity and ensure unparalleled quality. We prioritize craftsmanship over mass production."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/solid-curvy-silver-fabrics-curtains_23-2148516070.jpg"
|
||||
imageAlt="Close-up of luxury fabric, representing product quality."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimal-clothing-store_23-2149448774.jpg"
|
||||
imageAlt="Minimalist luxury clothing store interior, representing brand and support."
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
title="Common Inquiries"
|
||||
@@ -115,16 +85,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="VERY RICH"
|
||||
leftLink={{
|
||||
text: "Join Our Private List",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Join Our Private List", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 VERY RICH. All rights reserved.",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 VERY RICH. All rights reserved.", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user