diff --git a/src/app/page.tsx b/src/app/page.tsx index 4642953..25e3f06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -132,27 +80,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { - title: "Digital Records", - description: "Keep detailed logs of SPH, CYL, and Axis for every patient.", - imageSrc: "http://img.b2bpic.net/free-photo/medical-questionnaire_1098-19363.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-african-american-doctor-using-tablet-with-touch-screen-healthcare-information-cabinet-black-medic-with-white-coat-stethoscope-holding-modern-gadget-medical-care_482257-29373.jpg", - buttonText: "Learn More", - }, - { - title: "Inventory Control", - description: "Manage frames and lenses stock directly from the same portal.", - imageSrc: "http://img.b2bpic.net/free-photo/arranged-romantic-flowers-with-table-decor_23-2147755054.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pair-glasses-case-notepad_23-2148429623.jpg", - buttonText: "Learn More", - }, - { - title: "Patient Scheduling", - description: "Organize your daily consultations with an integrated calendar system.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168652.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/african-american-assistant-highlights-collagen-rich-cosmetics-skin-treatment_482257-122741.jpg", - buttonText: "Learn More", - }, + { title: "Digital Records", description: "Keep detailed logs of SPH, CYL, and Axis for every patient.", imageSrc: "http://img.b2bpic.net/free-photo/medical-questionnaire_1098-19363.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-african-american-doctor-using-tablet-with-touch-screen-healthcare-information-cabinet-black-medic-with-white-coat-stethoscope-holding-modern-gadget-medical-care_482257-29373.jpg", buttonText: "Learn More" }, + { title: "Inventory Control", description: "Manage frames and lenses stock directly from the same portal.", imageSrc: "http://img.b2bpic.net/free-photo/arranged-romantic-flowers-with-table-decor_23-2147755054.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pair-glasses-case-notepad_23-2148429623.jpg", buttonText: "Learn More" }, + { title: "Patient Scheduling", description: "Organize your daily consultations with an integrated calendar system.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168652.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/african-american-assistant-highlights-collagen-rich-cosmetics-skin-treatment_482257-122741.jpg", buttonText: "Learn More" }, ]} title="Key Features" description="Powerful tools designed to make your daily data entry effortless." @@ -165,21 +95,9 @@ export default function LandingPage() { title="System Impact" tag="Reliability" metrics={[ - { - id: "m1", - value: "99.9%", - description: "Data Accuracy Rate", - }, - { - id: "m2", - value: "50%", - description: "Faster Data Entry", - }, - { - id: "m3", - value: "24/7", - description: "Support Availability", - }, + { id: "m1", value: "99.9%", description: "Data Accuracy Rate" }, + { id: "m2", value: "50%", description: "Faster Data Entry" }, + { id: "m3", value: "24/7", description: "Support Availability" }, ]} metricsAnimation="slide-up" /> @@ -190,49 +108,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} + animationType="slide-up" products={[ - { - id: "p1", - name: "Classic Frames", - price: "$89", - variant: "Acetate", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-white-blank-paper-optics-shop_23-2148241446.jpg", - }, - { - id: "p2", - name: "Contact Lens Set", - price: "$45", - variant: "Daily", - imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-eyeglasses-frame-store_23-2148273193.jpg", - }, - { - id: "p3", - name: "Blue-Light Glasses", - price: "$120", - variant: "Computer", - imageSrc: "http://img.b2bpic.net/free-photo/transparent-glasses-laboratory-purposes-white_181624-31247.jpg", - }, - { - id: "p4", - name: "Titanium Frames", - price: "$250", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-optical-sunglasses-grey_140725-18268.jpg", - }, - { - id: "p5", - name: "Polarized Sunglasses", - price: "$180", - variant: "Outdoor", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bearded-craftsman-protective-face-shield-preparing-hard-work-outdoors_7502-10158.jpg", - }, - { - id: "p6", - name: "Care Kit", - price: "$15", - variant: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-caucasian-student-optician-store-picking-perfect-pair-sunglasses_176420-3465.jpg", - }, + { id: "p1", name: "Classic Frames", price: "$89", variant: "Acetate", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-white-blank-paper-optics-shop_23-2148241446.jpg" }, + { id: "p2", name: "Contact Lens Set", price: "$45", variant: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-eyeglasses-frame-store_23-2148273193.jpg" }, + { id: "p3", name: "Blue-Light Glasses", price: "$120", variant: "Computer", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glasses-laboratory-purposes-white_181624-31247.jpg" }, + { id: "p4", name: "Titanium Frames", price: "$250", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-optical-sunglasses-grey_140725-18268.jpg" }, + { id: "p5", name: "Polarized Sunglasses", price: "$180", variant: "Outdoor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bearded-craftsman-protective-face-shield-preparing-hard-work-outdoors_7502-10158.jpg" }, + { id: "p6", name: "Care Kit", price: "$15", variant: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-caucasian-student-optician-store-picking-perfect-pair-sunglasses_176420-3465.jpg" }, ]} title="Catalog Offerings" description="Explore our curated list of high-quality frames and optical solutions." @@ -244,64 +127,20 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Sarah Ahmed", - role: "Optician", - company: "City Eyes", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-businesswoman-smiling-workplace-office_176420-6981.jpg", - }, - { - id: "t2", - name: "John Doe", - role: "Clinic Manager", - company: "Precision Optics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-her-eyes-checked_23-2150758584.jpg", - }, - { - id: "t3", - name: "Maria Lopez", - role: "Doctor", - company: "Vision Care", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-appointment-eye-specialist-office_176420-3487.jpg", - }, - { - id: "t4", - name: "James Smith", - role: "Optician", - company: "Smith Optics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_329181-4295.jpg", - }, - { - id: "t5", - name: "Lisa Wang", - role: "Manager", - company: "Wang Vision", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-glasses-looking-away-with-copy-space_23-2148311842.jpg", - }, - ]} - kpiItems={[ - { - value: "100+", - label: "Clinics Trusted", - }, - { - value: "5k+", - label: "Daily Entries", - }, - { - value: "4.9", - label: "User Rating", - }, - ]} title="Client Feedback" description="What our users are saying about Optics Daily." + testimonials={[ + { id: "t1", name: "Sarah Ahmed", role: "Optician", company: "City Eyes", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-businesswoman-smiling-workplace-office_176420-6981.jpg" }, + { id: "t2", name: "John Doe", role: "Clinic Manager", company: "Precision Optics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-her-eyes-checked_23-2150758584.jpg" }, + { id: "t3", name: "Maria Lopez", role: "Doctor", company: "Vision Care", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-appointment-eye-specialist-office_176420-3487.jpg" }, + { id: "t4", name: "James Smith", role: "Optician", company: "Smith Optics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_329181-4295.jpg" }, + { id: "t5", name: "Lisa Wang", role: "Manager", company: "Wang Vision", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-glasses-looking-away-with-copy-space_23-2148311842.jpg" }, + ]} + kpiItems={[ + { value: "100+", label: "Clinics Trusted" }, + { value: "5k+", label: "Daily Entries" }, + { value: "4.9", label: "User Rating" }, + ]} /> @@ -310,21 +149,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Is my data secure?", - content: "Yes, we use industry-standard encryption for all patient records.", - }, - { - id: "f2", - title: "Can I import existing data?", - content: "Absolutely, our onboarding team provides full support for data migration.", - }, - { - id: "f3", - title: "Do you offer support?", - content: "We offer 24/7 dedicated support for all our clinics.", - }, + { id: "f1", title: "Is my data secure?", content: "Yes, we use industry-standard encryption for all patient records." }, + { id: "f2", title: "Can I import existing data?", content: "Absolutely, our onboarding team provides full support for data migration." }, + { id: "f3", title: "Do you offer support?", content: "We offer 24/7 dedicated support for all our clinics." }, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our platform." @@ -335,9 +162,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file