Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Microwave, LampDesk, Mirror, Cooker, Vacuum, Candlestick } from "lucide-react";
|
||||
import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Microwave, LampDesk, GlassWater, CookingPot, VacuumCleaner, Lamp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
icon: Toilet,
|
||||
text: "Toilet & Sink Disinfection"},
|
||||
{
|
||||
icon: Mirror,
|
||||
icon: GlassWater,
|
||||
text: "Mirror & Glass Polishing"},
|
||||
],
|
||||
reverse: false
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
icon: Microwave,
|
||||
text: "Microwave Interior Wipe"},
|
||||
{
|
||||
icon: Cooker,
|
||||
icon: CookingPot,
|
||||
text: "Stovetop & Oven Exterior"},
|
||||
],
|
||||
reverse: true
|
||||
@@ -175,10 +175,10 @@ export default function LandingPage() {
|
||||
icon: LampDesk,
|
||||
text: "Furniture Dusting"},
|
||||
{
|
||||
icon: Vacuum,
|
||||
icon: VacuumCleaner,
|
||||
text: "Floor & Carpet Vacuuming"},
|
||||
{
|
||||
icon: Candlestick,
|
||||
icon: Lamp,
|
||||
text: "Decorative Item Cleaning"},
|
||||
],
|
||||
reverse: false
|
||||
|
||||
Reference in New Issue
Block a user