diff --git a/src/app/page.tsx b/src/app/page.tsx
index 43b653d..bb167a2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -60,14 +45,8 @@ export default function LandingPage() {
logoText="VitalCare Pharmacy"
description="Your trusted local pharmacy, committed to providing quality healthcare services, personalized medication consultations, and high-quality health products for your family's well-being."
buttons={[
- {
- text: "Visit Us",
- href: "#contact",
- },
- {
- text: "Browse Products",
- href: "#products",
- },
+ { text: "Visit Us", href: "#contact" },
+ { text: "Browse Products", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/various-drugs-syringe-ampoule-marble-surface_114579-25669.jpg"
/>
@@ -90,20 +69,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Prescription Refills",
- description: "Quick and accurate prescription services so you never miss a dose.",
- imageSrc: "http://img.b2bpic.net/free-photo/pharmacy-shelves-filled-with-packages-pills-modern-medicine-containers-medicaments-supplements-empty-health-care-shop-with-drugs-bottles-pharmaceutical-products_482257-60606.jpg",
- },
+ title: "Prescription Refills", description: "Quick and accurate prescription services so you never miss a dose.", imageSrc: "http://img.b2bpic.net/free-photo/pharmacy-shelves-filled-with-packages-pills-modern-medicine-containers-medicaments-supplements-empty-health-care-shop-with-drugs-bottles-pharmaceutical-products_482257-60606.jpg"},
{
- title: "Health Consultation",
- description: "Private consultations with our expert team regarding your health and wellness goals.",
- imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-presenting-test-findings-via-scan-interpretation-tablet_482257-124764.jpg",
- },
+ title: "Health Consultation", description: "Private consultations with our expert team regarding your health and wellness goals.", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-presenting-test-findings-via-scan-interpretation-tablet_482257-124764.jpg"},
{
- title: "Fast Local Delivery",
- description: "Need medication fast? We offer same-day local delivery for our pharmacy patients.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-carrying-crate-food_23-2148773387.jpg",
- },
+ title: "Fast Local Delivery", description: "Need medication fast? We offer same-day local delivery for our pharmacy patients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-carrying-crate-food_23-2148773387.jpg"},
]}
title="Our Pharmacy Services"
description="We go beyond just dispensing pills, providing a holistic range of health services."
@@ -112,52 +82,23 @@ export default function LandingPage() {