Merge version_1 into main #1
@@ -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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user