Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
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() {
|
||||
return (
|
||||
@@ -41,30 +41,44 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero" className="relative min-h-screen flex items-center justify-center">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Your Trusted Local Pharmacy in Izsák"
|
||||
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."
|
||||
tag="Community Healthcare"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
carouselItems={[
|
||||
{ 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: "2", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=1", imageAlt: "prescription medication bottles organized pharmacy" },
|
||||
{ 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: "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: "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}
|
||||
/>
|
||||
<div id="hero" data-section="hero" className="relative min-h-screen flex flex-col items-center justify-center">
|
||||
<div className="w-full flex-1 flex items-center justify-center">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Your Trusted Local Pharmacy in Izsák"
|
||||
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."
|
||||
tag="Community Healthcare"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
carouselItems={[
|
||||
{ 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: "2", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=1", imageAlt: "prescription medication bottles organized pharmacy" },
|
||||
{ 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: "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: "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}
|
||||
/>
|
||||
</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 id="about" data-section="about" className="py-16 md:py-24">
|
||||
|
||||
Reference in New Issue
Block a user