diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fccbf9..5334c3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Activity } from "lucide-react"; +import { Activity, FlaskConical, Smile, Eye } from "lucide-react"; export default function LandingPage() { return ( @@ -30,70 +30,31 @@ export default function LandingPage() {
@@ -117,30 +78,10 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} features={[ - { - title: "Dijagnostika", - description: "Najsavremeniji ultrazvučni aparati i rendgen dijagnostika.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-patient-discussing-diagnostic-results-modern-medical-office_482257-127019.jpg", - buttonIcon: "Activity", - }, - { - title: "Laboratorija", - description: "Brzi i precizni rezultati svih vrsta laboratorijskih analiza.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vacutainers-with-liquid-blood-laboratory-desk-tray-research-test-bottles-fluid-dna-preparing-science-analysis-equipment-pharmaceutical-development-industry_482257-30144.jpg", - buttonIcon: "FlaskConical", - }, - { - title: "Stomatologija", - description: "Potpuna briga o zdravlju vaših zuba i desni.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg", - buttonIcon: "Smile", - }, - { - title: "Oftalmologija", - description: "Detaljni pregledi vida i korekcija dioptrije.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150923343.jpg", - buttonIcon: "Eye", - }, + { title: "Dijagnostika", description: "Najsavremeniji ultrazvučni aparati i rendgen dijagnostika.", imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-patient-discussing-diagnostic-results-modern-medical-office_482257-127019.jpg", buttonIcon: Activity }, + { title: "Laboratorija", description: "Brzi i precizni rezultati svih vrsta laboratorijskih analiza.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vacutainers-with-liquid-blood-laboratory-desk-tray-research-test-bottles-fluid-dna-preparing-science-analysis-equipment-pharmaceutical-development-industry_482257-30144.jpg", buttonIcon: FlaskConical }, + { title: "Stomatologija", description: "Potpuna briga o zdravlju vaših zuba i desni.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg", buttonIcon: Smile }, + { title: "Oftalmologija", description: "Detaljni pregledi vida i korekcija dioptrije.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150923343.jpg", buttonIcon: Eye }, ]} title="Naše medicinske usluge" description="Nudimo širok spektar specijalističkih pregleda i dijagnostičkih postupaka uz najmoderniju opremu." @@ -154,24 +95,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { - id: "m1", - name: "Dr. Marko Petrović", - role: "Specijalista kardiologije", - imageSrc: "http://img.b2bpic.net/free-photo/happy-building-uniform-smiling-urban_1134-754.jpg", - }, - { - id: "m2", - name: "Dr. Ana Stanković", - role: "Specijalista interne medicine", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308237.jpg", - }, - { - id: "m3", - name: "Dr. Jovan Ilić", - role: "Specijalista radiologije", - imageSrc: "http://img.b2bpic.net/free-photo/please-fill-survey_1098-19362.jpg", - }, + { id: "m1", name: "Dr. Marko Petrović", role: "Specijalista kardiologije", imageSrc: "http://img.b2bpic.net/free-photo/happy-building-uniform-smiling-urban_1134-754.jpg" }, + { id: "m2", name: "Dr. Ana Stanković", role: "Specijalista interne medicine", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308237.jpg" }, + { id: "m3", name: "Dr. Jovan Ilić", role: "Specijalista radiologije", imageSrc: "http://img.b2bpic.net/free-photo/please-fill-survey_1098-19362.jpg" }, ]} title="Naš stručni tim" description="Upoznajte lekare koji brinu o vašem zdravlju." @@ -183,21 +109,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Kako zakazati pregled?", - content: "Pregled možete zakazati pozivom na broj telefona ili putem kontakt forme na našem sajtu.", - }, - { - id: "f2", - title: "Da li radite vikendom?", - content: "Poliklinika Sons radi radnim danima i subotom ujutru.", - }, - { - id: "f3", - title: "Da li su potrebna uputstva?", - content: "Za većinu pregleda nije potrebno uputstvo, ali je poželjno doneti prethodnu medicinsku dokumentaciju.", - }, + { id: "f1", title: "Kako zakazati pregled?", content: "Pregled možete zakazati pozivom na broj telefona ili putem kontakt forme na našem sajtu." }, + { id: "f2", title: "Da li radite vikendom?", content: "Poliklinika Sons radi radnim danima i subotom ujutru." }, + { id: "f3", title: "Da li su potrebna uputstva?", content: "Za većinu pregleda nije potrebno uputstvo, ali je poželjno doneti prethodnu medicinsku dokumentaciju." }, ]} title="Često postavljana pitanja" description="Otkrijte sve što vas zanima o našim uslugama i načinu zakazivanja pregleda." @@ -211,24 +125,10 @@ export default function LandingPage() { title="Kontaktirajte nas" description="Zakažite vaš pregled još danas ili pošaljite upit našem timu." inputs={[ - { - name: "Ime", - type: "text", - placeholder: "Vaše ime", - required: true, - }, - { - name: "Email", - type: "email", - placeholder: "Vaš email", - required: true, - }, + { name: "Ime", type: "text", placeholder: "Vaše ime", required: true }, + { name: "Email", type: "email", placeholder: "Vaš email", required: true }, ]} - textarea={{ - name: "Poruka", - placeholder: "Napišite nam poruku", - rows: 4, - }} + textarea={{ name: "Poruka", placeholder: "Napišite nam poruku", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg" /> @@ -238,33 +138,16 @@ export default function LandingPage() { logoText="Poliklinika Sons" columns={[ { - title: "Navigacija", - items: [ - { - label: "Početna", - href: "#hero", - }, - { - label: "O nama", - href: "#about", - }, - { - label: "Kontakt", - href: "#contact", - }, + title: "Navigacija", items: [ + { label: "Početna", href: "#hero" }, + { label: "O nama", href: "#about" }, + { label: "Kontakt", href: "#contact" }, ], }, { - title: "Pravne informacije", - items: [ - { - label: "Privatnost", - href: "#", - }, - { - label: "Uslovi korišćenja", - href: "#", - }, + title: "Pravne informacije", items: [ + { label: "Privatnost", href: "#" }, + { label: "Uslovi korišćenja", href: "#" }, ], }, ]}