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