Merge version_1 into main #2
124
src/app/page.tsx
124
src/app/page.tsx
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import Link from "next/link";
|
||||
import { Calendar, Bell, Clock, Users, Lock, Star, BarChart3, Settings, TrendingUp, Send, Shield, Phone, CheckCircle, Heart, HelpCircle } from "lucide-react";
|
||||
import { Calendar, Bell, Clock, Users, Lock, Star, BarChart3, Settings, TrendingUp, Send, Shield, Phone, CheckCircle, Heart, HelpCircle, Stethoscope } from "lucide-react";
|
||||
|
||||
const HomePage = () => {
|
||||
const navItems = [
|
||||
@@ -28,7 +28,7 @@ const HomePage = () => {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -47,15 +47,15 @@ const HomePage = () => {
|
||||
title="24/7 Appointment Booking for Rose Clinic & Ultrasound Centre"
|
||||
description="Seamless online appointment scheduling, real-time slot availability, and comprehensive patient management at Dr. Nisha Singh's premier clinic. Experience healthcare that fits your schedule."
|
||||
tag="Healthcare Innovation"
|
||||
tagIcon={CheckCircle}
|
||||
tagIcon={Stethoscope}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "/appointments" },
|
||||
{ text: "Learn More", href: "/about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-treatment-calendar-with-stethoscope-pills_23-2148438970.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-treatment-calendar-with-stethoscope-pills_23-2148438970.jpg"
|
||||
imageAlt="Online appointment booking interface"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,47 +69,23 @@ const HomePage = () => {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Real-Time Availability",
|
||||
description: "View and book available time slots instantly for both clinic locations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=1",
|
||||
imageAlt: "Real-time availability view",
|
||||
buttonIcon: Calendar,
|
||||
title: "Real-Time Availability", description: "View and book available time slots instantly for both clinic locations", imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg", imageAlt: "Real-time availability view", buttonIcon: Calendar,
|
||||
buttonHref: "/appointments"
|
||||
},
|
||||
{
|
||||
title: "Smart Reminders",
|
||||
description: "Get SMS, WhatsApp, and email notifications 24 hours before your appointment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg",
|
||||
imageAlt: "Notification system",
|
||||
buttonIcon: Bell
|
||||
title: "Smart Reminders", description: "Get SMS, WhatsApp, and email notifications 24 hours before your appointment", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg", imageAlt: "Notification system", buttonIcon: Bell
|
||||
},
|
||||
{
|
||||
title: "Manage Appointments",
|
||||
description: "Reschedule, cancel, or track your appointment history online",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=2",
|
||||
imageAlt: "Appointment management",
|
||||
buttonIcon: Clock
|
||||
title: "Manage Appointments", description: "Reschedule, cancel, or track your appointment history online", imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg", imageAlt: "Appointment management", buttonIcon: Clock
|
||||
},
|
||||
{
|
||||
title: "Family Bookings",
|
||||
description: "Book appointments for yourself and family members in one place",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=3",
|
||||
imageAlt: "Family booking system",
|
||||
buttonIcon: Users
|
||||
title: "Family Bookings", description: "Book appointments for yourself and family members in one place", imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg", imageAlt: "Family booking system", buttonIcon: Users
|
||||
},
|
||||
{
|
||||
title: "Secure Profile",
|
||||
description: "OTP and email-based secure login protecting your personal health information",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=4",
|
||||
imageAlt: "Secure login",
|
||||
buttonIcon: Lock
|
||||
title: "Secure Profile", description: "OTP and email-based secure login protecting your personal health information", imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg", imageAlt: "Secure login", buttonIcon: Lock
|
||||
},
|
||||
{
|
||||
title: "Easy Feedback",
|
||||
description: "Rate your experience and leave reviews directly in the system",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=5",
|
||||
imageAlt: "Feedback system",
|
||||
buttonIcon: Star
|
||||
title: "Easy Feedback", description: "Rate your experience and leave reviews directly in the system", imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg", imageAlt: "Feedback system", buttonIcon: Star
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -144,28 +120,13 @@ const HomePage = () => {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "property-09",
|
||||
name: "Property 09",
|
||||
price: "Basement Level",
|
||||
variant: "Molarband Extension",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=1",
|
||||
imageAlt: "Clinic Location - Property 09"
|
||||
id: "property-09", name: "Property 09", price: "Basement Level", variant: "Molarband Extension", imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg", imageAlt: "Clinic Location - Property 09"
|
||||
},
|
||||
{
|
||||
id: "property-10",
|
||||
name: "Property 10",
|
||||
price: "Ground Floor",
|
||||
variant: "Molarband Extension",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=2",
|
||||
imageAlt: "Clinic Location - Property 10"
|
||||
id: "property-10", name: "Property 10", price: "Ground Floor", variant: "Molarband Extension", imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg", imageAlt: "Clinic Location - Property 10"
|
||||
},
|
||||
{
|
||||
id: "services-info",
|
||||
name: "Services Available",
|
||||
price: "Consultation",
|
||||
variant: "Ultrasound, Follow-ups",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=3",
|
||||
imageAlt: "Services offered"
|
||||
id: "services-info", name: "Services Available", price: "Consultation", variant: "Ultrasound, Follow-ups", imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg", imageAlt: "Services offered"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -189,49 +150,24 @@ const HomePage = () => {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyasharma",
|
||||
testimonial: "The online booking system saved me so much time. I was able to schedule my appointment in just 2 minutes, and I received reminders perfectly on time. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg",
|
||||
imageAlt: "Priya Sharma"
|
||||
id: "1", name: "Priya Sharma", handle: "@priyasharma", testimonial: "The online booking system saved me so much time. I was able to schedule my appointment in just 2 minutes, and I received reminders perfectly on time. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Patel",
|
||||
handle: "@anjalicare",
|
||||
testimonial: "Dr. Nisha Singh is incredibly professional and thorough. The 24/7 availability and ability to reschedule online made managing my follow-up appointments effortless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=1",
|
||||
imageAlt: "Anjali Patel"
|
||||
id: "2", name: "Anjali Patel", handle: "@anjalicare", testimonial: "Dr. Nisha Singh is incredibly professional and thorough. The 24/7 availability and ability to reschedule online made managing my follow-up appointments effortless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", imageAlt: "Anjali Patel"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Meera Desai",
|
||||
handle: "@meeradesk",
|
||||
testimonial: "Fantastic experience from booking to consultation. The SMS reminders kept me from forgetting my appointment, and the staff was very welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg",
|
||||
imageAlt: "Meera Desai"
|
||||
id: "3", name: "Meera Desai", handle: "@meeradesk", testimonial: "Fantastic experience from booking to consultation. The SMS reminders kept me from forgetting my appointment, and the staff was very welcoming.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Meera Desai"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Kumar",
|
||||
handle: "@snehahealth",
|
||||
testimonial: "Being able to book family members' appointments through one system is incredibly convenient. Rose Clinic has truly modernized healthcare access.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=2",
|
||||
imageAlt: "Sneha Kumar"
|
||||
id: "4", name: "Sneha Kumar", handle: "@snehahealth", testimonial: "Being able to book family members' appointments through one system is incredibly convenient. Rose Clinic has truly modernized healthcare access.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", imageAlt: "Sneha Kumar"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Divya Verma",
|
||||
handle: "@divyav22",
|
||||
testimonial: "The clinic is so organized with their digital system. I can track all my appointments in one place and get instant confirmations. Perfect!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg",
|
||||
imageAlt: "Divya Verma"
|
||||
id: "5", name: "Divya Verma", handle: "@divyav22", testimonial: "The clinic is so organized with their digital system. I can track all my appointments in one place and get instant confirmations. Perfect!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg", imageAlt: "Divya Verma"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -258,8 +194,7 @@ const HomePage = () => {
|
||||
logoText="Rose Clinic"
|
||||
columns={[
|
||||
{
|
||||
title: "Patient Portal",
|
||||
items: [
|
||||
title: "Patient Portal", items: [
|
||||
{ label: "Book Appointment", href: "/appointments" },
|
||||
{ label: "Manage Appointments", href: "/appointments" },
|
||||
{ label: "View Profile", href: "/appointments" },
|
||||
@@ -267,8 +202,7 @@ const HomePage = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Admin Dashboard",
|
||||
items: [
|
||||
title: "Admin Dashboard", items: [
|
||||
{ label: "Staff Login", href: "/admin" },
|
||||
{ label: "Appointment Management", href: "/admin" },
|
||||
{ label: "Patient Records", href: "/admin" },
|
||||
@@ -276,8 +210,7 @@ const HomePage = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Clinic Locations", href: "/about" },
|
||||
@@ -285,8 +218,7 @@ const HomePage = () => {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: +91-XXXX-XXXX-XX", href: "#" },
|
||||
{ label: "Email: info@roseclinic.com", href: "mailto:info@roseclinic.com" },
|
||||
{ label: "Molarband Extension, Delhi", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user