Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 17:54:53 +00:00

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Products",
id: "/products",
},
name: "Products", id: "/products"},
{
name: "Order Online",
id: "/order",
},
name: "Order Online", id: "/order"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Times Pharmacy"
/>
@@ -57,23 +47,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Prescription Upload",
description: "Securely upload your doctor's prescription for quick review by our experts.",
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-with-table-checking-stock-pharmacy_23-2150359101.jpg",
imageAlt: "ai medical assistant",
},
title: "Prescription Upload", description: "Securely upload your doctor's prescription for quick review by our experts.", imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-with-table-checking-stock-pharmacy_23-2150359101.jpg", imageAlt: "ai medical assistant"},
{
title: "Check Availability",
description: "Instantly ask if your medicine is in stock.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-hospital-office-using-devices_482257-85719.jpg",
imageAlt: "ai medical assistant",
},
title: "Check Availability", description: "Instantly ask if your medicine is in stock.", imageSrc: "http://img.b2bpic.net/free-photo/modern-hospital-office-using-devices_482257-85719.jpg", imageAlt: "ai medical assistant"},
{
title: "Quick WhatsApp Order",
description: "Send your requirements directly via AI-generated WhatsApp messages.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-holographic-technology-examine-heart_23-2151968689.jpg",
imageAlt: "ai medical assistant",
},
title: "Quick WhatsApp Order", description: "Send your requirements directly via AI-generated WhatsApp messages.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-holographic-technology-examine-heart_23-2151968689.jpg", imageAlt: "ai medical assistant"},
]}
title="AI Medicine Assistant"
description="Our AI assistant helps you check medicine availability, suggest alternatives, and simplify your order process."
@@ -84,12 +62,11 @@ export default function LandingPage() {
<ProductCart
isOpen={false}
onClose={() => {}}
items={[]}
total="0"
buttons={[
{
text: "Continue",
href: "/products",
},
text: "Continue", href: "/products"},
]}
/>
</div>
@@ -98,13 +75,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Times Pharmacy Shopping Center"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "/contact"}}
/>
</div>
</ReactLenis>