diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index c4d62ea..322cfdb 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -11,8 +11,8 @@ import { Nunito_Sans } from "next/font/google";
export const metadata: Metadata = {
- title: 'Brian\'s Cleaning | Professional Carpet & Tile Cleaning Arizona',
- description: 'Trusted carpet, tile, and grout cleaning for homes and businesses in Arizona. 30+ years experience, licensed and insured.',
+ title: 'Brian\'s Cleaning | Professional Carpet, Tile & Grout Cleaning Arizona',
+ description: 'Trusted by Arizona homeowners for over 30 years. Professional carpet, tile, and grout cleaning with powerful truck-mounted equipment. Free quotes available.',
keywords: ["Carpet Cleaning Arizona, Tile Cleaning Arizona, Grout Cleaning San Tan Valley, Carpet Cleaners Queen Creek, Carpet Cleaning Chandler AZ"],
};
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2d7181c..02ff050 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -53,43 +41,17 @@ export default function LandingPage() {
@@ -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() {
);
-}
+}
\ No newline at end of file