Merge version_1 into main #3
@@ -2,226 +2,72 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Anime", id: "/anime" },
|
||||
{ name: "Watch Free", id: "#features" },
|
||||
{ name: "FAQs", id: "/faqs" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "Anime",
|
||||
id: "anime",
|
||||
href: "#anime-catalog",
|
||||
},
|
||||
{
|
||||
name: "Watch Free",
|
||||
id: "watch-free",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faqs",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="AnimeFlix Hindi"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#anime-catalog",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={navItems}
|
||||
brandName="AnimeFlix Hindi"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reach Out to AnimeFlix Hindi"
|
||||
description="Have a question, feedback, or need assistance? Fill out the form below, and our team will get back to you promptly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUGJOxrVi933hFXeJ6Lo4G9ZLq/a-stylized-3d-representation-of-a-futuri-1774536256768-63245fec.png?_wi=2"
|
||||
imageAlt="Futuristic support center illustration"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch with Us"
|
||||
description="Have questions, suggestions, or feedback? We'd love to hear from you!"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
|
||||
buttonText="Send Message"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUGJOxrVi933hFXeJ6Lo4G9ZLq/a-stylized-3d-representation-of-a-futuri-1774536256768-63245fec.png"
|
||||
imageAlt="Stylized 3D communication hub"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="support-channels" data-section="support-channels">
|
||||
<FeatureCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Live Chat Support",
|
||||
description: "Get instant help from our support agents for quick queries directly on our website.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUGJOxrVi933hFXeJ6Lo4G9ZLq/a-3d-icon-representing-a-play-button-wit-1774536256725-87ec9725.png?_wi=2",
|
||||
imageAlt: "Live chat icon",
|
||||
},
|
||||
{
|
||||
title: "Email Us Directly",
|
||||
description: "Send us a detailed email, and we'll respond within 24-48 hours for non-urgent matters.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUGJOxrVi933hFXeJ6Lo4G9ZLq/a-3d-icon-of-a-microphone-or-sound-wave--1774536256259-fc9733aa.png?_wi=2",
|
||||
imageAlt: "Email icon",
|
||||
},
|
||||
{
|
||||
title: "Connect on Social Media",
|
||||
description: "Stay updated with news, engage with our community, and send quick messages on our social channels.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUGJOxrVi933hFXeJ6Lo4G9ZLq/a-dynamic-3d-anime-character-poster-with-1774536259245-b2042a9e.png?_wi=2",
|
||||
imageAlt: "Social media icon",
|
||||
},
|
||||
]}
|
||||
title="Alternative Ways to Connect"
|
||||
description="We offer multiple channels for you to connect with us, ensuring you always get the support you need."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quick-answers" data-section="quick-answers">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long until I receive a response?",
|
||||
content: "We strive to respond to all inquiries within 24-48 business hours. Complex issues may take a bit longer.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I report bugs via this form?",
|
||||
content: "Yes, please do! Providing detailed information about any bugs or glitches helps us improve the service for everyone.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there a phone number for urgent issues?",
|
||||
content: "Currently, we offer support primarily through email and our live chat. For urgent issues, please use the live chat option during business hours.",
|
||||
},
|
||||
]}
|
||||
title="Common Contact Questions"
|
||||
description="You might find your answer here before sending us a message! Save time by checking these frequently asked questions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "All Anime",
|
||||
href: "/anime",
|
||||
},
|
||||
{
|
||||
label: "New Releases",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Popular Titles",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Genres",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="AnimeFlix Hindi"
|
||||
copyrightText="© 2024 AnimeFlix Hindi. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUGJOxrVi933hFXeJ6Lo4G9ZLq/a-seamless-loop-3d-animation-of-abstract-1774536257204-5c9294f8.png"
|
||||
videoAriaLabel="Abstract flowing particles background"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Anime Catalog", href: "/anime" }, { label: "Watch Free", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQs", href: "/faqs" }, { label: "Contact Us", href: "/contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
logoText="AnimeFlix Hindi"
|
||||
copyrightText="© 2024 AnimeFlix Hindi. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -2,246 +2,70 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { MessageSquare } from "lucide-react";
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function FaqsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Anime", id: "/anime" },
|
||||
{ name: "Watch Free", id: "#features" },
|
||||
{ name: "FAQs", id: "/faqs" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "Anime",
|
||||
id: "anime",
|
||||
href: "#anime-catalog",
|
||||
},
|
||||
{
|
||||
name: "Watch Free",
|
||||
id: "watch-free",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faqs",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="AnimeFlix Hindi"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#anime-catalog",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={navItems}
|
||||
brandName="AnimeFlix Hindi"
|
||||
button={{ text: "Get Started", href: "#faq" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="general-faqs" data-section="general-faqs">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is AnimeFlix Hindi?",
|
||||
content: "AnimeFlix Hindi is your go-to platform for streaming a vast library of Hindi-dubbed anime series and movies with a unique 3D UI experience, all for free!",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is AnimeFlix Hindi free to use?",
|
||||
content: "Yes, AnimeFlix Hindi offers a large collection of anime available to stream completely free of charge. We may offer premium features in the future, but core content remains free.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How often is new content added?",
|
||||
content: "We are constantly working to expand our library! New episodes and series are added weekly, ensuring there's always something fresh to watch.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What devices are supported?",
|
||||
content: "AnimeFlix Hindi is accessible via web browsers on desktops, laptops, tablets, and mobile devices. We recommend using a modern browser for the best 3D UI experience.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How can I change the audio language?",
|
||||
content: "Currently, all content is primarily dubbed in Hindi. For shows with multiple audio options, a language selection will be available in the player controls.",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you offer subtitles?",
|
||||
content: "While our focus is on Hindi dubbing, we aim to provide Hindi subtitles for most of our content, with English subtitles available for select titles.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about AnimeFlix Hindi, from streaming to account management."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "faq-1", title: "Is AnimeFlix Hindi really free?", content: "Yes, all content on AnimeFlix Hindi is completely free to watch. We believe in providing accessible entertainment to everyone." },
|
||||
{ id: "faq-2", title: "How often is new anime added?", content: "Our library is regularly updated with new episodes and series. Check back frequently for the latest additions!" },
|
||||
{ id: "faq-3", title: "Can I request specific anime titles?", content: "While we strive to provide a diverse range, you can suggest titles through our contact page. We value your feedback!" },
|
||||
{ id: "faq-4", title: "What devices are supported?", content: "AnimeFlix Hindi is optimized for viewing on desktops, laptops, tablets, and mobile phones, ensuring a seamless experience across all devices." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about AnimeFlix Hindi."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="technical-support-faqs" data-section="technical-support-faqs">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "I can't log in, what should I do?",
|
||||
content: "First, check your internet connection. If that's stable, try resetting your password. If issues persist, contact our support team.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Why is the video buffering?",
|
||||
content: "Buffering can be caused by a slow internet connection, high network traffic, or device performance. Try reducing video quality or clearing your browser cache.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I reset my password?",
|
||||
content: "Go to the login page and click 'Forgot Password'. Enter your registered email, and we'll send you instructions to reset it.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "The 3D UI isn't working correctly.",
|
||||
content: "Ensure your browser and graphics drivers are up to date. Try disabling any browser extensions that might interfere with rendering, or switch to a different browser.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How can I update my profile information?",
|
||||
content: "Log in to your account, navigate to 'Settings' or 'Profile', and you'll find options to update your personal details.",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "What are the system requirements for optimal viewing?",
|
||||
content: "We recommend a device with at least 4GB RAM, a modern multi-core processor, and an up-to-date web browser (Chrome, Firefox, Edge) for the best experience.",
|
||||
},
|
||||
]}
|
||||
title="Technical & Account Assistance"
|
||||
description="Encountering technical glitches or need help with your account? Our detailed FAQs cover common troubleshooting steps."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="still-have-questions" data-section="still-have-questions">
|
||||
<ContactFaq
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I request specific anime titles for dubbing?",
|
||||
content: "Yes! We welcome suggestions. Please use our 'Suggest Anime' form on the contact page to let us know what you'd like to see.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I report a bug or an issue?",
|
||||
content: "You can report bugs or technical issues through our contact form. Please provide as much detail as possible to help us resolve it quickly.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your customer service hours?",
|
||||
content: "Our customer service team is available Monday to Friday, 9:00 AM to 6:00 PM IST. We strive to respond to all inquiries within 24-48 hours.",
|
||||
},
|
||||
]}
|
||||
ctaTitle="Didn't find your answer?"
|
||||
ctaDescription="Our dedicated support team is ready to help you with any issue or query not covered in our FAQs. Reach out to us directly."
|
||||
ctaButton={{
|
||||
text: "Contact Support",
|
||||
href: "/contact",
|
||||
}}
|
||||
ctaIcon={MessageSquare}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "All Anime",
|
||||
href: "/anime",
|
||||
},
|
||||
{
|
||||
label: "New Releases",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Popular Titles",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Genres",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="AnimeFlix Hindi"
|
||||
copyrightText="© 2024 AnimeFlix Hindi. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUGJOxrVi933hFXeJ6Lo4G9ZLq/a-seamless-loop-3d-animation-of-abstract-1774536257204-5c9294f8.png"
|
||||
videoAriaLabel="Abstract flowing particles background"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Anime Catalog", href: "/anime" }, { label: "Watch Free", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQs", href: "/faqs" }, { label: "Contact Us", href: "/contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
logoText="AnimeFlix Hindi"
|
||||
copyrightText="© 2024 AnimeFlix Hindi. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user