From 90d25f65e7ed5dc1831477487db308cd757100fe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 19:51:51 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0feae98..ce75113 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Activity, Heart, Zap } from "lucide-react"; +import { Activity, Heart, Zap, Thermometer } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1 From aeee36b651d35ce550934114f3191c018581467d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 19:51:59 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 207 ++++++++--------------------------------- 1 file changed, 37 insertions(+), 170 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ce75113..edc1792 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,34 +18,18 @@ export default function HomePage() { title="Your Health, Our Priority" description="Barnatore Qendresa provides expert professional pharmacy services with a focus on care, quality medications, and your well-being." primaryButton={{ - text: "View Products", - href: "#products", - }} + text: "View Products", href: "#products"}} secondaryButton={{ - text: "Contact Us", - href: "#contact", - }} + text: "Contact Us", href: "#contact"}} leftItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-day-celebration-with-male-pharmacist_23-2151734672.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-pills-container_23-2149485505.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/mayonnaise-can-blue-background_58702-2140.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-day-celebration-with-male-pharmacist_23-2151734672.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-pills-container_23-2149485505.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mayonnaise-can-blue-background_58702-2140.jpg" }, ]} rightItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/medicine-pill-capsule_1388-256.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-arrangement-with-blood-samples-vaccine_23-2149107209.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/cannabis-leaf-extracted-from-hemp-oil_1150-9552.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/medicine-pill-capsule_1388-256.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-arrangement-with-blood-samples-vaccine_23-2149107209.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cannabis-leaf-extracted-from-hemp-oil_1150-9552.jpg" }, ]} /> @@ -71,59 +55,22 @@ export default function HomePage() { description="We offer a wide range of professional healthcare services to keep you and your family in top health." features={[ { - title: "Professional Consultations", - description: "Expert advice tailored to your personal health history.", - bentoComponent: "media-stack", - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-handoff-prescription-customer_23-2152008081.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-man-is-posing-studio_176474-59874.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/doctor-s-table-tools-medical-instruments-therapist-tonometer-blood-pressure-work-hospital-white-background-flat-lay-doctor-s-hand-blue-glove-records-indicators-white-pape_639032-933.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-day-celebration-with-male-pharmacist_23-2151734672.jpg?_wi=2", - imageAlt: "pharmacy consultation health advice", + title: "Professional Consultations", description: "Expert advice tailored to your personal health history.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-handoff-prescription-customer_23-2152008081.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/expressive-man-is-posing-studio_176474-59874.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/doctor-s-table-tools-medical-instruments-therapist-tonometer-blood-pressure-work-hospital-white-background-flat-lay-doctor-s-hand-blue-glove-records-indicators-white-pape_639032-933.jpg" } + ] }, { - title: "Health Metrics Monitoring", - description: "Professional blood pressure and glucose tracking.", - bentoComponent: "info-card-marquee", - infoCards: [ - { - icon: Activity, - label: "Blood Pressure", - value: "Checked", - }, - { - icon: Thermometer, - label: "Body Metrics", - value: "Tracked", - }, - { - icon: Heart, - label: "Wellness Rate", - value: "Optimal", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-pills-container_23-2149485505.jpg?_wi=2", - imageAlt: "pharmacy consultation health advice", + title: "Health Metrics Monitoring", description: "Professional blood pressure and glucose tracking.", bentoComponent: "info-card-marquee", infoCards: [ + { icon: Activity, label: "Blood Pressure", value: "Checked" }, + { icon: Thermometer, label: "Body Metrics", value: "Tracked" }, + { icon: Heart, label: "Wellness Rate", value: "Optimal" }, + ] }, { - title: "Fast Medication Services", - description: "Efficient dispensing for all your daily needs.", - bentoComponent: "icon-text-marquee", - centerIcon: Zap, - marqueeTexts: [ - "Fast dispensing", - "Stock availability", - "Medication review", - ], - imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-arrangement-with-blood-samples-vaccine_23-2149107209.jpg?_wi=2", - imageAlt: "pharmacy consultation health advice", + title: "Fast Medication Services", description: "Efficient dispensing for all your daily needs.", bentoComponent: "icon-text-marquee", centerIcon: Zap, + marqueeTexts: ["Fast dispensing", "Stock availability", "Medication review"] }, ]} /> @@ -137,48 +84,13 @@ export default function HomePage() { title="Health & Beauty Essentials" description="Explore our curated selection of quality pharmaceutical and wellness products." items={[ - { - title: "Skincare", - description: "Dermatologically tested care solutions.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/collection-aluminum-products-packaging_23-2150820968.jpg", - }, - { - title: "Vitamins", - description: "Premium health supplements.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-green-apple-pills_23-2148302155.jpg", - }, - { - title: "Herbal", - description: "Natural medicinal remedies.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013551.jpg", - }, - { - title: "Wearables", - description: "Advanced health tracking gear.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-glucose-patch-sensor_23-2150766858.jpg", - }, - { - title: "First Aid", - description: "Emergency response essentials.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-medical-still-life-elements_23-2148854048.jpg", - }, - { - title: "Dispensers", - description: "Organized medication management.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643922.jpg", - }, - { - title: "Nasal Relief", - description: "Professional respiratory support.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-doctor_23-2148827815.jpg", - }, + { title: "Skincare", description: "Dermatologically tested care solutions.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/collection-aluminum-products-packaging_23-2150820968.jpg" }, + { title: "Vitamins", description: "Premium health supplements.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-green-apple-pills_23-2148302155.jpg" }, + { title: "Herbal", description: "Natural medicinal remedies.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/cbd-oil-dropper-assortment_23-2149013551.jpg" }, + { title: "Wearables", description: "Advanced health tracking gear.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glucose-patch-sensor_23-2150766858.jpg" }, + { title: "First Aid", description: "Emergency response essentials.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-medical-still-life-elements_23-2148854048.jpg" }, + { title: "Dispensers", description: "Organized medication management.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643922.jpg" }, + { title: "Nasal Relief", description: "Professional respiratory support.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-doctor_23-2148827815.jpg" } ]} /> @@ -191,41 +103,11 @@ export default function HomePage() { title="Trusted by the Community" description="See how Barnatore Qendresa makes a difference for our patients." testimonials={[ - { - name: "Sarah J.", - role: "Patient", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-chess_23-2148997204.jpg", - }, - { - name: "Mark D.", - role: "Patient", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-woman-keeping-arm-chest-green-polo-t-shirt-looking-cheery-front-view_176474-71823.jpg", - }, - { - name: "Elena R.", - role: "Parent", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-doing-his-job_23-2150348137.jpg", - }, - { - name: "David K.", - role: "Patient", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-doing-his-job_23-2150348141.jpg", - }, - { - name: "Marta L.", - role: "Patient", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medicine-pharmaceutics-health-care-people-concept-female-pharmacist-advises-buyer_1157-42173.jpg", - }, + { name: "Sarah J.", role: "Patient", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-chess_23-2148997204.jpg" }, + { name: "Mark D.", role: "Patient", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-woman-keeping-arm-chest-green-polo-t-shirt-looking-cheery-front-view_176474-71823.jpg" }, + { name: "Elena R.", role: "Parent", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-doing-his-job_23-2150348137.jpg" }, + { name: "David K.", role: "Patient", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-doing-his-job_23-2150348141.jpg" }, + { name: "Marta L.", role: "Patient", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medicine-pharmaceutics-health-care-people-concept-female-pharmacist-advises-buyer_1157-42173.jpg" }, ]} /> @@ -238,18 +120,9 @@ export default function HomePage() { title="Frequently Asked Questions" description="Answers to common questions about our services." items={[ - { - question: "Do you offer home delivery?", - answer: "Yes, we provide safe medication delivery services within the city.", - }, - { - question: "Is a prescription always required?", - answer: "Many medications require one, but we offer over-the-counter consults for minor needs.", - }, - { - question: "How can I book a consultation?", - answer: "You can visit us directly or call us to schedule an appointment.", - }, + { question: "Do you offer home delivery?", answer: "Yes, we provide safe medication delivery services within the city." }, + { question: "Is a prescription always required?", answer: "Many medications require one, but we offer over-the-counter consults for minor needs." }, + { question: "How can I book a consultation?", answer: "You can visit us directly or call us to schedule an appointment." }, ]} /> @@ -260,14 +133,8 @@ export default function HomePage() { -- 2.49.1