diff --git a/src/app/page.tsx b/src/app/page.tsx index 06265a3..887b2d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,81 +47,48 @@ export default function LandingPage() {
@@ -140,14 +99,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Dedicated to Your Health", - }, + type: "text", content: "Dedicated to Your Health"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/indian-physician-patient-shaking-hands-medical-consultation_482257-118452.jpg", - alt: "Pharmacy About", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/indian-physician-patient-shaking-hands-medical-consultation_482257-118452.jpg", alt: "Pharmacy About"}, ]} />
@@ -160,19 +114,13 @@ export default function LandingPage() { features={[ { icon: Activity, - title: "Medication Counseling", - description: "Expert advice on prescriptions.", - }, + title: "Medication Counseling", description: "Expert advice on prescriptions."}, { icon: ShieldCheck, - title: "Safety Standards", - description: "Quality assurance in all medications.", - }, + title: "Safety Standards", description: "Quality assurance in all medications."}, { icon: Clock, - title: "Convenient Hours", - description: "Open until 6 PM daily.", - }, + title: "Convenient Hours", description: "Open until 6 PM daily."}, ]} title="Our Pharmacy Services" description="Comprehensive pharmacy care for every family member." @@ -186,23 +134,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "loc", - icon: MapPin, - title: "Location", - value: "Arris 785W+JR4", - }, + id: "loc", icon: MapPin, + title: "Location", value: "Arris 785W+JR4"}, { - id: "ph", - icon: Phone, - title: "Call", - value: "033 20 20 99", - }, + id: "ph", icon: Phone, + title: "Call", value: "033 20 20 99"}, { - id: "hr", - icon: Clock, - title: "Closing Time", - value: "6 PM", - }, + id: "hr", icon: Clock, + title: "Closing Time", value: "6 PM"}, ]} title="Find Us" description="Conveniently located to serve the Arris area." @@ -214,14 +153,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Regular Exercise", - "Balanced Diet", - "Hydration", - "Preventative Care", - "Healthy Sleep", - "Hygiene Practices", - "Consult a Pharmacist", - ]} + "Regular Exercise", "Balanced Diet", "Hydration", "Preventative Care", "Healthy Sleep", "Hygiene Practices", "Consult a Pharmacist"]} title="Healthcare Tips" description="Simple reminders for a healthy life." /> @@ -233,20 +165,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What are your hours?", - content: "We are open daily until 6 PM.", - }, + id: "q1", title: "What are your hours?", content: "We are open daily until 6 PM."}, { - id: "q2", - title: "Do you offer consultations?", - content: "Yes, our pharmacists are always ready to advise.", - }, + id: "q2", title: "Do you offer consultations?", content: "Yes, our pharmacists are always ready to advise."}, { - id: "q3", - title: "Is parking available?", - content: "Yes, convenient parking is nearby.", - }, + id: "q3", title: "Do you provide out-of-hours or emergency support?", content: "In case of urgent needs after hours, please visit your local emergency services or contact local on-call pharmacy networks for immediate assistance."}, + { + id: "q4", title: "Is parking available?", content: "Yes, convenient parking is nearby."}, ]} imageSrc="http://img.b2bpic.net/free-photo/doctor-workplace-medical-stethoscope-laptop-blank-clipboard-pen-light-blue-surface-corona-virus-covid-19-stethoscope-eyeglasses-face-mask-top-view-flat-lay-copy-space_1150-44893.jpg" mediaAnimation="slide-up" @@ -260,8 +185,7 @@ export default function LandingPage() { @@ -272,17 +196,11 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -292,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file