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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout'; 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() { export default function LandingPage() {
return ( return (
@@ -121,7 +121,7 @@ export default function LandingPage() {
icon: Sparkles, icon: Sparkles,
text: "Modern Upgrades"}, text: "Modern Upgrades"},
{ {
icon: Drop, icon: Droplet,
text: "Leak Prevention"}, text: "Leak Prevention"},
{ {
icon: Wrench, icon: Wrench,
@@ -140,7 +140,7 @@ export default function LandingPage() {
icon: Gauge, icon: Gauge,
text: "Safety Checks"}, text: "Safety Checks"},
{ {
icon: Fire, icon: Flame,
text: "Emergency Repairs"}, text: "Emergency Repairs"},
], ],
reverse: false, reverse: false,