2 Commits

Author SHA1 Message Date
d62ae1e244 Update theme colors 2026-04-28 10:00:54 +00:00
0dc06e6095 Update src/app/page.tsx 2026-04-28 09:57:22 +00:00
2 changed files with 14 additions and 24 deletions

View File

@@ -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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--background: #e3deea;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);