Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
486
src/app/page.tsx
486
src/app/page.tsx
@@ -28,363 +28,153 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Vital Scales"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Vital Scales"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Vital Scales Zimbabwe"
|
||||
description="Precision weighing solutions and professional maintenance for industry across Zimbabwe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg",
|
||||
imageAlt: "Industrial scale maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-fresh-raw-vegetables-products-table-modern-kitchen-room-healthy-eating-organic-food_1157-41836.jpg",
|
||||
imageAlt: "Laboratory weighing instruments",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handmade-jewellery-workshop_23-2150931477.jpg",
|
||||
imageAlt: "Precision calibration services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541906.jpg",
|
||||
imageAlt: "Heavy-duty truck scales",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-car-dashboard-with-big-display_93675-128629.jpg",
|
||||
imageAlt: "Digital display instrumentation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-pretty-delivery-girl-red-uniform-cap-holding-clipboard-looking-camera-isolated-crimson-background-with-copy-space_141793-90735.jpg",
|
||||
imageAlt: "On-site repair team",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Vital Scales Zimbabwe"
|
||||
description="Precision weighing solutions and professional maintenance for industry across Zimbabwe."
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }, { text: "View Products", href: "#products" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg", imageAlt: "Industrial scale maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/set-fresh-raw-vegetables-products-table-modern-kitchen-room-healthy-eating-organic-food_1157-41836.jpg", imageAlt: "Laboratory weighing instruments" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handmade-jewellery-workshop_23-2150931477.jpg", imageAlt: "Precision calibration services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541906.jpg", imageAlt: "Heavy-duty truck scales" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-car-dashboard-with-big-display_93675-128629.jpg", imageAlt: "Digital display instrumentation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/confident-young-pretty-delivery-girl-red-uniform-cap-holding-clipboard-looking-camera-isolated-crimson-background-with-copy-space_141793-90735.jpg", imageAlt: "On-site repair team" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Decades of Precision"
|
||||
description="We specialize in keeping Zimbabwean industry moving with reliable, high-precision weighing systems and rapid repair services."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Scales Serviced",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Support Availability",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-pointing-finger-calculator-shirt-uniform-looking-anxious-front-view_176474-14091.jpg"
|
||||
imageAlt="Professional scale technician working"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Decades of Precision"
|
||||
description="We specialize in keeping Zimbabwean industry moving with reliable, high-precision weighing systems and rapid repair services."
|
||||
metrics={[{ value: "15+", title: "Years Experience" }, { value: "500+", title: "Scales Serviced" }, { value: "24/7", title: "Support Availability" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-pointing-finger-calculator-shirt-uniform-looking-anxious-front-view_176474-14091.jpg"
|
||||
imageAlt="Professional scale technician working"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Calibration",
|
||||
description: "ISO-standard calibration services for all laboratory and industrial balances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fair-trade-concept-composition_23-2149110871.jpg",
|
||||
imageAlt: "Calibration test",
|
||||
},
|
||||
{
|
||||
title: "On-Site Repairs",
|
||||
description: "Fast-response repair teams to minimize downtime for your critical weighing assets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880941.jpg",
|
||||
imageAlt: "Technician repairing scale",
|
||||
},
|
||||
{
|
||||
title: "Preventative Maintenance",
|
||||
description: "Tailored maintenance schedules to extend the lifespan of your weighing infrastructure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-dumbbell-measuring-tape-blank-paper-with-clipboard_23-2147882103.jpg",
|
||||
imageAlt: "Preventative maintenance tools",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Services"
|
||||
description="From calibration to complex repairs, we ensure compliance and accuracy for all weighing equipment."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Precision Calibration", description: "ISO-standard calibration services for all laboratory and industrial balances.", imageSrc: "http://img.b2bpic.net/free-photo/fair-trade-concept-composition_23-2149110871.jpg", imageAlt: "Calibration test" },
|
||||
{ title: "On-Site Repairs", description: "Fast-response repair teams to minimize downtime for your critical weighing assets.", imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880941.jpg", imageAlt: "Technician repairing scale" },
|
||||
{ title: "Preventative Maintenance", description: "Tailored maintenance schedules to extend the lifespan of your weighing infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-dumbbell-measuring-tape-blank-paper-with-clipboard_23-2147882103.jpg", imageAlt: "Preventative maintenance tools" },
|
||||
]}
|
||||
title="Comprehensive Services"
|
||||
description="From calibration to complex repairs, we ensure compliance and accuracy for all weighing equipment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "TechScale",
|
||||
name: "Heavy Duty Truck Scale",
|
||||
price: "P.O.A",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stairway-city_53876-23371.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "LabPrecise",
|
||||
name: "Analytical Balance",
|
||||
price: "$890",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-science-day-arrangement_23-2149132644.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "IndustrialPro",
|
||||
name: "Platform Floor Scale",
|
||||
price: "$1200",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189305.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "CompactWeight",
|
||||
name: "Portable Counting Scale",
|
||||
price: "$350",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-calculator_23-2148920638.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "FoodSense",
|
||||
name: "Retail POS Scale",
|
||||
price: "$450",
|
||||
rating: 4,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900639.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "LoadMaster",
|
||||
name: "Crane Weighing System",
|
||||
price: "$2800",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-uses-control-joystick-factory_140725-7624.jpg",
|
||||
},
|
||||
]}
|
||||
title="Industrial Scales"
|
||||
description="Explore our high-quality range of weighing equipment sourced from global leaders."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "TechScale", name: "Heavy Duty Truck Scale", price: "P.O.A", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/stairway-city_53876-23371.jpg" },
|
||||
{ id: "p2", brand: "LabPrecise", name: "Analytical Balance", price: "$890", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-science-day-arrangement_23-2149132644.jpg" },
|
||||
{ id: "p3", brand: "IndustrialPro", name: "Platform Floor Scale", price: "$1200", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189305.jpg" },
|
||||
{ id: "p4", brand: "CompactWeight", name: "Portable Counting Scale", price: "$350", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-calculator_23-2148920638.jpg" },
|
||||
{ id: "p5", brand: "FoodSense", name: "Retail POS Scale", price: "$450", rating: 4, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900639.jpg" },
|
||||
{ id: "p6", brand: "LoadMaster", name: "Crane Weighing System", price: "$2800", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/worker-uses-control-joystick-factory_140725-7624.jpg" },
|
||||
]}
|
||||
title="Industrial Scales"
|
||||
description="Explore our high-quality range of weighing equipment sourced from global leaders."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "Monthly",
|
||||
subtitle: "Basic monthly equipment check",
|
||||
features: [
|
||||
"Monthly Calibration",
|
||||
"Phone Support",
|
||||
"Parts Discount",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Operational",
|
||||
price: "Quarterly",
|
||||
subtitle: "Comprehensive site audits",
|
||||
features: [
|
||||
"Quarterly Calibration",
|
||||
"24/7 Response",
|
||||
"Priority Parts Access",
|
||||
"Calibration Certification",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Full-Service",
|
||||
price: "Annual",
|
||||
subtitle: "Full equipment ownership management",
|
||||
features: [
|
||||
"Annual Master Calibration",
|
||||
"All-inclusive Repairs",
|
||||
"Inventory Tracking",
|
||||
"Regulatory Reporting",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Maintenance Plans"
|
||||
description="Choose the right service frequency to keep your operations accurate and compliant."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "basic", badge: "Essential", price: "Monthly", subtitle: "Basic monthly equipment check", features: ["Monthly Calibration", "Phone Support", "Parts Discount"] },
|
||||
{ id: "pro", badge: "Operational", price: "Quarterly", subtitle: "Comprehensive site audits", features: ["Quarterly Calibration", "24/7 Response", "Priority Parts Access", "Calibration Certification"] },
|
||||
{ id: "enterprise", badge: "Full-Service", price: "Annual", subtitle: "Full equipment ownership management", features: ["Annual Master Calibration", "All-inclusive Repairs", "Inventory Tracking", "Regulatory Reporting"] },
|
||||
]}
|
||||
title="Maintenance Plans"
|
||||
description="Choose the right service frequency to keep your operations accurate and compliant."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Vital Scales transformed our warehouse operations. Their maintenance schedule is flawless and keeps our loading dock productive."
|
||||
rating={5}
|
||||
author="Tendai Moyo, Logistics Manager"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Tendai Moyo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151202451.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Vital Scales transformed our warehouse operations. Their maintenance schedule is flawless and keeps our loading dock productive."
|
||||
rating={5}
|
||||
author="Tendai Moyo, Logistics Manager"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Tendai Moyo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151202451.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Client 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How often should I calibrate my scales?",
|
||||
content: "Depending on usage frequency, we recommend at least every 6 months to ensure regulatory compliance.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide on-site services?",
|
||||
content: "Yes, our mobile units cover Harare and surrounding provinces for onsite calibration and repair.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your certifications recognized?",
|
||||
content: "All our calibration certificates are compliant with local standards for trade and industry.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150917662.jpg"
|
||||
imageAlt="FAQ Background Image"
|
||||
mediaAnimation="slide-up"
|
||||
title="Questions Answered"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How often should I calibrate my scales?", content: "Depending on usage frequency, we recommend at least every 6 months to ensure regulatory compliance." },
|
||||
{ id: "f2", title: "Do you provide on-site services?", content: "Yes, our mobile units cover Harare and surrounding provinces for onsite calibration and repair." },
|
||||
{ id: "f3", title: "Are your certifications recognized?", content: "All our calibration certificates are compliant with local standards for trade and industry." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150917662.jpg"
|
||||
imageAlt="FAQ Background Image"
|
||||
mediaAnimation="slide-up"
|
||||
title="Questions Answered"
|
||||
description="Our frequently asked questions about scale maintenance and services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="Need a Reliable Partner?"
|
||||
description="Send us your equipment details or request a service quotation today. We reply within 24 hours."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in touch"
|
||||
title="Need a Reliable Partner?"
|
||||
description="Send us your equipment details or request a service quotation today. We reply within 24 hours."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Vital Scales"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Vital Scales Zimbabwe. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Vital Scales"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Products", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Policy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Vital Scales Zimbabwe. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user