Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 20:34:52 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
import { CheckCircle, Gauge, Leaf, Sparkles, Wrench, Drop, Thermometer, Fire } from "lucide-react";
import { CheckCircle, Gauge, Leaf, Sparkles, Wrench, Droplet, Thermometer, Flame } from "lucide-react";
export default function LandingPage() {
return (
@@ -121,7 +121,7 @@ export default function LandingPage() {
icon: Sparkles,
text: "Modern Upgrades"},
{
icon: Drop,
icon: Droplet,
text: "Leak Prevention"},
{
icon: Wrench,
@@ -140,7 +140,7 @@ export default function LandingPage() {
icon: Gauge,
text: "Safety Checks"},
{
icon: Fire,
icon: Flame,
text: "Emergency Repairs"},
],
reverse: false,