diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index ef18592..d507d91 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -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() { {}} + items={[]} total="0" buttons={[ { - text: "Continue", - href: "/products", - }, + text: "Continue", href: "/products"}, ]} /> @@ -98,13 +75,9 @@ export default function LandingPage() {