Merge version_3 into main #2

Merged
bender merged 3 commits from version_3 into main 2026-03-07 22:14:31 +00:00
3 changed files with 41 additions and 51 deletions

View File

@@ -1,49 +1,39 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const nunito = Nunito({
variable: "--font-nunito", subsets: ["latin"],
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "CB Praktik - Všeobecná lekáreň | Medicínska starostlivosť", description: "CB Praktik poskytuje komplexnú medicínsku starostlivosť pre celú rodinu. Skúsení lekári, moderná technológia a individuálny prístup. Objednajte si konzultáciu.", keywords: "všeobecný lekár, ambulancia, lekáreň, medicínska starostlivosť, zdravie", robots: {
index: true,
follow: true,
},
openGraph: {
title: "CB Praktik - Vaša zdravie je naša priorita", description: "Komplexná medicínska starostlivosť od skúsených lekárov. Moderná ambulancia s individuálnym prístupom.", type: "website", siteName: "CB Praktik"},
twitter: {
card: "summary_large_image", title: "CB Praktik - Všeobecná lekáreň", description: "Profesionálna medicínska starostlivosť pre vašu rodinu"},
};
title: "CB Praktik - Všeobecná lekáreň", description: "CB Praktik je moderná ambulancia poskytujúca komplexnú medicínsku starostlivosť pre celú rodinu. Skúsený tím lekárov a zdravotníckych pracovníkov."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<html lang="sk" suppressHydrationWarning>
<body className={`${poppins.variable}`}>
{children}
<script
src="https://cdn.jsdelivr.net/npm/lenis@1.1.13/dist/lenis.min.js"
defer
></script>
<script defer>
{`
const lenis = new Lenis();
function raf(time) {
lenis.raf(time);
requestAnimationFrame(raf);
}
requestAnimationFrame(raf);
`}
</script>
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1411,7 +1401,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -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: "#" }
]
},
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);