Merge version_5 into main #5
@@ -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"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user