Merge version_1 into main #3
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Bathtub, Bolt, Bug, Building, Camera, ChefHat, Clock, Droplets, Drop, Faucet, Gauge, Hammer, HardHat, Layers, Leaf, Pipes, RefreshCcw, Scale, Search, ShieldCheck, ShowerHead, Thermometer, Tools, Wrench } from "lucide-react";
|
||||
import { Bath, Bolt, Bug, Building, Camera, ChefHat, Clock, Droplets, Droplet, Faucet, Gauge, Hammer, HardHat, Layers, Leaf, Pipes, RefreshCcw, Scale, Search, ShieldCheck, ShowerHead, Thermometer, Tools, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
icon: Search,
|
||||
text: "Accurate Detection"},
|
||||
{
|
||||
icon: Drop,
|
||||
icon: Droplet,
|
||||
text: "Prevent Water Damage"},
|
||||
{
|
||||
icon: Tools,
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-kitchen-interior_169016-20008.jpg", imageAlt: "Plumber installing new bathroom and kitchen fixtures"},
|
||||
items: [
|
||||
{
|
||||
icon: Bathtub,
|
||||
icon: Bath,
|
||||
text: "Fixture Installation"},
|
||||
{
|
||||
icon: ChefHat,
|
||||
|
||||
Reference in New Issue
Block a user