Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
289
src/app/page.tsx
289
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"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Optics Daily"
|
||||
/>
|
||||
@@ -50,65 +45,20 @@ export default function LandingPage() {
|
||||
title="Optics Daily Data Entry"
|
||||
description="Streamlining prescription management and patient records for modern opticians. Efficient, organized, and reliable."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmed Khan",
|
||||
handle: "@ahmedoptics",
|
||||
testimonial: "This system revolutionized our daily prescription management. Fast and error-free.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-eyeglasses-frame-shop_23-2148273164.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller_vision",
|
||||
testimonial: "Incredible efficiency boost for our busy clinic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-optician-checking-eyeglasses-frame_23-2148273165.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Chen",
|
||||
handle: "@chen_opticals",
|
||||
testimonial: "The interface is intuitive and very fast.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-new-glasses-optometrist_23-2148196760.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Rossi",
|
||||
handle: "@rossi_care",
|
||||
testimonial: "Best tool for modern optometry practices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-with-optometrist-trial-frame-showing-thumb-up-gesture-sitting-with-young-female-ophthalmologist-clinic_23-2148241490.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne_eyes",
|
||||
testimonial: "Reliable, clean, and perfectly suited for our needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923325.jpg",
|
||||
},
|
||||
{ name: "Ahmed Khan", handle: "@ahmedoptics", testimonial: "This system revolutionized our daily prescription management. Fast and error-free.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-eyeglasses-frame-shop_23-2148273164.jpg" },
|
||||
{ name: "Sarah Miller", handle: "@smiller_vision", testimonial: "Incredible efficiency boost for our busy clinic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-optician-checking-eyeglasses-frame_23-2148273165.jpg" },
|
||||
{ name: "David Chen", handle: "@chen_opticals", testimonial: "The interface is intuitive and very fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-looking-new-glasses-optometrist_23-2148196760.jpg" },
|
||||
{ name: "Elena Rossi", handle: "@rossi_care", testimonial: "Best tool for modern optometry practices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-with-optometrist-trial-frame-showing-thumb-up-gesture-sitting-with-young-female-ophthalmologist-clinic_23-2148241490.jpg" },
|
||||
{ name: "Marcus Thorne", handle: "@mthorne_eyes", testimonial: "Reliable, clean, and perfectly suited for our needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923325.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917653.jpg"
|
||||
imageAlt="Modern optics clinic desk"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-optician-eye-exam_23-2148273220.jpg",
|
||||
alt: "Optometrist",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/employee-helping-girl-try-glasses_23-2148920002.jpg",
|
||||
alt: "Practice Manager",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-optician-holding-glasses-frames_23-2148273173.jpg",
|
||||
alt: "Optical Technician",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-ophthalmologist-s-office_23-2150801407.jpg",
|
||||
alt: "Patient Care",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-shot-cute-woman-with-stylish-haircut-standing-optical-store-while-picking-sunglasses_176420-3472.jpg",
|
||||
alt: "Clinical Lead",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-optician-eye-exam_23-2148273220.jpg", alt: "Optometrist" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/employee-helping-girl-try-glasses_23-2148920002.jpg", alt: "Practice Manager" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-optician-holding-glasses-frames_23-2148273173.jpg", alt: "Optical Technician" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-ophthalmologist-s-office_23-2150801407.jpg", alt: "Patient Care" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/horizontal-shot-cute-woman-with-stylish-haircut-standing-optical-store-while-picking-sunglasses_176420-3472.jpg", alt: "Clinical Lead" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ clinic professionals"
|
||||
/>
|
||||
@@ -119,9 +69,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built for Opticians"
|
||||
description={[
|
||||
"Founded with the goal of digitizing the traditional prescription slip process, Optics Daily offers a seamless interface designed specifically for clinical data entry.",
|
||||
"Our platform bridges the gap between manual paperwork and digital efficiency, ensuring your patient data is stored accurately and securely.",
|
||||
]}
|
||||
"Founded with the goal of digitizing the traditional prescription slip process, Optics Daily offers a seamless interface designed specifically for clinical data entry.", "Our platform bridges the gap between manual paperwork and digital efficiency, ensuring your patient data is stored accurately and securely."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Get Started Today"
|
||||
description="Ready to digitize your clinic? Sign up to schedule a demo."
|
||||
tag="Get Started"
|
||||
@@ -347,17 +172,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Optics Daily"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Support", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user