Merge version_1 into main #4
@@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Microwave, LampDesk, Glasses, CookingPot, Broom, Candle } from "lucide-react";
|
import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Microwave, LampDesk, Mirror, Cooker, Vacuum, Candlestick } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
|||||||
icon: Toilet,
|
icon: Toilet,
|
||||||
text: "Toilet & Sink Disinfection"},
|
text: "Toilet & Sink Disinfection"},
|
||||||
{
|
{
|
||||||
icon: Glasses,
|
icon: Mirror,
|
||||||
text: "Mirror & Glass Polishing"},
|
text: "Mirror & Glass Polishing"},
|
||||||
],
|
],
|
||||||
reverse: false
|
reverse: false
|
||||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
|||||||
icon: Microwave,
|
icon: Microwave,
|
||||||
text: "Microwave Interior Wipe"},
|
text: "Microwave Interior Wipe"},
|
||||||
{
|
{
|
||||||
icon: CookingPot,
|
icon: Cooker,
|
||||||
text: "Stovetop & Oven Exterior"},
|
text: "Stovetop & Oven Exterior"},
|
||||||
],
|
],
|
||||||
reverse: true
|
reverse: true
|
||||||
@@ -175,10 +175,10 @@ export default function LandingPage() {
|
|||||||
icon: LampDesk,
|
icon: LampDesk,
|
||||||
text: "Furniture Dusting"},
|
text: "Furniture Dusting"},
|
||||||
{
|
{
|
||||||
icon: Broom,
|
icon: Vacuum,
|
||||||
text: "Floor & Carpet Vacuuming"},
|
text: "Floor & Carpet Vacuuming"},
|
||||||
{
|
{
|
||||||
icon: Candle,
|
icon: Candlestick,
|
||||||
text: "Decorative Item Cleaning"},
|
text: "Decorative Item Cleaning"},
|
||||||
],
|
],
|
||||||
reverse: false
|
reverse: false
|
||||||
|
|||||||
Reference in New Issue
Block a user