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, GlassWater, CookingPot, VacuumCleaner, Lamp } from "lucide-react";
|
||||
import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Microwave, LampDesk, GlassWater, CookingPot, Vacuum, Lamp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
icon: LampDesk,
|
||||
text: "Furniture Dusting"},
|
||||
{
|
||||
icon: VacuumCleaner,
|
||||
icon: Vacuum,
|
||||
text: "Floor & Carpet Vacuuming"},
|
||||
{
|
||||
icon: Lamp,
|
||||
|
||||
Reference in New Issue
Block a user