Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Clock, Flame, Gauge, Leaf, Lightbulb, Power, Smile, Snowflake, Sparkles, Users, Thermometer, Fan, Faucet, Pipe, Water } from "lucide-react";
|
||||
import { Award, Clock, Flame, Gauge, Leaf, Lightbulb, Power, Smile, Snowflake, Sparkles, Users, Thermometer, Fan, Droplet, Waves, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -147,13 +147,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dirty-home-concept-with-messy-bathroom-high-angle_23-2149311321.jpg", imageAlt: "New kitchen faucet installation"},
|
||||
items: [
|
||||
{
|
||||
icon: Faucet,
|
||||
icon: Droplet,
|
||||
text: "Leak Detection & Repair"},
|
||||
{
|
||||
icon: Pipe,
|
||||
icon: Waves,
|
||||
text: "Drain Cleaning"},
|
||||
{
|
||||
icon: Water,
|
||||
icon: Wrench,
|
||||
text: "Water Heater Services"},
|
||||
],
|
||||
reverse: false
|
||||
|
||||
Reference in New Issue
Block a user