diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0cfa1f0..be38809 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterCard from '@/components/sections/footer/FooterCard';
-import HeroLogo from '@/components/sections/hero/HeroLogo';
+import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -30,33 +30,27 @@ export default function LandingPage() {
-
@@ -73,12 +67,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1", title: "Automated Booking", subtitle: "24/7 self-service scheduling.", category: "Efficiency", value: "Reduce no-shows by 40%"},
- {
- id: "f2", title: "Resource Management", subtitle: "Optimize room and personnel availability.", category: "Logistics", value: "Dynamic allocation"},
- {
- id: "f3", title: "Security-First", subtitle: "Enterprise-grade data protection.", category: "Compliance", value: "GDPR & HIPAA Ready"},
+ { id: "f1", title: "Automated Booking", subtitle: "24/7 self-service scheduling.", category: "Efficiency", value: "Reduce no-shows by 40%" },
+ { id: "f2", title: "Resource Management", subtitle: "Optimize room and personnel availability.", category: "Logistics", value: "Dynamic allocation" },
+ { id: "f3", title: "Security-First", subtitle: "Enterprise-grade data protection.", category: "Compliance", value: "GDPR & HIPAA Ready" },
]}
title="Built for Efficiency"
description="Powerful tools designed to manage appointments, resources, and institutional calendars with ease."
@@ -91,12 +82,9 @@ export default function LandingPage() {
title="Proven Impact"
tag="Performance"
metrics={[
- {
- id: "m1", value: "50k+", description: "Weekly Appointments"},
- {
- id: "m2", value: "99.9%", description: "System Uptime"},
- {
- id: "m3", value: "200+", description: "Institutions Served"},
+ { id: "m1", value: "50k+", description: "Weekly Appointments" },
+ { id: "m2", value: "99.9%", description: "System Uptime" },
+ { id: "m3", value: "200+", description: "Institutions Served" },
]}
metricsAnimation="slide-up"
/>
@@ -108,16 +96,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1", name: "Dr. Sarah Miller", role: "Dean", testimonial: "Schedulist has completely streamlined our student advising processes. It's simply indispensable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
- {
- id: "t2", name: "Mark Henderson", role: "Operations Manager", testimonial: "The resource allocation features saved our clinic countless hours of manual work.", imageSrc: "http://img.b2bpic.net/free-photo/empty-examination-cabinet-medical-checkup-facility_482257-30451.jpg"},
- {
- id: "t3", name: "Elena Rossi", role: "Director", testimonial: "Security and ease-of-use come together perfectly in this platform. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg"},
- {
- id: "t4", name: "James Wilson", role: "Principal", testimonial: "A reliable, professional tool that every educational institution needs in their stack.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg"},
- {
- id: "t5", name: "Linda Gomez", role: "Chief Administrator", testimonial: "Unparalleled performance and support. It has changed the way we work for the better.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
+ { id: "t1", name: "Dr. Sarah Miller", role: "Dean", testimonial: "Schedulist has completely streamlined our student advising processes. It's simply indispensable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" },
+ { id: "t2", name: "Mark Henderson", role: "Operations Manager", testimonial: "The resource allocation features saved our clinic countless hours of manual work.", imageSrc: "http://img.b2bpic.net/free-photo/empty-examination-cabinet-medical-checkup-facility_482257-30451.jpg" },
+ { id: "t3", name: "Elena Rossi", role: "Director", testimonial: "Security and ease-of-use come together perfectly in this platform. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg" },
]}
title="Trusted by Leaders"
description="Hear how institutions transform their operations with our platform."
@@ -129,12 +110,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "q1", title: "Is the system secure?", content: "Yes, we use enterprise-grade encryption and ensure full regulatory compliance."},
- {
- id: "q2", title: "Can it integrate with other tools?", content: "Absolutely, our API allows seamless integration with existing institutional software."},
- {
- id: "q3", title: "Is there a free trial?", content: "We offer a comprehensive demo for all interested institutions."},
+ { id: "q1", title: "Is the system secure?", content: "Yes, we use enterprise-grade encryption and ensure full regulatory compliance." },
+ { id: "q2", title: "Can it integrate with other tools?", content: "Absolutely, our API allows seamless integration with existing institutional software." },
]}
title="Frequently Asked Questions"
description="Answers to the most common questions about our platform."
@@ -148,16 +125,10 @@ export default function LandingPage() {
title="Ready to get started?"
description="Reach out to discuss your specific needs and schedule a custom demo."
inputs={[
- {
- name: "name", type: "text", placeholder: "Full Name", required: true,
- },
- {
- name: "email", type: "email", placeholder: "Email Address", required: true,
- },
+ { name: "name", type: "text", placeholder: "Full Name", required: true },
+ { name: "email", type: "email", placeholder: "Email Address", required: true },
]}
- textarea={{
- name: "message", placeholder: "Describe your requirements...", required: true,
- }}
+ textarea={{ name: "message", placeholder: "Describe your requirements...", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/successful-hacker-celebrating-phishing-achievement-pc-feeling-happy-about-stealing-passwords-night-skilled-spy-enjoying-cyberattack-success-with-malware-break-firewall_482257-66409.jpg"
/>