214 lines
6.5 KiB
TypeScript
214 lines
6.5 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-stagger"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="rounded"
|
|
contentWidth="mediumSmall"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="noise"
|
|
cardStyle="gradient-radial"
|
|
primaryButtonStyle="shadow"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="medium"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "/",
|
|
},
|
|
{
|
|
name: "About",
|
|
id: "/about",
|
|
},
|
|
{
|
|
name: "Our Work",
|
|
id: "/work",
|
|
},
|
|
{
|
|
name: "Service Area",
|
|
id: "/service-area",
|
|
},
|
|
{
|
|
name: "Facebook",
|
|
id: "https://facebook.com/yurii.khoma.2025",
|
|
},
|
|
]}
|
|
brandName="Frankfurt Sofa & Carpet Cleaning"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
title="Professional Sofa & Carpet Cleaning Near You"
|
|
description="Deep cleaning, fast drying, same-day service available. Safe for kids and pets."
|
|
testimonials={[
|
|
{
|
|
name: "Client",
|
|
handle: "@frankfurt-cleaning",
|
|
testimonial: "Excellent service and fast results! Highly recommended.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg",
|
|
imageAlt: "professional carpet cleaning service",
|
|
},
|
|
{
|
|
name: "Client",
|
|
handle: "@frankfurt-cleaning",
|
|
testimonial: "Professional and very thorough cleaning.",
|
|
rating: 5,
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png",
|
|
imageAlt: "professional carpet cleaning service",
|
|
},
|
|
{
|
|
name: "Client",
|
|
handle: "@frankfurt-cleaning",
|
|
testimonial: "My sofa looks brand new again!",
|
|
rating: 5,
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png",
|
|
imageAlt: "professional carpet cleaning service",
|
|
},
|
|
{
|
|
name: "Client",
|
|
handle: "@frankfurt-cleaning",
|
|
testimonial: "Same-day service was a life saver.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg",
|
|
imageAlt: "professional carpet cleaning service",
|
|
},
|
|
{
|
|
name: "Client",
|
|
handle: "@frankfurt-cleaning",
|
|
testimonial: "Reliable and affordable cleaning.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-together_23-2149721917.jpg",
|
|
imageAlt: "professional carpet cleaning service",
|
|
},
|
|
]}
|
|
buttons={[
|
|
{
|
|
text: "Call Now",
|
|
href: "tel:+14848454829",
|
|
},
|
|
{
|
|
text: "Text Us",
|
|
href: "sms:+14848454829?body=Hi%20I%20need%20a%20cleaning%20quote",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg"
|
|
mediaAnimation="blur-reveal"
|
|
/>
|
|
</div>
|
|
|
|
<div id="care-tips" data-section="care-tips">
|
|
<FaqSplitText
|
|
useInvertedBackground={false}
|
|
faqs={[
|
|
{
|
|
id: "1",
|
|
title: "Vacuum Regularly",
|
|
content: "Prevents dirt buildup.",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Clean Spills Immediately",
|
|
content: "Prevents permanent stains.",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Avoid Excess Moisture",
|
|
content: "Helps drying process.",
|
|
},
|
|
{
|
|
id: "4",
|
|
title: "Professional Cleaning",
|
|
content: "Every 6-12 months.",
|
|
},
|
|
]}
|
|
sideTitle="Furniture Care Tips"
|
|
sideDescription="Professional cleaning extends the life of your furniture."
|
|
faqsAnimation="blur-reveal"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metric" data-section="metric">
|
|
<MetricCardSeven
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<SplitAbout
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
imageSrc="http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg"
|
|
imageAlt="cleaning vacuum icon"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact-info" data-section="contact-info">
|
|
<ContactCenter
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "plain",
|
|
}}
|
|
tag="Get In Touch"
|
|
title="Need a Quote?"
|
|
description="Call us at (484) 845-4829 or email frankfurtsofacleaning@gmail.com for a quick quote."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseReveal
|
|
logoText="Frankfurt Sofa & Carpet Cleaning"
|
|
columns={[
|
|
{
|
|
title: "Contact",
|
|
items: [
|
|
{
|
|
label: "(484) 845-4829",
|
|
href: "tel:+14848454829",
|
|
},
|
|
{
|
|
label: "frankfurtsofacleaning@gmail.com",
|
|
href: "mailto:frankfurtsofacleaning@gmail.com",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Location",
|
|
items: [
|
|
{
|
|
label: "1014 S Chester Rd, West Chester, PA 19382",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2025 Frankfurt Sofa & Carpet Cleaning."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|