Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fbb61ce046 | |||
| 138a1c534c | |||
| fdd94c38a1 |
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
|||||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import { Award, Building2, Calendar, Clock, Heart, HelpCircle, MessageCircle, Package, Phone, Pill, TrendingUp, Users } from "lucide-react";
|
import { Award, Building2, Calendar, Clock, Heart, HelpCircle, MapPin, MessageCircle, Package, Phone, Pill, TrendingUp, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -41,30 +41,44 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero" className="relative min-h-screen flex items-center justify-center">
|
<div id="hero" data-section="hero" className="relative min-h-screen flex flex-col items-center justify-center">
|
||||||
<HeroBillboardRotatedCarousel
|
<div className="w-full flex-1 flex items-center justify-center">
|
||||||
title="Your Trusted Local Pharmacy in Izsák"
|
<HeroBillboardRotatedCarousel
|
||||||
description="Quality medications, professional guidance, and compassionate healthcare support for your family's wellbeing. Visit Libra Gyógyszertár for prescription services, over-the-counter treatments, and trusted medical advice."
|
title="Your Trusted Local Pharmacy in Izsák"
|
||||||
tag="Community Healthcare"
|
description="Quality medications, professional guidance, and compassionate healthcare support for your family's wellbeing. Visit Libra Gyógyszertár for prescription services, over-the-counter treatments, and trusted medical advice."
|
||||||
tagIcon={Heart}
|
tag="Community Healthcare"
|
||||||
tagAnimation="blur-reveal"
|
tagIcon={Heart}
|
||||||
buttons={[
|
tagAnimation="blur-reveal"
|
||||||
{ text: "Get Directions", href: "#contact" },
|
buttons={[
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Get Directions", href: "#contact" },
|
||||||
]}
|
{ text: "Learn More", href: "#about" }
|
||||||
buttonAnimation="blur-reveal"
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
buttonAnimation="blur-reveal"
|
||||||
carouselItems={[
|
background={{ variant: "radial-gradient" }}
|
||||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-center-webinar-template_23-2150143267.jpg?_wi=1", imageAlt: "modern pharmacy interior welcoming clean" },
|
carouselItems={[
|
||||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=1", imageAlt: "prescription medication bottles organized pharmacy" },
|
{ id: "1", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-center-webinar-template_23-2150143267.jpg?_wi=1", imageAlt: "modern pharmacy interior welcoming clean" },
|
||||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-discusses-x-ray-scan-results-patient-care-treatment-center_482257-116767.jpg?_wi=1", imageAlt: "pharmacy team healthcare professionals confident" },
|
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=1", imageAlt: "prescription medication bottles organized pharmacy" },
|
||||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-center-webinar-template_23-2150143267.jpg?_wi=2", imageAlt: "modern pharmacy interior welcoming clean" },
|
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-discusses-x-ray-scan-results-patient-care-treatment-center_482257-116767.jpg?_wi=1", imageAlt: "pharmacy team healthcare professionals confident" },
|
||||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=2", imageAlt: "prescription medication bottles organized pharmacy" },
|
{ id: "4", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-center-webinar-template_23-2150143267.jpg?_wi=2", imageAlt: "modern pharmacy interior welcoming clean" },
|
||||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-discusses-x-ray-scan-results-patient-care-treatment-center_482257-116767.jpg?_wi=2", imageAlt: "pharmacy team healthcare professionals confident" }
|
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=2", imageAlt: "prescription medication bottles organized pharmacy" },
|
||||||
]}
|
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-discusses-x-ray-scan-results-patient-care-treatment-center_482257-116767.jpg?_wi=2", imageAlt: "pharmacy team healthcare professionals confident" }
|
||||||
autoPlay={true}
|
]}
|
||||||
autoPlayInterval={5000}
|
autoPlay={true}
|
||||||
/>
|
autoPlayInterval={5000}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="w-full px-4 py-8 flex flex-col items-center justify-center gap-3 bg-gradient-to-t from-white/5 to-transparent">
|
||||||
|
<div className="flex flex-col items-center gap-2">
|
||||||
|
<div className="flex items-center gap-2 text-sm font-medium text-gray-700">
|
||||||
|
<MapPin className="w-4 h-4" />
|
||||||
|
<span>Rákóczi Street, Izsák</span>
|
||||||
|
</div>
|
||||||
|
<div className="flex items-center gap-2 text-sm text-gray-600">
|
||||||
|
<Clock className="w-4 h-4" />
|
||||||
|
<span>Mon-Sat 8am-6pm • Open Now</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about" className="py-16 md:py-24">
|
<div id="about" data-section="about" className="py-16 md:py-24">
|
||||||
|
|||||||
Reference in New Issue
Block a user