From 1de4a79451ca69aaaaa1f343c9240ec9768f07e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:05:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b404c7..e8d5a8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,11 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Smile, Star, Mail } from 'lucide-react'; +import { Smile, Mail } from 'lucide-react'; export default function PoliklinikaLiriaPage() { return ( @@ -36,7 +35,7 @@ export default function PoliklinikaLiriaPage() { { name: "Kontakti", id: "contact" } ]} button={{ - text: "Rezervo Terminin", href: "#contact" + text: "Rezervo Terminin", href: "#contact" }} /> @@ -51,6 +50,7 @@ export default function PoliklinikaLiriaPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg" imageAlt="Poliklinikë Liria" + background={{ variant: "plain" }} /> @@ -77,6 +77,8 @@ export default function PoliklinikaLiriaPage() { title="Rezultate të Konfirmuara" description="Kujdesi ynë në shifra." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "1", value: "10+", title: "Vite Përvojë", description: "Besim i krijuar ndër vite.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-medics-applauding-expert-physician-after-finding-diagnosis_482257-116764.jpg" }, { id: "2", value: "5000+", title: "Pacientë të Lumtur", description: "Buzëqeshje të rikthyera.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg" } @@ -96,6 +98,7 @@ export default function PoliklinikaLiriaPage() { cardTitle="Çfarë thonë pacientët tanë" cardTag="Vlerësimet" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Besnik H.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg" }, { id: "2", name: "Arta K.", imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg" } @@ -111,6 +114,7 @@ export default function PoliklinikaLiriaPage() { description="Jemi këtu për t'ju dëgjuar." background={{ variant: "plain" }} useInvertedBackground={true} + buttons={[{ text: "Dërgo Mesazh", href: "#contact" }]} /> -- 2.49.1