Merge version_1 into main #2

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

View File

@@ -29,24 +29,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Inventory",
id: "inventory",
},
{
name: "Analytics",
id: "metrics",
},
{
name: "History",
id: "history",
},
{ name: "Home", id: "hero" },
{ name: "Inventory", id: "inventory" },
{ name: "Analytics", id: "metrics" },
{ name: "History", id: "history" },
]}
brandName="MediStock Pro"
button={{ text: "Get Started", href: "#" }}
/>
</div>
@@ -55,65 +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?_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?_wi=6"
avatars={[
{
src: "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",
alt: "User 1",
},
{
src: "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",
alt: "User 2",
},
{
src: "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",
alt: "User 3",
},
{
src: "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",
alt: "User 4",
},
{
src: "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",
alt: "User 5",
},
{ 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" }
]}
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"
/>
</div>
@@ -124,50 +61,26 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Auto Stock Reduction",
description: "Automatically deducts sold items from your total inventory count.",
icon: CheckCircle,
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?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=2",
},
],
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=7",
imageAlt: "pharmacy dashboard UI design",
{ 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" }
]
},
{
title: "Alert Thresholds",
description: "Set low-stock notifications for critical pharmaceutical items.",
icon: AlertTriangle,
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?_wi=3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=4",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=5",
imageAlt: "pharmacy inventory management shelving",
{ 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" }
]
},
{
title: "Detailed Reporting",
description: "Track historical data for all sales and inventory changes.",
icon: BarChart2,
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?_wi=6",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148902598.jpg?_wi=7",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116600.jpg",
imageAlt: "pharmacy profit analytics data charts",
},
{ 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" }
]
}
]}
title="Inventory Control"
description="Real-time updates to your stock levels every time a customer makes a purchase."
@@ -180,24 +93,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: DollarSign,
title: "Daily Profit",
value: "$1,240",
},
{
id: "m2",
icon: Package,
title: "Sold Items",
value: "142",
},
{
id: "m3",
icon: TrendingUp,
title: "Weekly Sales",
value: "$9,850",
},
{ id: "m1", icon: DollarSign, title: "Daily Profit", value: "$1,240" },
{ id: "m2", icon: Package, title: "Sold Items", value: "142" },
{ id: "m3", icon: TrendingUp, title: "Weekly Sales", value: "$9,850" }
]}
title="Financial Insights"
description="Monitor your pharmacy's financial health with detailed analytics."
@@ -211,48 +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?_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",
},
{
id: "p4",
name: "Cough Syrup",
price: "$15.50",
variant: "Qty: 1",
imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=4",
},
{
id: "p5",
name: "Bandage Set",
price: "$5.00",
variant: "Qty: 3",
imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=5",
},
{
id: "p6",
name: "Antiseptic Spray",
price: "$8.99",
variant: "Qty: 1",
imageSrc: "http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142181.jpg?_wi=6",
},
{ 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" }
]}
title="Recent Sales History"
description="Review your most recent transaction history and customer records."
@@ -264,15 +123,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Professional Pharmacy Solutions"
description={[
"Our mission is to empower local pharmacies with modern technology.",
"MediStock Pro provides the tools required to minimize waste, increase transparency, and improve patient health outcomes through better data.",
]}
buttons={[
{
text: "Contact Sales",
href: "#",
},
"Our mission is to empower local pharmacies with modern technology.", "MediStock Pro provides the tools required to minimize waste, increase transparency, and improve patient health outcomes through better data."
]}
buttons={[{ text: "Contact Sales", href: "#" }]}
/>
</div>
@@ -280,57 +133,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="MediStock Pro"
columns={[
{
title: "Product",
items: [
{
label: "Inventory",
href: "#inventory",
},
{
label: "Analytics",
href: "#metrics",
},
{
label: "History",
href: "#history",
},
],
},
{
title: "Resources",
items: [
{
label: "Support",
href: "#",
},
{
label: "API",
href: "#",
},
{
label: "Security",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Product", items: [{ label: "Inventory", href: "#inventory" }, { label: "Analytics", href: "#metrics" }, { label: "History", href: "#history" }] },
{ title: "Resources", items: [{ label: "Support", href: "#" }, { label: "API", href: "#" }, { label: "Security", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Terms", href: "#" }] }
]}
copyrightText="© 2024 MediStock Pro Pharmacy Systems."
/>
@@ -338,4 +143,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}