Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Heart, Stethoscope, Zap, Users, CheckCircle, ClipboardList, Mail } from 'lucide-react';
|
||||
import { Heart, Stethoscope, Zap, Users, CheckCircle, ClipboardList, Mail, Clock, MapPin, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -181,10 +181,11 @@ export default function LandingPage() {
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Kontaktujte nás dnes"
|
||||
description="Majte otázky? Chcete si objednať konzultáciu? Ozvite sa nám a naš tím Vám čoskoro odpovedá. Dostupní sme počas pracovných dní."
|
||||
description="Ľahko sa s nami spojte a dohodnite si konzultáciu. Sme dostupní počas pracovných dní a naš tím Vám s radosťou pomôže s objednaním alebo akýmikoľvek otázkami."
|
||||
buttons={[
|
||||
{ text: "Objednať sa", href: "tel:+421234567890" },
|
||||
{ text: "Poslať správu", href: "mailto:info@cbpraktik.sk" }
|
||||
{ text: "Objednať si termín", href: "tel:+421234567890" },
|
||||
{ text: "Poslať správu", href: "mailto:info@cbpraktik.sk" },
|
||||
{ text: "Pracovný čas", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -205,10 +206,10 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Telefón", href: "tel:+421234567890" },
|
||||
{ label: "Email", href: "mailto:info@cbpraktik.sk" },
|
||||
{ label: "Adresa", href: "#" },
|
||||
{ label: "Pracovný čas", href: "#" }
|
||||
{ label: "Telefón: +421 234 567 890", href: "tel:+421234567890" },
|
||||
{ label: "Email: info@cbpraktik.sk", href: "mailto:info@cbpraktik.sk" },
|
||||
{ label: "Pondelok - Piatok: 8:00 - 17:00", href: "#" },
|
||||
{ label: "Sobota - Nedeľa: Zatvorené", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user