Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e4b7aebceb | |||
| 6c17834381 | |||
| d1507adf87 | |||
| b0a1b7378a | |||
| a730fdced3 | |||
| 857e072a5c | |||
| 63cfb5e030 | |||
| ced8afda99 |
500
src/app/page.tsx
500
src/app/page.tsx
@@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import { Leaf, ShieldCheck, Sparkles } from "lucide-react";
|
import { Star, ShieldCheck, Users, CalendarClock, Target } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -20,379 +20,129 @@ export default function LandingPage() {
|
|||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="directional-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
|
contentWidth="mediumLarge"
|
||||||
|
sizing="large"
|
||||||
|
background="noiseDiagonalGradient"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "About", id: "about" },
|
||||||
name: "About",
|
{ name: "Services", id: "features" },
|
||||||
id: "#about",
|
{ name: "Estimates", id: "pricing" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
]}
|
||||||
name: "Features",
|
brandName="Clean Zone PH"
|
||||||
id: "#features",
|
button={{ text: "Get a Quote", href: "#contact" }}
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
name: "Pricing",
|
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
brandName="PureClean"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardTestimonial
|
<HeroBillboardGallery
|
||||||
useInvertedBackground={false}
|
title="Clean Zone PH: Executive Pro Deep Cleaning"
|
||||||
background={{
|
description="With over 7 years of industry experience and a 5.0-star rating, we redefine cleaning through efficiency and unwavering attention to detail."
|
||||||
variant: "gradient-bars",
|
mediaAnimation="blur-reveal"
|
||||||
}}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="A Spotless Home, Every Single Time"
|
mediaItems={[
|
||||||
description="Experience premium residential and commercial cleaning services designed for your lifestyle. We bring shine and peace of mind back to your space."
|
{ imageSrc: "http://img.b2bpic.net/free-photo/young-mother-cleaning-shelves-house_23-2148713680.jpg?_wi=1", imageAlt: "Professional Cleaning" },
|
||||||
testimonials={[
|
{ imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-singing-together-while-cleaning-apartment_482257-71.jpg?_wi=1", imageAlt: "Eco-friendly sanitization" },
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-couch_23-2148751493.jpg?_wi=1", imageAlt: "Detail oriented cleaning" }
|
||||||
name: "Alice D.",
|
]}
|
||||||
handle: "@aliced",
|
buttons={[{ text: "Get an Online Estimate", href: "#pricing" }]}
|
||||||
testimonial: "The best cleaning service I've ever used. My home was spotless!",
|
/>
|
||||||
rating: 5,
|
</div>
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-mother-cleaning-shelves-house_23-2148713680.jpg?_wi=1",
|
|
||||||
imageAlt: "Young mother cleaning the shelves in the house",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Mark S.",
|
|
||||||
handle: "@marks",
|
|
||||||
testimonial: "Professional, punctual, and incredibly thorough. Highly recommend.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-singing-together-while-cleaning-apartment_482257-71.jpg?_wi=1",
|
|
||||||
imageAlt: "Young mother cleaning the shelves in the house",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Elena R.",
|
|
||||||
handle: "@elenar",
|
|
||||||
testimonial: "Finally found a team I can trust with my property.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-couch_23-2148751493.jpg?_wi=1",
|
|
||||||
imageAlt: "Young mother cleaning the shelves in the house",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "David W.",
|
|
||||||
handle: "@davidw",
|
|
||||||
testimonial: "Exceptional attention to detail in every room.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=1",
|
|
||||||
imageAlt: "Young mother cleaning the shelves in the house",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Sarah P.",
|
|
||||||
handle: "@sarahp",
|
|
||||||
testimonial: "Refreshing clean, lovely professional staff.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-rubber-gloves-cleaning_1163-2431.jpg?_wi=1",
|
|
||||||
imageAlt: "Young mother cleaning the shelves in the house",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Book Now",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-mother-cleaning-shelves-house_23-2148713680.jpg?_wi=2"
|
|
||||||
imageAlt="Young mother cleaning the shelves in the house"
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/couple-embracing-while-cleaning_23-2147766999.jpg",
|
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/man-gloves-closing-eyes-girlfriend_23-2147766989.jpg",
|
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-with-husband-cleaning-wooden-furiture-with-rag_1398-3802.jpg",
|
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/man-woman-putting-rubber-gloves_23-2147766988.jpg",
|
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-showing-papers-laptop_23-2148751501.jpg",
|
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatarText="Trusted by 5,000+ happy clients"
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Eco-Friendly",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "100% Guaranteed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Verified Professionals",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Fully Insured",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Fast Booking",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<AboutMetric
|
||||||
useInvertedBackground={true}
|
title="Proven Excellence Since 2017"
|
||||||
title="Dedication to Hygiene and Perfection"
|
useInvertedBackground={true}
|
||||||
tag="Our Mission"
|
metricsAnimation="slide-up"
|
||||||
/>
|
metrics={[
|
||||||
</div>
|
{ icon: Star, label: "Google Rated", value: "5.0" },
|
||||||
|
{ icon: CalendarClock, label: "Years of Experience", value: "7+" },
|
||||||
|
{ icon: Target, label: "Attention to Detail", value: "100%" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureBento
|
<FeatureCardTwelve
|
||||||
animationType="slide-up"
|
title="Executive Pro Deep Cleaning Services"
|
||||||
textboxLayout="split"
|
description="Our professional-grade cleaning protocols ensure every corner is treated with efficiency and precision."
|
||||||
useInvertedBackground={false}
|
animationType="slide-up"
|
||||||
features={[
|
textboxLayout="split"
|
||||||
{
|
useInvertedBackground={false}
|
||||||
title: "Eco-Friendly Products",
|
features={[
|
||||||
description: "Safe for pets and children.",
|
{
|
||||||
bentoComponent: "reveal-icon",
|
id: "f1", label: "Executive Deep Clean", title: "Full Property Restoration", items: ["High-touch surface sterilization", "Deep sanitation protocols", "Dusting and detail polishing", "Professional grade disinfection"],
|
||||||
icon: Leaf,
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-cahir-working-computer_1303-24981.jpg",
|
{
|
||||||
imageAlt: "Young business woman sitting in a cahir and working on computer",
|
id: "f2", label: "Efficiency", title: "Optimized Scheduling", items: ["Rapid turnaround times", "Professional team coordination", "Seamless booking process", "Strict punctuality adherence"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Verified Staff",
|
id: "f3", label: "Quality", title: "Unmatched Precision", items: ["Every nook cleaned", "Baseboard and trim detailing", "Fixture shine and polish", "Sanitary focused scrubbing"],
|
||||||
description: "Background checked professionals.",
|
}
|
||||||
bentoComponent: "reveal-icon",
|
]}
|
||||||
icon: ShieldCheck,
|
/>
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-singing-together-while-cleaning-apartment_482257-71.jpg?_wi=2",
|
</div>
|
||||||
imageAlt: "Young business woman sitting in a cahir and working on computer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "100% Satisfaction",
|
|
||||||
description: "We don't leave until it's clean.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Sparkles,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-couch_23-2148751493.jpg?_wi=2",
|
|
||||||
imageAlt: "Young business woman sitting in a cahir and working on computer",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Why Choose PureClean?"
|
|
||||||
description="We blend eco-friendly practices with high-standard deep cleaning methods."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="pricing" data-section="pricing">
|
||||||
<MetricCardTwo
|
<PricingCardTwo
|
||||||
animationType="scale-rotate"
|
title="Get an Instant Online Estimate"
|
||||||
textboxLayout="split"
|
description="Secure your deep cleaning slot with our transparent estimation tool."
|
||||||
gridVariant="bento-grid"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={true}
|
textboxLayout="split"
|
||||||
metrics={[
|
useInvertedBackground={false}
|
||||||
{
|
plans={[
|
||||||
id: "m1",
|
{ id: "p1", badge: "Essential", price: "Estimate", subtitle: "Quick property refresh", buttons: [{ text: "Get Estimate" }], features: ["Basic disinfecting", "Detailed vacuuming", "Kitchen surface sanitation"] },
|
||||||
value: "5000+",
|
{ id: "p2", badge: "Executive", price: "Estimate", subtitle: "Pro Deep Cleaning", buttons: [{ text: "Get Estimate" }], features: ["Everything in Essential", "Deep sanitization", "Fixture polish", "Nook-and-cranny detail"] }
|
||||||
description: "Happy Clients Served",
|
]}
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
id: "m2",
|
|
||||||
value: "12+",
|
|
||||||
description: "Years of Excellence",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "99%",
|
|
||||||
description: "Repeat Customers",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Proven Results"
|
|
||||||
description="Our numbers speak for our dedication to excellence."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardSixteen
|
||||||
useInvertedBackground={false}
|
title="Trusted by Local Clients"
|
||||||
testimonials={[
|
description="Hear why we maintain a perfect 5.0 rating across our service areas."
|
||||||
{
|
animationType="scale-rotate"
|
||||||
id: "1",
|
textboxLayout="split"
|
||||||
name: "Alice D.",
|
useInvertedBackground={true}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-singing-together-while-cleaning-apartment_482257-71.jpg?_wi=3",
|
kpiItems={[
|
||||||
},
|
{ value: "5.0", label: "Google Rating" },
|
||||||
{
|
{ value: "7y", label: "Years of Trust" },
|
||||||
id: "2",
|
{ value: "100%", label: "Commitment" }
|
||||||
name: "Mark S.",
|
]}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-couch_23-2148751493.jpg?_wi=3",
|
testimonials={[
|
||||||
},
|
{ id: "t1", name: "Jane Smith", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-mother-cleaning-shelves-house_23-2148713680.jpg" },
|
||||||
{
|
{ id: "t2", name: "Mike Ross", role: "Manager", company: "Executive Suite", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-working-couch_23-2148751493.jpg" }
|
||||||
id: "3",
|
]}
|
||||||
name: "Elena R.",
|
/>
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=2",
|
</div>
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "David W.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-rubber-gloves-cleaning_1163-2431.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Sarah P.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-couple-playing-bed-home-casual-outfit-man-woman-having-fun-together-crazy-positive-emotion-happy-holding-hand-up_285396-867.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
cardTitle="What Our Clients Say"
|
|
||||||
cardAnimation="slide-up"
|
|
||||||
cardTag="Reviews"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="contact" data-section="contact">
|
||||||
<PricingCardEight
|
<ContactText
|
||||||
animationType="slide-up"
|
text="Ready for Executive Pro Cleaning?"
|
||||||
textboxLayout="split"
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
plans={[
|
buttons={[{ text: "Request a Quote", href: "#contact" }]}
|
||||||
{
|
/>
|
||||||
id: "p1",
|
</div>
|
||||||
badge: "Standard",
|
|
||||||
price: "$120",
|
|
||||||
subtitle: "Perfect for routine upkeep.",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Book Now",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Kitchen",
|
|
||||||
"Bathroom",
|
|
||||||
"Living Room",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
badge: "Deep Clean",
|
|
||||||
price: "$250",
|
|
||||||
subtitle: "Comprehensive deep cleaning.",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Book Now",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Standard + Inside Fridge",
|
|
||||||
"Oven",
|
|
||||||
"Windows",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
badge: "Move-In",
|
|
||||||
price: "$400",
|
|
||||||
subtitle: "Total sanitization package.",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Book Now",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Full Home Deep Clean",
|
|
||||||
"Baseboards",
|
|
||||||
"Sanitization",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Simple Pricing for Every Home"
|
|
||||||
description="Transparent plans for your convenience."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="footer" data-section="footer">
|
||||||
<FaqDouble
|
<FooterSimple
|
||||||
textboxLayout="split"
|
columns={[
|
||||||
useInvertedBackground={false}
|
{ title: "Clean Zone PH", items: [{ label: "About Us" }, { label: "Estimates" }] },
|
||||||
faqs={[
|
{ title: "Support", items: [{ label: "FAQ" }, { label: "Contact" }] }
|
||||||
{
|
]}
|
||||||
id: "f1",
|
bottomLeftText="© 2024 Clean Zone PH"
|
||||||
title: "Do I need to be home?",
|
bottomRightText="Professional Cleaning Services"
|
||||||
content: "No, our team is fully insured and reliable.",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Are cleaning supplies provided?",
|
|
||||||
content: "Yes, we bring premium eco-friendly supplies.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "Can I cancel my booking?",
|
|
||||||
content: "Cancellation is free with 24 hours notice.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Common Questions"
|
|
||||||
description="Answers to keep your home pristine."
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactCenter
|
|
||||||
useInvertedBackground={true}
|
|
||||||
background={{
|
|
||||||
variant: "radial-gradient",
|
|
||||||
}}
|
|
||||||
tag="Booking"
|
|
||||||
title="Schedule Your Clean"
|
|
||||||
description="Get in touch today to transform your living space."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterBaseReveal
|
|
||||||
logoText="PureClean"
|
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Services",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Residential",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Commercial",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Support",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Contact Us",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "FAQ",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user