Merge version_1 into main #2
334
src/app/page.tsx
334
src/app/page.tsx
@@ -20,27 +20,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BusinessPro"
|
||||
/>
|
||||
@@ -49,108 +44,35 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Welcome to Your Business Solutions"
|
||||
description="Professional services tailored to your needs. Discover why clients trust us for high-quality results and exceptional support."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Smith",
|
||||
handle: "@alexs",
|
||||
testimonial: "Excellent service and professionalism throughout the project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-laptop-office_1098-1672.jpg?_wi=1",
|
||||
imageAlt: "Businesspeople working on laptop in office",
|
||||
},
|
||||
{
|
||||
name: "Jamie Doe",
|
||||
handle: "@jamied",
|
||||
testimonial: "The best experience I've had with a local business partner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-listening-their-workmate-talking_1098-1744.jpg?_wi=1",
|
||||
imageAlt: "Businesspeople working on laptop in office",
|
||||
},
|
||||
{
|
||||
name: "Morgan Lee",
|
||||
handle: "@morganl",
|
||||
testimonial: "High quality deliverables, delivered on time and within budget.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyone-is-good-mood-top-view-office-workers-classic-wear-sitting-near-table-using-laptop-documents_146671-13625.jpg?_wi=1",
|
||||
imageAlt: "Businesspeople working on laptop in office",
|
||||
},
|
||||
{
|
||||
name: "Taylor Ray",
|
||||
handle: "@taylorr",
|
||||
testimonial: "Highly recommended for any professional needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furious-displeased-director-throwing-paperwork-her-business-staff_482257-118739.jpg?_wi=1",
|
||||
imageAlt: "Businesspeople working on laptop in office",
|
||||
},
|
||||
{
|
||||
name: "Casey Jo",
|
||||
handle: "@caseyj",
|
||||
testimonial: "Exceptional communication and attention to detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cartoon-arrow-floor_23-2148488391.jpg?_wi=1",
|
||||
imageAlt: "Businesspeople working on laptop in office",
|
||||
},
|
||||
{ name: "Alex Smith", handle: "@alexs", testimonial: "Excellent service and professionalism throughout the project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-laptop-office_1098-1672.jpg", imageAlt: "Businesspeople working on laptop in office" },
|
||||
{ name: "Jamie Doe", handle: "@jamied", testimonial: "The best experience I've had with a local business partner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-listening-their-workmate-talking_1098-1744.jpg", imageAlt: "Businesspeople working on laptop in office" },
|
||||
{ name: "Morgan Lee", handle: "@morganl", testimonial: "High quality deliverables, delivered on time and within budget.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/everyone-is-good-mood-top-view-office-workers-classic-wear-sitting-near-table-using-laptop-documents_146671-13625.jpg", imageAlt: "Businesspeople working on laptop in office" },
|
||||
{ name: "Taylor Ray", handle: "@taylorr", testimonial: "Highly recommended for any professional needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/furious-displeased-director-throwing-paperwork-her-business-staff_482257-118739.jpg", imageAlt: "Businesspeople working on laptop in office" },
|
||||
{ name: "Casey Jo", handle: "@caseyj", testimonial: "Exceptional communication and attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cartoon-arrow-floor_23-2148488391.jpg", imageAlt: "Businesspeople working on laptop in office" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-working-laptop-office_1098-1672.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-working-laptop-office_1098-1672.jpg"
|
||||
imageAlt="Businesspeople working on laptop in office"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/professional-women-avatars_1107-15.jpg",
|
||||
alt: "Professional women avatars",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/businessmen-avatars-pack_23-2147535419.jpg",
|
||||
alt: "Businessmen avatars pack",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/teamwork-avatars-flat-design_23-2147552497.jpg",
|
||||
alt: "Teamwork avatars in flat design",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg",
|
||||
alt: "People designs collection",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/business-avatars-collection_23-2147533877.jpg",
|
||||
alt: "Business avatars collection",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-vector/professional-women-avatars_1107-15.jpg", alt: "Professional women avatars" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/businessmen-avatars-pack_23-2147535419.jpg", alt: "Businessmen avatars pack" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/teamwork-avatars-flat-design_23-2147552497.jpg", alt: "Teamwork avatars in flat design" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg", alt: "People designs collection" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/business-avatars-collection_23-2147533877.jpg", alt: "Business avatars collection" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100+ Projects Completed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Reach",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award Winning Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Dedicated Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Turnaround",
|
||||
},
|
||||
{ type: "text", text: "100+ Projects Completed" },
|
||||
{ type: "text", text: "Global Reach" },
|
||||
{ type: "text", text: "Award Winning Service" },
|
||||
{ type: "text", text: "24/7 Dedicated Support" },
|
||||
{ type: "text", text: "Fast Turnaround" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,7 +82,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Our Services"
|
||||
description="We specialize in delivering top-tier solutions that help your business grow. Our team is dedicated to excellence and customer satisfaction."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-listening-their-workmate-talking_1098-1744.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-listening-their-workmate-talking_1098-1744.jpg"
|
||||
imageAlt="Professional team working"
|
||||
/>
|
||||
</div>
|
||||
@@ -171,57 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Team",
|
||||
description: "Highly qualified professionals.",
|
||||
icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyone-is-good-mood-top-view-office-workers-classic-wear-sitting-near-table-using-laptop-documents_146671-13625.jpg?_wi=2",
|
||||
imageAlt: "expert professional team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furious-displeased-director-throwing-paperwork-her-business-staff_482257-118739.jpg?_wi=2",
|
||||
imageAlt: "modern office team meeting",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-listening-their-workmate-talking_1098-1744.jpg?_wi=3",
|
||||
imageAlt: "expert professional team",
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Rapid turnaround for your success.",
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cartoon-arrow-floor_23-2148488391.jpg?_wi=2",
|
||||
imageAlt: "fast speed abstract",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spring-time-change-concept_23-2149318322.jpg",
|
||||
imageAlt: "digital clock speed",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/premium-certified-quality-stamp_78370-1800.jpg",
|
||||
imageAlt: "expert professional team",
|
||||
},
|
||||
{
|
||||
title: "High Quality",
|
||||
description: "Quality assurance in every step.",
|
||||
icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16431.jpg",
|
||||
imageAlt: "quality assurance badge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=1",
|
||||
imageAlt: "top rated service quality",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg?_wi=1",
|
||||
imageAlt: "expert professional team",
|
||||
},
|
||||
{ title: "Expert Team", description: "Highly qualified professionals.", icon: Users, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/everyone-is-good-mood-top-view-office-workers-classic-wear-sitting-near-table-using-laptop-documents_146671-13625.jpg", imageAlt: "expert professional team" }, { imageSrc: "http://img.b2bpic.net/free-photo/furious-displeased-director-throwing-paperwork-her-business-staff_482257-118739.jpg", imageAlt: "modern office team meeting" }] },
|
||||
{ title: "Fast Delivery", description: "Rapid turnaround for your success.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cartoon-arrow-floor_23-2148488391.jpg", imageAlt: "fast speed abstract" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spring-time-change-concept_23-2149318322.jpg", imageAlt: "digital clock speed" }] },
|
||||
{ title: "High Quality", description: "Quality assurance in every step.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16431.jpg", imageAlt: "quality assurance badge" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageAlt: "top rated service quality" }] }
|
||||
]}
|
||||
title="Key Features"
|
||||
description="We offer a suite of services designed for maximum efficiency and results."
|
||||
@@ -235,21 +109,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
description: "Successful Projects",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
{ id: "m1", value: "100+", description: "Successful Projects" },
|
||||
{ id: "m2", value: "50+", description: "Happy Clients" },
|
||||
{ id: "m3", value: "99%", description: "Client Satisfaction" }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Numbers that reflect our dedication to your success."
|
||||
@@ -262,46 +124,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sj",
|
||||
testimonial: "Absolutely amazing experience, highly professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
handle: "@mc",
|
||||
testimonial: "Great attention to detail and very helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@er",
|
||||
testimonial: "Outstanding results, would definitely work again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against_1258-111768.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@dk",
|
||||
testimonial: "Top quality and fast execution.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anna P.",
|
||||
handle: "@ap",
|
||||
testimonial: "Highly recommended for all your needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", handle: "@sj", testimonial: "Absolutely amazing experience, highly professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg" },
|
||||
{ id: "t2", name: "Michael C.", handle: "@mc", testimonial: "Great attention to detail and very helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg" },
|
||||
{ id: "t3", name: "Emily R.", handle: "@er", testimonial: "Outstanding results, would definitely work again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against_1258-111768.jpg" },
|
||||
{ id: "t4", name: "David K.", handle: "@dk", testimonial: "Top quality and fast execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
|
||||
{ id: "t5", name: "Anna P.", handle: "@ap", testimonial: "Highly recommended for all your needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="What People Say"
|
||||
@@ -314,21 +141,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I get started?",
|
||||
content: "Just contact us via the form below.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What services do you offer?",
|
||||
content: "We offer a wide range of professional consulting services.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are your hours?",
|
||||
content: "We are open from Monday to Friday, 9am to 5pm.",
|
||||
},
|
||||
{ id: "f1", title: "How do I get started?", content: "Just contact us via the form below." },
|
||||
{ id: "f2", title: "What services do you offer?", content: "We offer a wide range of professional consulting services." },
|
||||
{ id: "f3", title: "What are your hours?", content: "We are open from Monday to Friday, 9am to 5pm." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers to frequently asked questions about our process."
|
||||
@@ -344,36 +159,9 @@ export default function LandingPage() {
|
||||
title="Latest Insights"
|
||||
description="Stay updated with our professional articles and business tips."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Business",
|
||||
title: "Improving Efficiency",
|
||||
excerpt: "Tips to boost your workflow...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-training-written-sticky-note-cup-tea-marker-female-hands-keyboard-lupa-notepad-blue-pink-markers-blue_140725-144549.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/businesspeople-teamwork-avatar-set-illustration_24877-58081.jpg",
|
||||
date: "2023-10-01",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Services",
|
||||
title: "Professional Growth",
|
||||
excerpt: "How to scale your business...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-growth-strategy-concept_53876-127411.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-handsome-man-posing_23-2148911841.jpg",
|
||||
date: "2023-10-02",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Tips",
|
||||
title: "Client Relations",
|
||||
excerpt: "Building better long-term bonds...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-walking-around-park_1157-15614.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg",
|
||||
date: "2023-10-03",
|
||||
},
|
||||
{ id: "b1", category: "Business", title: "Improving Efficiency", excerpt: "Tips to boost your workflow...", imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-training-written-sticky-note-cup-tea-marker-female-hands-keyboard-lupa-notepad-blue-pink-markers-blue_140725-144549.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-vector/businesspeople-teamwork-avatar-set-illustration_24877-58081.jpg", date: "2023-10-01" },
|
||||
{ id: "b2", category: "Services", title: "Professional Growth", excerpt: "How to scale your business...", imageSrc: "http://img.b2bpic.net/free-photo/business-growth-strategy-concept_53876-127411.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-handsome-man-posing_23-2148911841.jpg", date: "2023-10-02" },
|
||||
{ id: "b3", category: "Tips", title: "Client Relations", excerpt: "Building better long-term bonds...", imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-walking-around-park_1157-15614.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", date: "2023-10-03" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -384,18 +172,8 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="We'd love to hear from you. Fill out the form and we'll be in touch."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg"
|
||||
imageAlt="customer contact service desk"
|
||||
@@ -405,17 +183,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="BusinessPro"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user