Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16e551b0fc | |||
| 8575e8bc7a | |||
| 778fc2cd70 | |||
| ea95b398a1 | |||
| 7d2dec908f | |||
| 0c0e91ee94 | |||
| ed8bbd065e |
@@ -2,15 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Mail, MapPin, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -120,42 +121,43 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
<FaqSplitText
|
||||
sideTitle="Elite FAQ"
|
||||
sideDescription="Detailed answers regarding our premium cleaning protocols and high-end service commitments."
|
||||
buttons={[{ text: "Contact Support", href: "#contact" }]}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Are you licensed and insured?", content: "Yes, Glem Clean LLC is fully licensed, bonded, and insured in Nevada." },
|
||||
{ id: "q2", title: "Do you provide cleaning supplies?", content: "Yes, our team brings all premium, eco-friendly supplies and industrial-grade equipment." },
|
||||
{ id: "q3", title: "Can I book recurring service?", content: "Absolutely. We offer flexible weekly, bi-weekly, and monthly recurring cleaning plans." },
|
||||
{ id: "q1", title: "Are you licensed and insured?", content: "Yes, Glem Clean LLC is fully licensed, bonded, and insured, providing complete peace of mind for luxury properties." },
|
||||
{ id: "q2", title: "Do you provide cleaning supplies?", content: "We exclusively use high-performance, non-toxic, and eco-friendly solutions suited for sophisticated surfaces and environments." },
|
||||
{ id: "q3", title: "Can I book recurring service?", content: "We provide tailored, recurring white-glove cleaning schedules to ensure your property remains pristine with zero effort required." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our premium cleaning process."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactCTA
|
||||
tag="Elite Inquiry"
|
||||
tagIcon={Sparkles}
|
||||
title="Partner With Us"
|
||||
description="Experience world-class property maintenance tailored for discerning clients in Las Vegas."
|
||||
buttons={[{ text: "Request a Consultation", href: "#contact" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Get in touch"
|
||||
title="Request a Free Quote"
|
||||
description="Ready to experience Vegas luxury cleaning? Reach out and we'll be in touch."
|
||||
inputPlaceholder="Enter your professional email"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterCard
|
||||
logoText="Glem Clean LLC"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Services", href: "#services" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Services", items: [{ label: "Residential", href: "#services" }, { label: "Commercial", href: "#services" }, { label: "Airbnb", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "Las Vegas, NV", href: "#" }, { label: "support@glemclean.com", href: "mailto:support@glemclean.com" }] },
|
||||
copyrightText="© 2025 | Glem Clean LLC. Elite Property Maintenance."
|
||||
socialLinks={[
|
||||
{ icon: MapPin, href: "#", ariaLabel: "Las Vegas location" },
|
||||
{ icon: Mail, href: "mailto:support@glemclean.com", ariaLabel: "Email support" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user