Merge version_1 into main #2
426
src/app/page.tsx
426
src/app/page.tsx
@@ -25,325 +25,125 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Midnight Prime"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Midnight Prime"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Latenight luxury. Legendary steaks. Always open."
|
||||
description="Sink into our signature booths, savor handcut prime rib, and experience the comfort of upscale dining—open until midnight and beyond."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "The best late-night dining experience in the city. The prime rib is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg?_wi=1",
|
||||
imageAlt: "luxury steakhouse dining table setting",
|
||||
},
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "An incredible atmosphere for a late-night celebration.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg?_wi=1",
|
||||
imageAlt: "luxury steakhouse lounge seating booths",
|
||||
},
|
||||
{
|
||||
name: "Robert Brown",
|
||||
handle: "@robertb",
|
||||
testimonial: "Consistently excellent service and high-quality steaks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg?_wi=1",
|
||||
imageAlt: "prime rib steak gourmet plated",
|
||||
},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm",
|
||||
testimonial: "Sophisticated, warm, and perfectly executed. A true gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg?_wi=1",
|
||||
imageAlt: "pan seared scallops gourmet dish",
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "My preferred spot for post-event dinners. Simply impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg?_wi=1",
|
||||
imageAlt: "creamy mashed potatoes side dish",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table Tonight",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg?_wi=2"
|
||||
imageAlt="Luxury steakhouse dining experience"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9628.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Prime Cut Steaks",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Late-Night Lounge",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Until Midnight",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Wine List",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Impeccable Service",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Latenight luxury. Legendary steaks. Always open."
|
||||
description="Sink into our signature booths, savor handcut prime rib, and experience the comfort of upscale dining—open until midnight and beyond."
|
||||
testimonials={[
|
||||
{ name: "John Doe", handle: "@johndoe", testimonial: "The best late-night dining experience in the city. The prime rib is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg", imageAlt: "luxury steakhouse dining table setting" },
|
||||
{ name: "Jane Smith", handle: "@janesmith", testimonial: "An incredible atmosphere for a late-night celebration.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg", imageAlt: "luxury steakhouse lounge seating booths" },
|
||||
{ name: "Robert Brown", handle: "@robertb", testimonial: "Consistently excellent service and high-quality steaks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg", imageAlt: "prime rib steak gourmet plated" },
|
||||
{ name: "Sarah Miller", handle: "@sarahm", testimonial: "Sophisticated, warm, and perfectly executed. A true gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg", imageAlt: "pan seared scallops gourmet dish" },
|
||||
{ name: "Michael Chen", handle: "@mchen", testimonial: "My preferred spot for post-event dinners. Simply impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg", imageAlt: "creamy mashed potatoes side dish" },
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Table Tonight", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg"
|
||||
imageAlt="Luxury steakhouse dining experience"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9628.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Prime Cut Steaks" },
|
||||
{ type: "text", text: "Late-Night Lounge" },
|
||||
{ type: "text", text: "Open Until Midnight" },
|
||||
{ type: "text", text: "Exquisite Wine List" },
|
||||
{ type: "text", text: "Impeccable Service" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Unmatched Comfort, Midnight Magic"
|
||||
description="Welcome to Midnight Prime, where luxury meets the night. Designed for the discerning diner who craves excellence after hours, our lounge offers a sanctuary of soft lighting, plush booths, and impeccable service. We redefine late-night dining with a commitment to quality that never sleeps."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Signature Prime Cuts",
|
||||
description: "Hand-cut meats sourced from the finest purveyors.",
|
||||
},
|
||||
{
|
||||
title: "Late-Night Lounge",
|
||||
description: "Atmospheric, quiet luxury open past midnight.",
|
||||
},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Service designed for discerning, affluent diners.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg?_wi=2"
|
||||
imageAlt="Our luxury steakhouse lounge interior"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Unmatched Comfort, Midnight Magic"
|
||||
description="Welcome to Midnight Prime, where luxury meets the night. Designed for the discerning diner who craves excellence after hours, our lounge offers a sanctuary of soft lighting, plush booths, and impeccable service. We redefine late-night dining with a commitment to quality that never sleeps."
|
||||
bulletPoints={[
|
||||
{ title: "Signature Prime Cuts", description: "Hand-cut meats sourced from the finest purveyors." },
|
||||
{ title: "Late-Night Lounge", description: "Atmospheric, quiet luxury open past midnight." },
|
||||
{ title: "Impeccable Service", description: "Service designed for discerning, affluent diners." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg"
|
||||
imageAlt="Our luxury steakhouse lounge interior"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aged Prime Rib",
|
||||
price: "$68",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg?_wi=2",
|
||||
imageAlt: "Aged Prime Rib",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg?_wi=2",
|
||||
imageAlt: "Pan-Seared Scallops",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Truffle Mashed Potatoes",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg?_wi=2",
|
||||
imageAlt: "Truffle Mashed Potatoes",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Wagyu Filet Mignon",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg?_wi=3",
|
||||
imageAlt: "Wagyu Filet Mignon",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Charred Octopus",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg?_wi=3",
|
||||
imageAlt: "Charred Octopus",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Roasted Asparagus",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg?_wi=3",
|
||||
imageAlt: "Roasted Asparagus",
|
||||
},
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="From prime rib to seasonal delicacies, curated for perfection."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Aged Prime Rib", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg", imageAlt: "Aged Prime Rib" },
|
||||
{ id: "2", name: "Pan-Seared Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg", imageAlt: "Pan-Seared Scallops" },
|
||||
{ id: "3", name: "Truffle Mashed Potatoes", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg", imageAlt: "Truffle Mashed Potatoes" },
|
||||
{ id: "4", name: "Wagyu Filet Mignon", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/grilled-stake-with-black-pepper-baked-potato-tomatoes-rosemary-board_140725-10939.jpg", imageAlt: "Wagyu Filet Mignon" },
|
||||
{ id: "5", name: "Charred Octopus", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg", imageAlt: "Charred Octopus" },
|
||||
{ id: "6", name: "Roasted Asparagus", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/fresh-potatoes-mashed-potatoes-top-view-black-background_114579-68765.jpg", imageAlt: "Roasted Asparagus" },
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="From prime rib to seasonal delicacies, curated for perfection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus V.",
|
||||
handle: "@marcusv",
|
||||
testimonial: "Finally, a place that takes late-night dining seriously. The service is exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena K.",
|
||||
handle: "@elenak",
|
||||
testimonial: "The atmosphere is unmatched. Perfect for late celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "I travel extensively, and this is truly one of the best steakhouses I've visited.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9628.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophia L.",
|
||||
handle: "@sophial",
|
||||
testimonial: "The prime rib is melt-in-your-mouth perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julian R.",
|
||||
handle: "@julianr",
|
||||
testimonial: "Midnight Prime is my go-to for professional late-night gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg",
|
||||
},
|
||||
]}
|
||||
title="A Legacy of Midnight Excellence"
|
||||
description="Hear what our guests say about their experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Marcus V.", handle: "@marcusv", testimonial: "Finally, a place that takes late-night dining seriously. The service is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg" },
|
||||
{ id: "2", name: "Elena K.", handle: "@elenak", testimonial: "The atmosphere is unmatched. Perfect for late celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
{ id: "3", name: "David W.", handle: "@davidw", testimonial: "I travel extensively, and this is truly one of the best steakhouses I've visited.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9628.jpg" },
|
||||
{ id: "4", name: "Sophia L.", handle: "@sophial", testimonial: "The prime rib is melt-in-your-mouth perfection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" },
|
||||
{ id: "5", name: "Julian R.", handle: "@julianr", testimonial: "Midnight Prime is my go-to for professional late-night gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg" },
|
||||
]}
|
||||
title="A Legacy of Midnight Excellence"
|
||||
description="Hear what our guests say about their experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Booking"
|
||||
title="Secure Your Booth"
|
||||
description="Reservations are recommended for late-night service. Join our priority list."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Booking"
|
||||
title="Secure Your Booth"
|
||||
description="Reservations are recommended for late-night service. Join our priority list."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "123 Prime Ave",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(555) 012-3456",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Midnight Prime Steakhouse"
|
||||
bottomRightText="Luxury Dining Since 1995"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "123 Prime Ave", href: "#" }, { label: "(555) 012-3456", href: "tel:5550123456" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Midnight Prime Steakhouse"
|
||||
bottomRightText="Luxury Dining Since 1995"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user