Merge version_1 into main #2
348
src/app/page.tsx
348
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="E-Luxe Shop"
|
||||
/>
|
||||
@@ -52,113 +40,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Timeless Elegance, Modern Style"
|
||||
description="Discover curated luxury collections designed for the contemporary lifestyle. Premium quality, redefined."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-fashion-concept-full-length-angry-woman-black-party-dress-high-heels-express-di_1258-160817.jpg?_wi=1",
|
||||
imageAlt: "Collection 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purse-lipstick_23-2147710699.jpg?_wi=1",
|
||||
imageAlt: "Collection 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-monsoon-season-sale_23-2150472588.jpg?_wi=1",
|
||||
imageAlt: "Collection 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-going-from-shopping_114579-17775.jpg",
|
||||
imageAlt: "Collection 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg",
|
||||
imageAlt: "Collection 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-decorative-branches-soft-lighting_24972-3108.jpg",
|
||||
imageAlt: "Collection 6",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-fashion-concept-full-length-angry-woman-black-party-dress-high-heels-express-di_1258-160817.jpg", imageAlt: "Collection 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/purse-lipstick_23-2147710699.jpg", imageAlt: "Collection 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-monsoon-season-sale_23-2150472588.jpg", imageAlt: "Collection 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-going-from-shopping_114579-17775.jpg", imageAlt: "Collection 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg", imageAlt: "Collection 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-decorative-branches-soft-lighting_24972-3108.jpg", imageAlt: "Collection 6" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg",
|
||||
imageAlt: "Collection 6",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-fashion-concept-full-length-shot-happy-young-woman-luxury-black-dress-jewelry-h_1258-161427.jpg",
|
||||
imageAlt: "Collection 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-promotion-fashion-shopping-discount_53876-123615.jpg",
|
||||
imageAlt: "Collection 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg",
|
||||
imageAlt: "Collection 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-with-cosmetics-woman-shoes-table_23-2148055218.jpg",
|
||||
imageAlt: "Collection 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-people-autumn-city_1157-31488.jpg",
|
||||
imageAlt: "Collection 1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg", imageAlt: "Collection 6" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beauty-fashion-concept-full-length-shot-happy-young-woman-luxury-black-dress-jewelry-h_1258-161427.jpg", imageAlt: "Collection 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sales-promotion-fashion-shopping-discount_53876-123615.jpg", imageAlt: "Collection 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", imageAlt: "Collection 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-with-cosmetics-woman-shoes-table_23-2148055218.jpg", imageAlt: "Collection 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/international-people-autumn-city_1157-31488.jpg", imageAlt: "Collection 1" },
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-surface-with-elements-father-s-day_23-2147625569.jpg",
|
||||
alt: "Shopper 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beige-wallpaper-eco-friendly-frame-disposable-tableware_53876-145656.jpg",
|
||||
alt: "Shopper 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vintage-paper-table-shoe-polishing-tools-jobs-career-concept_53876-128910.jpg",
|
||||
alt: "Shopper 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/composition-summer-objects_23-2147809930.jpg",
|
||||
alt: "Shopper 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/arrangement-black-friday-elements-with-copy-space_23-2148665532.jpg",
|
||||
alt: "Shopper 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/wooden-surface-with-elements-father-s-day_23-2147625569.jpg", alt: "Shopper 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beige-wallpaper-eco-friendly-frame-disposable-tableware_53876-145656.jpg", alt: "Shopper 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vintage-paper-table-shoe-polishing-tools-jobs-career-concept_53876-128910.jpg", alt: "Shopper 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/composition-summer-objects_23-2147809930.jpg", alt: "Shopper 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/arrangement-black-friday-elements-with-copy-space_23-2148665532.jpg", alt: "Shopper 5" },
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied luxury collectors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Free Global Shipping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Checkout",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lifetime Guarantee",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Personalized Concierge",
|
||||
},
|
||||
{ type: "text", text: "Free Global Shipping" },
|
||||
{ type: "text", text: "Secure Checkout" },
|
||||
{ type: "text", text: "Sustainable Sourcing" },
|
||||
{ type: "text", text: "Lifetime Guarantee" },
|
||||
{ type: "text", text: "Personalized Concierge" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,49 +83,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Tote",
|
||||
price: "$290",
|
||||
variant: "Leather",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-products-black-background_23-2148299630.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Chronograph",
|
||||
price: "$450",
|
||||
variant: "Stainless Steel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798086.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Aviator Shades",
|
||||
price: "$180",
|
||||
variant: "Gold Plated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163171.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Signature Scent",
|
||||
price: "$120",
|
||||
variant: "50ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083942.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Urban Loafers",
|
||||
price: "$320",
|
||||
variant: "Suede",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166112.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gemstone Studs",
|
||||
price: "$210",
|
||||
variant: "Diamond",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-elegantly-dressed-female-jewelry-worker-showing-beautiful-precious-earrings-with-gemstones-luxury-jewelry-store_613910-21266.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic Tote", price: "$290", variant: "Leather", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-products-black-background_23-2148299630.jpg" },
|
||||
{ id: "p2", name: "Modern Chronograph", price: "$450", variant: "Stainless Steel", imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798086.jpg" },
|
||||
{ id: "p3", name: "Aviator Shades", price: "$180", variant: "Gold Plated", imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163171.jpg" },
|
||||
{ id: "p4", name: "Signature Scent", price: "$120", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083942.jpg" },
|
||||
{ id: "p5", name: "Urban Loafers", price: "$320", variant: "Suede", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166112.jpg" },
|
||||
{ id: "p6", name: "Gemstone Studs", price: "$210", variant: "Diamond", imageSrc: "http://img.b2bpic.net/free-photo/smiling-elegantly-dressed-female-jewelry-worker-showing-beautiful-precious-earrings-with-gemstones-luxury-jewelry-store_613910-21266.jpg" },
|
||||
]}
|
||||
title="New Arrivals"
|
||||
description="Explore our latest curated luxury items for every season."
|
||||
@@ -219,44 +99,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "We source only the finest sustainable materials to ensure lasting beauty.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-day-day-activity-while-waring-string-finger-remember-something-important_23-2151062287.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-shirt-holding-coffee_23-2148316542.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-fashion-concept-full-length-angry-woman-black-party-dress-high-heels-express-di_1258-160817.jpg?_wi=2",
|
||||
imageAlt: "minimalist interface phone mockup",
|
||||
title: "Premium Materials", description: "We source only the finest sustainable materials to ensure lasting beauty.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-doing-day-day-activity-while-waring-string-finger-remember-something-important_23-2151062287.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blond-man-shirt-holding-coffee_23-2148316542.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Ethical Sourcing",
|
||||
description: "Every product is crafted with respect for artisans and the environment.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-shopping-cart-with-sheep-e-commerce-promotion_187299-47584.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-template_23-2148663605.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purse-lipstick_23-2147710699.jpg?_wi=2",
|
||||
imageAlt: "minimalist interface phone mockup",
|
||||
title: "Ethical Sourcing", description: "Every product is crafted with respect for artisans and the environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-shopping-cart-with-sheep-e-commerce-promotion_187299-47584.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-template_23-2148663605.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Lifetime Quality",
|
||||
description: "Built to endure, our products represent an investment in timeless style.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-glassmorphism-mobile-app-template_23-2149436265.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sales-arrangement-with-shopping-cart-smartphone_23-2149093518.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-monsoon-season-sale_23-2150472588.jpg?_wi=2",
|
||||
imageAlt: "minimalist interface phone mockup",
|
||||
title: "Lifetime Quality", description: "Built to endure, our products represent an investment in timeless style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/realistic-glassmorphism-mobile-app-template_23-2149436265.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sales-arrangement-with-shopping-cart-smartphone_23-2149093518.jpg" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -270,14 +127,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue",
|
||||
"Harper's Bazaar",
|
||||
"Architectural Digest",
|
||||
"GQ",
|
||||
"Wallpaper",
|
||||
"Elle Decor",
|
||||
"Monocle",
|
||||
]}
|
||||
"Vogue", "Harper's Bazaar", "Architectural Digest", "GQ", "Wallpaper", "Elle Decor", "Monocle"]}
|
||||
title="As Featured In"
|
||||
description="Our work has been recognized globally by top design and lifestyle publications."
|
||||
/>
|
||||
@@ -288,46 +138,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exquisite Quality",
|
||||
quote: "The craftsmanship is simply unmatched. Totally love my new bag.",
|
||||
name: "Sarah J.",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624087.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "A True Investment",
|
||||
quote: "Best purchase I've made this year. Elegant and incredibly durable.",
|
||||
name: "Mark D.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Unmatched Aesthetic",
|
||||
quote: "Beautiful minimalist design that speaks for itself. Simply stunning.",
|
||||
name: "Elena R.",
|
||||
role: "Fashion Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Seamless Experience",
|
||||
quote: "Loved the fast shipping and the packaging was just gorgeous.",
|
||||
name: "James L.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4516.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Top-Tier Luxury",
|
||||
quote: "Every detail matters and it shows in the final product. Highly recommended.",
|
||||
name: "Maria K.",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Exquisite Quality", quote: "The craftsmanship is simply unmatched. Totally love my new bag.", name: "Sarah J.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624087.jpg" },
|
||||
{ id: "t2", title: "A True Investment", quote: "Best purchase I've made this year. Elegant and incredibly durable.", name: "Mark D.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" },
|
||||
{ id: "t3", title: "Unmatched Aesthetic", quote: "Beautiful minimalist design that speaks for itself. Simply stunning.", name: "Elena R.", role: "Fashion Stylist", imageSrc: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg" },
|
||||
{ id: "t4", title: "Seamless Experience", quote: "Loved the fast shipping and the packaging was just gorgeous.", name: "James L.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4516.jpg" },
|
||||
{ id: "t5", title: "Top-Tier Luxury", quote: "Every detail matters and it shows in the final product. Highly recommended.", name: "Maria K.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="What our esteemed customers have to say about their experience."
|
||||
@@ -337,18 +152,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Need Assistance?"
|
||||
description="Our dedicated concierge team is ready to help you with any questions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -358,54 +166,24 @@ export default function LandingPage() {
|
||||
logoText="E-Luxe"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "#products" },
|
||||
{ label: "New Arrivals", href: "#products" },
|
||||
{ label: "Best Sellers", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Our Story", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Accessibility",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -414,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user