|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
|
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
|
|
|
@@ -41,26 +41,16 @@ export default function PoliklinikaLiriaPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitKpi
|
|
|
|
|
title="Poliklinikë 'Liria' - Kujdes i Përjetshëm për Buzëqeshjen Tuaj"
|
|
|
|
|
<HeroLogo
|
|
|
|
|
logoText="Poliklinikë 'Liria'"
|
|
|
|
|
description="Ne ofrojmë shërbime stomatologjike të nivelit të lartë me teknologji bashkëkohore. Ekipi ynë i ekspertëve është i përkushtuar për shëndetin tuaj oral dhe estetikën e buzëqeshjes suaj."
|
|
|
|
|
tag="Profesionalizëm dhe Besim"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg"
|
|
|
|
|
imageAlt="Poliklinikë Liria - ambient modern"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
kpis={[
|
|
|
|
|
{ value: "15+", label: "Vite Përvojë" },
|
|
|
|
|
{ value: "10k+", label: "Pacientë të Kënaqur" },
|
|
|
|
|
{ value: "100%", label: "Higjienë e Garantuar" }
|
|
|
|
|
]}
|
|
|
|
|
enableKpiAnimation={true}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Shiko Shërbimet", href: "#services" },
|
|
|
|
|
{ text: "Kontakto Na", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg"
|
|
|
|
|
imageAlt="Poliklinikë Liria - ambient modern"
|
|
|
|
|
ariaLabel="Hero section"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -187,4 +177,4 @@ export default function PoliklinikaLiriaPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|