Merge version_1 into main #2
349
src/app/page.tsx
349
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Phones",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Accessories",
|
||||
id: "shop",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Phones", id: "gallery" },
|
||||
{ name: "Accessories", id: "shop" },
|
||||
{ name: "Visit Us", id: "contact" },
|
||||
]}
|
||||
brandName="Ashama Talk Link"
|
||||
/>
|
||||
@@ -55,116 +40,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Licensed Telecom Connectivity in Lagos"
|
||||
description="Ashama Talk Link Ventures – Your premier source for official SIM registration, latest Android devices, and premium accessories at 9 Olojo Drive, Ojo."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=1",
|
||||
imageAlt: "Telecom Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=2",
|
||||
imageAlt: "Tech Store",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=3",
|
||||
imageAlt: "Office Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=4",
|
||||
imageAlt: "Device Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=5",
|
||||
imageAlt: "Registration Desk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=6",
|
||||
imageAlt: "Store Exterior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Telecom Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Tech Store" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Office Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Device Display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Registration Desk" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Store Exterior" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=7",
|
||||
imageAlt: "Tech Setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=8",
|
||||
imageAlt: "Modern Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=9",
|
||||
imageAlt: "Customer Care",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=10",
|
||||
imageAlt: "Retail Space",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=11",
|
||||
imageAlt: "Connectivity Tech",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=12",
|
||||
imageAlt: "Network Devices",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Booking",
|
||||
href: "https://wa.me/234",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Tech Setup" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Modern Display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Customer Care" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Retail Space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Connectivity Tech" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", imageAlt: "Network Devices" }
|
||||
]}
|
||||
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/234" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074257.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-blond-female-earphones-isolated-grey-background_613910-9386.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074257.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-blond-female-earphones-isolated-grey-background_613910-9386.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ happy customers in Lagos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg",
|
||||
alt: "MTN",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg",
|
||||
alt: "Airtel",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg",
|
||||
alt: "Glo",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Official Registered Dealer",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Network Activation",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg", alt: "MTN" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg", alt: "Airtel" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg", alt: "Glo" },
|
||||
{ type: "text", text: "Official Registered Dealer" },
|
||||
{ type: "text", text: "Fast Network Activation" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,52 +84,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "MTN Registration",
|
||||
description: "Seamless SIM activation and high-speed data device setup.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg?_wi=1",
|
||||
imageAlt: "MTN Service",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg?_wi=2",
|
||||
imageAlt: "MTN Setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=13",
|
||||
imageAlt: "telecom store interior modern",
|
||||
},
|
||||
{
|
||||
title: "Airtel Direct",
|
||||
description: "Express registration and network data device provisioning.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg?_wi=1",
|
||||
imageAlt: "Airtel Service",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg?_wi=2",
|
||||
imageAlt: "Airtel Setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg?_wi=3",
|
||||
imageAlt: "sim card registration tech",
|
||||
},
|
||||
{
|
||||
title: "Glo Services",
|
||||
description: "Reliable SIM registration and specialized data solutions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=1",
|
||||
imageAlt: "Glo Service",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=2",
|
||||
imageAlt: "Glo Setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg?_wi=3",
|
||||
imageAlt: "mobile network office registration",
|
||||
},
|
||||
{ title: "MTN Registration", description: "Seamless SIM activation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg" } },
|
||||
{ title: "Airtel Direct", description: "Express registration.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg" } },
|
||||
{ title: "Glo Services", description: "Reliable SIM services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg" } }
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Official Network Services"
|
||||
description="Licensed registration and data solutions for Nigeria's leading networks."
|
||||
description="Licensed registration and data solutions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -229,52 +99,17 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Android Flagship A",
|
||||
price: "₦ 250,000",
|
||||
variant: "Android",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Feature Phone X",
|
||||
price: "₦ 15,000",
|
||||
variant: "Keypad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Professional Android",
|
||||
price: "₦ 180,000",
|
||||
variant: "Android",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Durable Keypad B",
|
||||
price: "₦ 12,000",
|
||||
variant: "Keypad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mid-Range Smartphone",
|
||||
price: "₦ 95,000",
|
||||
variant: "Android",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ultra-Durable Keypad",
|
||||
price: "₦ 18,000",
|
||||
variant: "Keypad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg?_wi=2",
|
||||
},
|
||||
{ id: "p1", name: "Android Flagship A", price: "₦ 250,000", variant: "Android", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg" },
|
||||
{ id: "p2", name: "Feature Phone X", price: "₦ 15,000", variant: "Keypad", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" },
|
||||
{ id: "p3", name: "Professional Android", price: "₦ 180,000", variant: "Android", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg" },
|
||||
{ id: "p4", name: "Durable Keypad B", price: "₦ 12,000", variant: "Keypad", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" },
|
||||
{ id: "p5", name: "Mid-Range Smartphone", price: "₦ 95,000", variant: "Android", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg" },
|
||||
{ id: "p6", name: "Ultra-Durable Keypad", price: "₦ 18,000", variant: "Keypad", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5228.jpg" }
|
||||
]}
|
||||
title="Phone Gallery"
|
||||
description="From high-end Android flagships to ultra-durable keypad phones."
|
||||
description="High-end Android flagships and durable keypad phones."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -282,48 +117,12 @@ export default function LandingPage() {
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "a1",
|
||||
name: "Power Bank 20k",
|
||||
price: "₦ 15,000",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074257.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "a2",
|
||||
name: "Noise Cancelling Headphones",
|
||||
price: "₦ 25,000",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-female-earphones-isolated-grey-background_613910-9386.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "a3",
|
||||
name: "USB-C Fast Charger",
|
||||
price: "₦ 5,000",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912816.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "a4",
|
||||
name: "Universal Cables",
|
||||
price: "₦ 2,500",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912816.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "a5",
|
||||
name: "Power Adapter Pro",
|
||||
price: "₦ 8,000",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074257.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "a6",
|
||||
name: "Bluetooth Speaker Mini",
|
||||
price: "₦ 12,000",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-female-earphones-isolated-grey-background_613910-9386.jpg?_wi=2",
|
||||
},
|
||||
{ id: "a1", name: "Power Bank 20k", price: "₦ 15,000", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074257.jpg" },
|
||||
{ id: "a2", name: "Noise Cancelling Headphones", price: "₦ 25,000", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-female-earphones-isolated-grey-background_613910-9386.jpg" },
|
||||
{ id: "a3", name: "USB-C Fast Charger", price: "₦ 5,000", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912816.jpg" },
|
||||
{ id: "a4", name: "Universal Cables", price: "₦ 2,500", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912816.jpg" },
|
||||
{ id: "a5", name: "Power Adapter Pro", price: "₦ 8,000", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074257.jpg" },
|
||||
{ id: "a6", name: "Bluetooth Speaker Mini", price: "₦ 12,000", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-female-earphones-isolated-grey-background_613910-9386.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -334,24 +133,10 @@ export default function LandingPage() {
|
||||
title="Visit Our Store"
|
||||
description="9 Olojo Drive, Ojo, Lagos. Verify our license in-store."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we assist you today?",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we assist you?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-pin-location-direction-position-graphic_53876-124530.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -360,40 +145,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Ashama Talk Link"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Phones",
|
||||
href: "#gallery",
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Verify License",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Phones", href: "#gallery" }, { label: "Visit Us", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Verify License", href: "#" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user