From 926fedcbd596f5176c35e483063d4c7a7f145782 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:40:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b42997c..2972a82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { AlertCircle, Award, CheckCircle, Clock, Droplet, Flame, Home, MapPin, Phone, Pipe, Sparkles, Star, ThumbsUp, Wrench, Zap } from 'lucide-react'; +import { AlertCircle, Award, CheckCircle, Clock, Droplet, Flame, Home, MapPin, Phone, AlertTriangle, Sparkles, Star, ThumbsUp, Wrench, Zap, Shield } from 'lucide-react'; export default function LandingPage() { return ( @@ -56,7 +56,7 @@ export default function LandingPage() { title: "Příklady našich služeb", logoIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg", imageAlt: "plumber working tools water", sidebarItems: [ { icon: Droplet, active: true }, - { icon: Pipe, active: false }, + { icon: AlertTriangle, active: false }, { icon: Flame, active: false } ], buttons: [ @@ -108,14 +108,14 @@ export default function LandingPage() { }, { title: "Čištění odpadů", description: "Čištění ucpaných odpadů moderní technologií bez poškození trubek.", bentoComponent: "icon-info-cards", items: [ - { icon: AlertCircle, label: "Problémy", value: "Řešíme" }, + { icon: AlertTriangle, label: "Problémy", value: "Řešíme" }, { icon: CheckCircle, label: "Úspěšnost", value: "98%" } ] }, { title: "Opravy a výměna baterií", description: "Kvalitní baterie značkových výrobců s garancí a odbornou montáží.", bentoComponent: "icon-info-cards", items: [ { icon: Wrench, label: "Výměna", value: "Kvalita" }, - { icon: AlertCircle, label: "Záruka", value: "2 roky" } + { icon: Shield, label: "Záruka", value: "2 roky" } ] }, { -- 2.49.1