Update src/app/page.tsx
This commit is contained in:
292
src/app/page.tsx
292
src/app/page.tsx
@@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Calendar, Car, Clock, Grid, Home, Leaf, MapPin, Phone, ShieldCheck, Smile, Sparkles, Star, Truck, Wrench } from "lucide-react";
|
||||
import { Award, Calendar, Home, MapPin, Phone, ShieldCheck, Smile, Sparkles, Star, Truck, Clock, Leaf, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Process", id: "#process" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
brandName="Brian's Cleaning"
|
||||
/>
|
||||
@@ -53,43 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Professional Carpet, Tile & Grout Cleaning in Arizona"
|
||||
description="Trusted by Arizona homeowners for over 30 years. Residential & commercial cleaning with powerful truck-mounted equipment."
|
||||
tag="Licensed & Insured | 30+ Years Experience"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:5550123" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg?_wi=1",
|
||||
imageAlt: "Professional cleaning equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg?_wi=1",
|
||||
imageAlt: "Clean Arizona floors",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-with-white-sofa_23-2151983234.jpg",
|
||||
imageAlt: "Modern minimalist living room with white sofa",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-interior-design-with-light-colors_23-2151983193.jpg",
|
||||
imageAlt: "Modern minimalist living room interior design with light colors",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-interior-design_23-2151983191.jpg",
|
||||
imageAlt: "Modern minimalist living room interior design",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg", imageAlt: "Professional cleaning equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg", imageAlt: "Clean Arizona floors" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,21 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="The Brian's Cleaning Advantage"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "30+",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Licensed & Insured",
|
||||
value: "Yes",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Satisfied Customers",
|
||||
value: "10k+",
|
||||
},
|
||||
{ icon: Award, label: "Years Experience", value: "30+" },
|
||||
{ icon: ShieldCheck, label: "Licensed & Insured", value: "Yes" },
|
||||
{ icon: Smile, label: "Satisfied Customers", value: "10k+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,36 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Carpet Cleaning",
|
||||
description: "Truck-mounted deep cleaning for residential carpets.",
|
||||
},
|
||||
{
|
||||
icon: Grid,
|
||||
title: "Tile & Grout Cleaning",
|
||||
description: "Restore shine and remove stubborn grime from floors.",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Upholstery Cleaning",
|
||||
description: "Gentle, deep cleaning for sofas and fabric chairs.",
|
||||
},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Vehicle Upholstery",
|
||||
description: "Car interior restoration and odor removal.",
|
||||
},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Carpet Repair",
|
||||
description: "Expert patching and re-stretching services.",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Pet Odor Removal",
|
||||
description: "Safe, effective treatments for pet accidents.",
|
||||
},
|
||||
{ icon: Sparkles, title: "Carpet Cleaning", description: "Truck-mounted deep cleaning for residential carpets." },
|
||||
{ icon: Grid, title: "Tile & Grout Cleaning", description: "Restore shine and remove stubborn grime from floors." },
|
||||
{ icon: Star, title: "Upholstery Cleaning", description: "Gentle, deep cleaning for sofas and fabric chairs." },
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive cleaning solutions for all your residential and commercial needs."
|
||||
@@ -170,21 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Truck-Mounted",
|
||||
description: "Commercial-grade suction power and hot water.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Fast Drying",
|
||||
description: "Minimal disruption to your busy daily routine.",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Pet-Safe",
|
||||
description: "Eco-friendly, non-toxic cleaning solutions.",
|
||||
},
|
||||
{ icon: Truck, title: "Truck-Mounted", description: "Commercial-grade suction power and hot water." },
|
||||
{ icon: Clock, title: "Fast Drying", description: "Minimal disruption to your busy daily routine." },
|
||||
{ icon: Leaf, title: "Pet-Safe", description: "Eco-friendly, non-toxic cleaning solutions." },
|
||||
]}
|
||||
title="Why Arizona Chooses Us"
|
||||
description="Commitment to excellence with every single clean."
|
||||
@@ -195,37 +106,11 @@ export default function LandingPage() {
|
||||
<FeatureBorderGlow
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "San Tan Valley",
|
||||
description: "Full service coverage area.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Queen Creek",
|
||||
description: "Full service coverage area.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Phoenix",
|
||||
description: "Full service coverage area.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Scottsdale",
|
||||
description: "Full service coverage area.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Mesa",
|
||||
description: "Full service coverage area.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Chandler",
|
||||
description: "Full service coverage area.",
|
||||
},
|
||||
{ icon: MapPin, title: "San Tan Valley", description: "Full service coverage area." },
|
||||
{ icon: MapPin, title: "Queen Creek", description: "Full service coverage area." },
|
||||
{ icon: MapPin, title: "Phoenix", description: "Full service coverage area." },
|
||||
]}
|
||||
title="Serving the Greater Arizona Area"
|
||||
description="Reliable cleaning teams across the entire valley."
|
||||
@@ -238,21 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Request Quote",
|
||||
description: "Give us a call or submit an inquiry online.",
|
||||
},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Schedule Service",
|
||||
description: "Pick a date and time that fits your life.",
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Enjoy Results",
|
||||
description: "Walk into your pristine, freshly cleaned home.",
|
||||
},
|
||||
{ icon: Phone, title: "Request Quote", description: "Give us a call or submit an inquiry online." },
|
||||
{ icon: Calendar, title: "Schedule Service", description: "Pick a date and time that fits your life." },
|
||||
{ icon: Home, title: "Enjoy Results", description: "Walk into your pristine, freshly cleaned home." },
|
||||
]}
|
||||
title="Simple 3-Step Process"
|
||||
description="Getting your floors clean is easier than ever."
|
||||
@@ -264,61 +137,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "Jan 2025",
|
||||
title: "Homeowner",
|
||||
quote: "Brian's Cleaning transformed my carpets! So happy with the result.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg?_wi=2",
|
||||
imageAlt: "smiling customer home cleaning service",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "Dec 2024",
|
||||
title: "Local Resident",
|
||||
quote: "Fantastic service and very professional technicians.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-man-having-fun-mopping-apartment-floor_482257-62.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blob-bright-blue-foam-black-water_23-2147798316.jpg",
|
||||
imageAlt: "smiling customer home cleaning service",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Nov 2024",
|
||||
title: "Homeowner",
|
||||
quote: "My grout has never looked better. Highly recommended!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-home_23-2150453342.jpg",
|
||||
imageAlt: "smiling customer home cleaning service",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "Oct 2024",
|
||||
title: "Business Owner",
|
||||
quote: "Reliable, fast, and excellent attention to detail.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530802.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-tired-from-cleaning_23-2148112064.jpg",
|
||||
imageAlt: "smiling customer home cleaning service",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wilson",
|
||||
date: "Sep 2024",
|
||||
title: "Homeowner",
|
||||
quote: "Professional, on-time, and very polite crew.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-front-isolated-white-wall_141793-94404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg?_wi=2",
|
||||
imageAlt: "smiling customer home cleaning service",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", date: "Jan 2025", title: "Homeowner", quote: "Brian's Cleaning transformed my carpets! So happy with the result.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg" },
|
||||
{ id: "2", name: "Michael Chen", date: "Dec 2024", title: "Local Resident", quote: "Fantastic service and very professional technicians.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-man-having-fun-mopping-apartment-floor_482257-62.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blob-bright-blue-foam-black-water_23-2147798316.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", date: "Nov 2024", title: "Homeowner", quote: "My grout has never looked better. Highly recommended!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-home_23-2150453342.jpg" },
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why Arizona homeowners trust Brian's Cleaning."
|
||||
@@ -329,21 +150,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long do carpets take to dry?",
|
||||
content: "Typically 4-8 hours depending on humidity and air circulation.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer commercial services?",
|
||||
content: "Yes, we specialize in office and retail floor cleaning.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are your cleaning products safe?",
|
||||
content: "We use eco-friendly and family-safe cleaning solutions.",
|
||||
},
|
||||
{ id: "q1", title: "How long do carpets take to dry?", content: "Typically 4-8 hours depending on humidity and air circulation." },
|
||||
{ id: "q2", title: "Do you offer commercial services?", content: "Yes, we specialize in office and retail floor cleaning." },
|
||||
{ id: "q3", title: "Are your cleaning products safe?", content: "We use eco-friendly and family-safe cleaning solutions." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Need more info? We are here to help."
|
||||
@@ -354,9 +163,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Ready For Cleaner Floors?"
|
||||
description="Request your free quote today and revitalize your space."
|
||||
buttonText="Submit Quote Request"
|
||||
@@ -371,33 +178,16 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Process",
|
||||
href: "#process",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Process", href: "#process" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "San Tan Valley, AZ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "555-0123",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "San Tan Valley, AZ", href: "#" },
|
||||
{ label: "555-0123", href: "tel:5550123" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -408,4 +198,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user