Merge version_3 into main #2
280
src/app/page.tsx
280
src/app/page.tsx
@@ -29,33 +29,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "The Tee",
|
||||
id: "/product-detail",
|
||||
},
|
||||
name: "The Tee", id: "/product-detail"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Size Guide",
|
||||
id: "/size-guide",
|
||||
},
|
||||
name: "Size Guide", id: "/size-guide"},
|
||||
{
|
||||
name: "Shipping & Returns",
|
||||
id: "/shipping-returns",
|
||||
},
|
||||
name: "Shipping & Returns", id: "/shipping-returns"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="VERY RICH"
|
||||
bottomLeftText="Luxury Essentials"
|
||||
@@ -66,47 +52,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="A Statement In Its Finest Form."
|
||||
description="Confidence, cut in cotton. Our signature tee, elevated. Wear the message, keep the mystery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop the Signature Tee",
|
||||
href: "/product-detail",
|
||||
},
|
||||
text: "Shop the Signature Tee", href: "/product-detail"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-man-dressed-size-tshirt-jeans-fashion-male-isolated-studio-posing-near-yellow-wall_158538-26390.jpg",
|
||||
imageAlt: "Model confidently wearing the signature 'I am very rich' T-shirt in a minimalist studio setting.",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-man-dressed-size-tshirt-jeans-fashion-male-isolated-studio-posing-near-yellow-wall_158538-26390.jpg", imageAlt: "Model confidently wearing the signature 'I am very rich' T-shirt in a minimalist studio setting."},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg",
|
||||
imageAlt: "Close-up of the premium fabric and elegant drape of the 'I am very rich' T-shirt.",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg", imageAlt: "Close-up of the premium fabric and elegant drape of the 'I am very rich' T-shirt."},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-blonde-hair-poses-white-suit-by-ladder_8353-5468.jpg",
|
||||
imageAlt: "Fashion-forward shot of the T-shirt as a high-status design piece on a model.",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-blonde-hair-poses-white-suit-by-ladder_8353-5468.jpg", imageAlt: "Fashion-forward shot of the T-shirt as a high-status design piece on a model."},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg",
|
||||
imageAlt: "Clean, cinematic view of the 'I am very rich' T-shirt highlighting its minimalist luxury.",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg", imageAlt: "Clean, cinematic view of the 'I am very rich' T-shirt highlighting its minimalist luxury."},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-different-people-posing-together_23-2149323010.jpg",
|
||||
imageAlt: "Editorial style image showing the refined aesthetic of the signature T-shirt.",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-different-people-posing-together_23-2149323010.jpg", imageAlt: "Editorial style image showing the refined aesthetic of the signature T-shirt."},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916389.jpg",
|
||||
imageAlt: "Model in a confident pose, showcasing the silhouette and texture of the luxury T-shirt.",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916389.jpg", imageAlt: "Model in a confident pose, showcasing the silhouette and texture of the luxury T-shirt."},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -131,109 +96,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
brand: "VERY RICH",
|
||||
name: "Signature 'I Am Very Rich' Tee",
|
||||
price: "$250.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448772.jpg",
|
||||
imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background.",
|
||||
},
|
||||
id: "product-1", brand: "VERY RICH", name: "Signature 'I Am Very Rich' Tee", price: "$250.00", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448772.jpg", imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background."},
|
||||
{
|
||||
id: "product-2",
|
||||
brand: "VERY RICH",
|
||||
name: "Signature 'I Am Very Rich' Tee",
|
||||
price: "$250.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dramatic-black-white-leaves-landscape_23-2150037723.jpg",
|
||||
imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background.",
|
||||
},
|
||||
id: "product-2", brand: "VERY RICH", name: "Signature 'I Am Very Rich' Tee", price: "$250.00", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/dramatic-black-white-leaves-landscape_23-2150037723.jpg", imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background."},
|
||||
{
|
||||
id: "product-3",
|
||||
brand: "VERY RICH",
|
||||
name: "Signature 'I Am Very Rich' Tee",
|
||||
price: "$250.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flowers-petals-leaves-t-shirt_206273-18.jpg",
|
||||
imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background.",
|
||||
},
|
||||
id: "product-3", brand: "VERY RICH", name: "Signature 'I Am Very Rich' Tee", price: "$250.00", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/flowers-petals-leaves-t-shirt_206273-18.jpg", imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background."},
|
||||
{
|
||||
id: "product-4",
|
||||
brand: "VERY RICH",
|
||||
name: "Signature 'I Am Very Rich' Tee",
|
||||
price: "$250.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-view-smiling-woman-with-green-gel-patches-dancing-with-phone_197531-32455.jpg",
|
||||
imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background.",
|
||||
},
|
||||
id: "product-4", brand: "VERY RICH", name: "Signature 'I Am Very Rich' Tee", price: "$250.00", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/full-view-smiling-woman-with-green-gel-patches-dancing-with-phone_197531-32455.jpg", imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background."},
|
||||
{
|
||||
id: "product-5",
|
||||
brand: "VERY RICH",
|
||||
name: "Signature 'I Am Very Rich' Tee",
|
||||
price: "$250.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-cap-pointing-both-sides-looking-confident-front-view_176474-54692.jpg",
|
||||
imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background.",
|
||||
},
|
||||
id: "product-5", brand: "VERY RICH", name: "Signature 'I Am Very Rich' Tee", price: "$250.00", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-cap-pointing-both-sides-looking-confident-front-view_176474-54692.jpg", imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background."},
|
||||
{
|
||||
id: "product-6",
|
||||
brand: "VERY RICH",
|
||||
name: "Signature 'I Am Very Rich' Tee",
|
||||
price: "$250.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/t-shirt_1203-8046.jpg",
|
||||
imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background.",
|
||||
},
|
||||
id: "product-6", brand: "VERY RICH", name: "Signature 'I Am Very Rich' Tee", price: "$250.00", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/t-shirt_1203-8046.jpg", imageAlt: "Front view of the premium 'I am very rich' T-shirt on a minimalist background."},
|
||||
]}
|
||||
title="The Signature Tee"
|
||||
description="Elevated. Confident. Iconic. Our one essential garment, designed for those who know their worth. Crafted from the finest materials, with a fit that commands attention and a statement that resonates."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="editorial-lookbook" data-section="editorial-lookbook">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "lookbook-1",
|
||||
title: "Confident Presence",
|
||||
descriptions: [
|
||||
"Minimal backgrounds, maximum impact.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-black-clothes-posing-near-wall_158538-13723.jpg",
|
||||
imageAlt: "Model in a confident pose showcasing the signature T-shirt, minimal background.",
|
||||
},
|
||||
{
|
||||
id: "lookbook-2",
|
||||
title: "Luxury in Motion",
|
||||
descriptions: [
|
||||
"Focus on silhouette, drape, and texture.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-wall_23-2148415942.jpg",
|
||||
imageAlt: "Stylish model in a luxury T-shirt, highlighting fluid drape and premium fabric.",
|
||||
},
|
||||
{
|
||||
id: "lookbook-3",
|
||||
title: "Curated Aesthetic",
|
||||
descriptions: [
|
||||
"High-end art direction, quiet luxury energy.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-dirty-woman-man-work-as-team-holds-paint-bucket-brushes-painting-house-after-relocation-wear-casual-clothes-imrpove-apartment-home-makeover-team-work-renovation-concept_273609-45167.jpg",
|
||||
imageAlt: "Artistic shot of the T-shirt with subtle lighting, emphasizing minimalist luxury.",
|
||||
},
|
||||
]}
|
||||
title="Editorial. Elevated. Exclusive."
|
||||
description="Step into our world of curated style. Each image tells a story of presence, confidence, and the unmistakable quality that defines VERY RICH."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quality-craftsmanship" data-section="quality-craftsmanship">
|
||||
<FeatureCardTwentySeven
|
||||
@@ -242,35 +127,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "quality-1",
|
||||
title: "Premium Fabric Blend",
|
||||
descriptions: [
|
||||
"Experience the refined touch of our exclusive cotton blend, engineered for comfort and lasting elegance.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg",
|
||||
imageAlt: "Close-up of premium cotton fabric texture.",
|
||||
},
|
||||
id: "quality-1", title: "Premium Fabric Blend", descriptions: [
|
||||
"Experience the refined touch of our exclusive cotton blend, engineered for comfort and lasting elegance."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg", imageAlt: "Close-up of premium cotton fabric texture."},
|
||||
{
|
||||
id: "quality-2",
|
||||
title: "Precision Finishing",
|
||||
descriptions: [
|
||||
"Structured yet comfortable, our tailored fit and precision finishing ensure a silhouette that commands attention.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-concept_23-2148445159.jpg",
|
||||
imageAlt: "Detail shot of a garment's precision stitching and finishing.",
|
||||
},
|
||||
id: "quality-2", title: "Precision Finishing", descriptions: [
|
||||
"Structured yet comfortable, our tailored fit and precision finishing ensure a silhouette that commands attention."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-concept_23-2148445159.jpg", imageAlt: "Detail shot of a garment's precision stitching and finishing."},
|
||||
{
|
||||
id: "quality-3",
|
||||
title: "Artisan Print Application",
|
||||
descriptions: [
|
||||
"The iconic 'I am very rich' statement is applied with advanced techniques for vivid clarity and enduring quality.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-mockup-logo-design-vector_53876-34928.jpg",
|
||||
imageAlt: "Close-up of the 'I am very rich' print on the T-shirt, highlighting its quality.",
|
||||
},
|
||||
id: "quality-3", title: "Artisan Print Application", descriptions: [
|
||||
"The iconic 'I am very rich' statement is applied with advanced techniques for vivid clarity and enduring quality."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-mockup-logo-design-vector_53876-34928.jpg", imageAlt: "Close-up of the 'I am very rich' print on the T-shirt, highlighting its quality."},
|
||||
]}
|
||||
title="Uncompromising Quality. Unrivaled Craftsmanship."
|
||||
description="Every VERY RICH garment is a testament to meticulous design and superior execution. We believe true luxury is felt in every thread, every stitch, every wear."
|
||||
title="Crafted for Distinction: The Signature Tee's Unrivaled Quality"
|
||||
description="Every element of the VERY RICH Signature Tee is a testament to our commitment to excellence. From the curated fabric to the precision of each stitch, we ensure a garment that embodies true luxury and enduring style."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -282,63 +152,27 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Eleanor Vance",
|
||||
handle: "@eleanorvance",
|
||||
testimonial: "The 'I am very rich' tee from VERY RICH is more than just a shirt; it's an experience. The fabric, the fit, the way it makes you feel—unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg",
|
||||
imageAlt: "Eleanor Vance, a stylish woman, giving a testimonial.",
|
||||
},
|
||||
id: "t-1", name: "Eleanor Vance", handle: "@eleanorvance", testimonial: "The 'I am very rich' tee from VERY RICH is more than just a shirt; it's an experience. The fabric, the fit, the way it makes you feel—unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg", imageAlt: "Eleanor Vance, a stylish woman, giving a testimonial."},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Julian Hayes",
|
||||
handle: "@julian_h",
|
||||
testimonial: "Finally, a statement piece that delivers on every promise. The craftsmanship is evident, and the presence it creates is undeniable. A true luxury investment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg",
|
||||
imageAlt: "Julian Hayes, a confident man, endorsing the brand.",
|
||||
},
|
||||
id: "t-2", name: "Julian Hayes", handle: "@julian_h", testimonial: "Finally, a statement piece that delivers on every promise. The craftsmanship is evident, and the presence it creates is undeniable. A true luxury investment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", imageAlt: "Julian Hayes, a confident man, endorsing the brand."},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Isabella Rossi",
|
||||
handle: "@rossi_isabella",
|
||||
testimonial: "This T-shirt perfectly captures confident minimalism. It's sophisticated, exclusive, and instantly elevates any look. My new go-to luxury essential.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-white-woman-with-beautiful-smile-making-selfie-confident-pose_197531-7163.jpg",
|
||||
imageAlt: "Isabella Rossi, an elegant woman, sharing her experience.",
|
||||
},
|
||||
id: "t-3", name: "Isabella Rossi", handle: "@rossi_isabella", testimonial: "This T-shirt perfectly captures confident minimalism. It's sophisticated, exclusive, and instantly elevates any look. My new go-to luxury essential.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-white-woman-with-beautiful-smile-making-selfie-confident-pose_197531-7163.jpg", imageAlt: "Isabella Rossi, an elegant woman, sharing her experience."},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@marcusthorne",
|
||||
testimonial: "From the exquisite packaging to the impeccable fabric, VERY RICH redefines what a luxury T-shirt can be. It's a statement, beautifully made.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
|
||||
imageAlt: "Marcus Thorne, a discerning gentleman, providing feedback.",
|
||||
},
|
||||
id: "t-4", name: "Marcus Thorne", handle: "@marcusthorne", testimonial: "From the exquisite packaging to the impeccable fabric, VERY RICH redefines what a luxury T-shirt can be. It's a statement, beautifully made.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", imageAlt: "Marcus Thorne, a discerning gentleman, providing feedback."},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Chloe Sterling",
|
||||
handle: "@chloe.s",
|
||||
testimonial: "I appreciate brands that focus on quality and design. VERY RICH has exceeded my expectations. The tee feels incredible and carries its message with such class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2625.jpg",
|
||||
imageAlt: "Chloe Sterling, a fashion enthusiast, praising the T-shirt.",
|
||||
},
|
||||
id: "t-5", name: "Chloe Sterling", handle: "@chloe.s", testimonial: "I appreciate brands that focus on quality and design. VERY RICH has exceeded my expectations. The tee feels incredible and carries its message with such class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2625.jpg", imageAlt: "Chloe Sterling, a fashion enthusiast, praising the T-shirt."},
|
||||
{
|
||||
id: "t-6",
|
||||
name: "Victor Chen",
|
||||
handle: "@victor_c",
|
||||
testimonial: "The attention to detail is superb. This isn't just a shirt; it's a conversation starter, a symbol of quiet affluence. Absolutely worth it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-helping-cutomer_23-2148924084.jpg",
|
||||
imageAlt: "Victor Chen, a stylish individual, giving a glowing review.",
|
||||
},
|
||||
id: "t-6", name: "Victor Chen", handle: "@victor_c", testimonial: "The attention to detail is superb. This isn't just a shirt; it's a conversation starter, a symbol of quiet affluence. Absolutely worth it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-helping-cutomer_23-2148924084.jpg", imageAlt: "Victor Chen, a stylish individual, giving a glowing review."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Distinction"
|
||||
description="Our clientele speaks for itself. Discover why discerning individuals choose VERY RICH for their statement pieces."
|
||||
title="Hear From Our Discerning Clientele"
|
||||
description="Experience the luxury through the words of those who wear the VERY RICH Signature Tee. Their testimonials reflect the unparalleled quality and confident statement our product embodies."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -346,16 +180,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="VERY RICH"
|
||||
leftLink={{
|
||||
text: "Join Our Private List",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Shop the Signature Tee", href: "/product-detail"}}
|
||||
rightLink={{
|
||||
text: "© 2024 VERY RICH. All rights reserved.",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Customer Support", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user