Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-03 20:04:09 +00:00

View File

@@ -44,13 +44,13 @@ export default function LandingPage() {
title="Smart Pharmacy Management"
description="Streamline your inventory, track daily sales, and analyze profitability in real-time with our comprehensive pharmacy suite."
testimonials={[
{ name: "Dr. Smith", handle: "@pharma_ceo", testimonial: "This system made our stock management so much easier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg" },
{ name: "Jane Doe", handle: "@pharmacist", testimonial: "The profit tracking is incredibly intuitive and accurate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg" },
{ name: "Mike Ross", handle: "@shop_owner", testimonial: "Best pharmacy software investment we've ever made.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg" },
{ name: "Sarah Lee", handle: "@medical_pro", testimonial: "Seamless integration with our current workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg" },
{ name: "John Wu", handle: "@health_tech", testimonial: "Reliable and fast reporting, highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg" }
{ name: "Dr. Smith", handle: "@pharma_ceo", testimonial: "This system made our stock management so much easier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg?_wi=1" },
{ name: "Jane Doe", handle: "@pharmacist", testimonial: "The profit tracking is incredibly intuitive and accurate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg?_wi=2" },
{ name: "Mike Ross", handle: "@shop_owner", testimonial: "Best pharmacy software investment we've ever made.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg?_wi=3" },
{ name: "Sarah Lee", handle: "@medical_pro", testimonial: "Seamless integration with our current workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg?_wi=4" },
{ name: "John Wu", handle: "@health_tech", testimonial: "Reliable and fast reporting, highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg?_wi=5" }
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg"
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-using-wireless-headphones-online-conference-smartphone-wearing-face-mask-workplace-multiethnic-coworkers-working-respecting-social-distance-business-global-pandem_482257-9903.jpg?_wi=6"
/>
</div>
@@ -63,22 +63,22 @@ export default function LandingPage() {
{
title: "Auto Stock Reduction", description: "Automatically deducts sold items from your total inventory count.", icon: CheckCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=2" }
]
},
{
title: "Alert Thresholds", description: "Set low-stock notifications for critical pharmaceutical items.", icon: AlertTriangle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=4" }
]
},
{
title: "Detailed Reporting", description: "Track historical data for all sales and inventory changes.", icon: BarChart2,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=6" }
]
}
]}
@@ -109,9 +109,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Pain Relief Tablet", price: "$12.00", variant: "Qty: 1", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg" },
{ id: "p2", name: "Antibiotic Liquid", price: "$25.00", variant: "Qty: 2", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg" },
{ id: "p3", name: "Vitamins A-Z", price: "$30.00", variant: "Qty: 1", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg" }
{ id: "p1", name: "Pain Relief Tablet", price: "$12.00", variant: "Qty: 1", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=1" },
{ id: "p2", name: "Antibiotic Liquid", price: "$25.00", variant: "Qty: 2", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=2" },
{ id: "p3", name: "Vitamins A-Z", price: "$30.00", variant: "Qty: 1", imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=3" }
]}
title="Recent Sales History"
description="Review your most recent transaction history and customer records."