Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-08 09:18:56 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Us",
id: "why-us",
},
name: "Why Us", id: "why-us"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Lubbock Steamer"
/>
@@ -53,70 +45,45 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Lubbocks Trusted Cleaning Experts Fast, Affordable, Reliable"
description="24/7 Water Extraction, Carpet Cleaning & Air Duct Services. Your local solution for a cleaner, healthier home."
buttons={[
{
text: "Call Now",
href: "tel:+18065550199",
},
text: "Call Now", href: "tel:+18065550199"},
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-s-hand-cleaning-carpet-with-vacuum-cleaner_23-2147916519.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/young-girl-white-shirt-black-pants-looking-camera-happy-positive-showing-thumbs-up-sitting-chair-light-living-room_141793-94160.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/young-girl-white-shirt-black-pants-looking-camera-happy-positive-showing-thumbs-up-sitting-chair-light-living-room_141793-94160.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/front-view-female-janitor-posing_23-2148453431.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/front-view-female-janitor-posing_23-2148453431.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg", alt: "Customer 5"},
]}
avatarText="Trusted by over 500+ local families"
marqueeItems={[
{
type: "text-icon",
text: "Licensed & Insured",
icon: ShieldCheck,
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
},
{
type: "text-icon",
text: "24/7 Emergency Service",
icon: Clock,
type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
},
{
type: "text-icon",
text: "Eco-Friendly Products",
icon: Leaf,
type: "text-icon", text: "Eco-Friendly Products", icon: Leaf,
},
{
type: "text-icon",
text: "Satisfaction Guaranteed",
icon: ThumbsUp,
type: "text-icon", text: "Satisfaction Guaranteed", icon: ThumbsUp,
},
{
type: "text-icon",
text: "Locally Owned & Operated",
icon: MapPin,
type: "text-icon", text: "Locally Owned & Operated", icon: MapPin,
},
]}
/>
@@ -129,17 +96,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"Deep Carpet Cleaning",
"Professional Air Duct Cleaning",
"Dryer Vent Safety",
],
"Deep Carpet Cleaning", "Professional Air Duct Cleaning", "Dryer Vent Safety"],
}}
positiveCard={{
items: [
"Emergency Water Extraction",
"Full Home Restoration",
"Fast Friendly Service",
],
"Emergency Water Extraction", "Full Home Restoration", "Fast Friendly Service"],
}}
title="Professional Cleaning Services"
description="We offer comprehensive cleaning and restoration services to keep your Lubbock home in peak condition."
@@ -151,11 +112,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Choose Lubbock Steamer?"
description={[
"Fast & On-Time Service: We respect your schedule with punctual arrivals and efficient service.",
"Friendly, Professional Team: Our local experts are trained, polite, and dedicated to excellence.",
"Affordable Pricing: Transparent, honest quotes with no hidden fees.",
"Proven Results: Years of satisfied homeowners and business clients throughout Lubbock, TX.",
]}
"Fast & On-Time Service: We respect your schedule with punctual arrivals and efficient service.", "Friendly, Professional Team: Our local experts are trained, polite, and dedicated to excellence.", "Affordable Pricing: Transparent, honest quotes with no hidden fees.", "Proven Results: Years of satisfied homeowners and business clients throughout Lubbock, TX."]}
/>
</div>
@@ -166,40 +123,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Tawnynee Villegas",
role: "Homeowner",
testimonial: "Blane and Lubbock Steamers did a phenomenal job cleaning our air ducts! We are waking up without stuffy noses. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg",
},
id: "1", name: "Tawnynee Villegas", role: "Homeowner", testimonial: "Blane and Lubbock Steamers did a phenomenal job cleaning our air ducts! We are waking up without stuffy noses. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg"},
{
id: "2",
name: "Whitney Ellison",
role: "Homeowner",
testimonial: "Lubbock Steamer always does a great job on our carpets and area rug! They are friendly, always on time, and fast!",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg",
},
id: "2", name: "Whitney Ellison", role: "Homeowner", testimonial: "Lubbock Steamer always does a great job on our carpets and area rug! They are friendly, always on time, and fast!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg"},
{
id: "3",
name: "Jean Hancock",
role: "Homeowner",
testimonial: "They did a phenomenal job on my area rug. Pricing was great and service was professional. Well worth it!",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-shirt-black-pants-looking-camera-happy-positive-showing-thumbs-up-sitting-chair-light-living-room_141793-94160.jpg",
},
id: "3", name: "Jean Hancock", role: "Homeowner", testimonial: "They did a phenomenal job on my area rug. Pricing was great and service was professional. Well worth it!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-shirt-black-pants-looking-camera-happy-positive-showing-thumbs-up-sitting-chair-light-living-room_141793-94160.jpg"},
{
id: "4",
name: "Lane Cleveland",
role: "Homeowner",
testimonial: "Had my air ducts and dryer vent cleaned. They did an amazing job. Honest hard workers. Can't say enough good things.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-janitor-posing_23-2148453431.jpg",
},
id: "4", name: "Lane Cleveland", role: "Homeowner", testimonial: "Had my air ducts and dryer vent cleaned. They did an amazing job. Honest hard workers. Can't say enough good things.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-janitor-posing_23-2148453431.jpg"},
{
id: "5",
name: "Amanda Riley Richards",
role: "Homeowner",
testimonial: "Blane and Jeremy did a great job on our carpet. It was not new 10 years ago, but now it looks amazing and smells great!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg",
},
id: "5", name: "Amanda Riley Richards", role: "Homeowner", testimonial: "Blane and Jeremy did a great job on our carpet. It was not new 10 years ago, but now it looks amazing and smells great!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg"},
]}
title="5-Star Rated by Local Customers"
description="Don't just take our word for it—see why Lubbock homeowners trust us with their biggest investments."
@@ -207,39 +139,40 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
text="Ready for a cleaner home? Call Lubbock's cleaning experts today for a free estimate or emergency help."
buttons={[
{
text: "Call 806-555-0199",
href: "tel:+18065550199",
},
{
text: "Request A Quote",
href: "#",
},
<ContactSplitForm
title="Get a Free Quote Today"
description="Let us know how we can help. Fill out the form and our team will get back to you shortly."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your cleaning needs...", rows: 4 }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterLogoEmphasis
logoText="Lubbock Steamer"
leftLink={{
text: "© 2024 Lubbock Steamer",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
columns={[
{
items: [
{ label: "Carpet Cleaning", href: "#services" },
{ label: "Air Duct Cleaning", href: "#services" },
{ label: "Water Extraction", href: "#services" }
]
},
{
items: [
{ label: "About Us", href: "#why-us" },
{ label: "Contact Us", href: "#contact" },
{ label: "Privacy Policy", href: "#" }
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}