diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1e63206..fe8046c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,16 +3,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactCenter from '@/components/sections/contact/ContactCenter';
-import FaqDouble from '@/components/sections/faq/FaqDouble';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
-import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Award, CreditCard, Database, Settings, Shield, Zap } from "lucide-react";
+import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import { Award, CreditCard, Database, Settings, Shield, Zap, Mail, Phone, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,16 +32,11 @@ export default function LandingPage() {
@@ -49,60 +44,10 @@ export default function LandingPage() {
@@ -111,15 +56,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Designed for Scale and Security"
metrics={[
- {
- icon: Shield,
- label: "Isolated Databases", value: "100%"},
- {
- icon: Zap,
- label: "Setup Time", value: "Minutes"},
- {
- icon: Award,
- label: "Uptime Guarantee", value: "99.9%"},
+ { icon: Shield, label: "Isolated Databases", value: "100%" },
+ { icon: Zap, label: "Setup Time", value: "Minutes" },
+ { icon: Award, label: "Uptime Guarantee", value: "99.9%" },
]}
metricsAnimation="slide-up"
/>
@@ -131,15 +70,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Database,
- title: "Database Isolation", description: "Every laboratory workspace is strictly isolated for complete privacy."},
- {
- icon: Settings,
- title: "Granular Controls", description: "Configure tests, ranges, and branding per lab via guided wizard."},
- {
- icon: CreditCard,
- title: "Subscription Management", description: "Flexible billing, grace periods, and automated read-only transitions."},
+ { icon: Database, title: "Database Isolation", description: "Every laboratory workspace is strictly isolated for complete privacy." },
+ { icon: Settings, title: "Granular Controls", description: "Configure tests, ranges, and branding per lab via guided wizard." },
+ { icon: CreditCard, title: "Subscription Management", description: "Flexible billing, grace periods, and automated read-only transitions." },
]}
title="Comprehensive Lab Management"
description="Empower your lab with tools designed for efficiency and compliance."
@@ -152,27 +85,9 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
- buttons={[
- {
- text: "Start Your Free Platform Demo"
- }
- ]}
- products={[
- {
- id: "p1", name: "Complete Blood Count", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blood-samples-vacutainers-medical-tray-science-laboratory-transparent-tubes-with-red-dna-liquid-genetic-testing-glassware-flasks-coloured-bio-solution_482257-28188.jpg"},
- {
- id: "p2", name: "Lipid Profile", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-photo/female-cardiologist-uniform-holding-red-heart-isolated-white-background_93675-130378.jpg"},
- {
- id: "p3", name: "Liver Function Test", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-heart-day-with-copy-space_23-2148610471.jpg"},
- {
- id: "p4", name: "Kidney Function Test", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-blood-samples-assortment-lab_23-2149107255.jpg"},
- {
- id: "p5", name: "Thyroid Panel", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-photo/top-view-doctor-checking-covid-test_23-2148747876.jpg"},
- {
- id: "p6", name: "HbA1c Analysis", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-measuring-blood-pressure-device_23-2148231310.jpg"},
- ]}
title="Preloaded Medical Tests"
description="Ready-to-use laboratory test database with full customization options."
+ products={[]}
/>
@@ -182,92 +97,62 @@ export default function LandingPage() {
title="System Performance"
tag="Live Stats"
metrics={[
- {
- id: "m1", value: "500+", description: "Registered Labs"},
- {
- id: "m2", value: "1M+", description: "Reports Generated"},
- {
- id: "m3", value: "24/7", description: "Secure Monitoring"},
+ { id: "m1", value: "500+", description: "Registered Labs" },
+ { id: "m2", value: "1M+", description: "Reports Generated" },
+ { id: "m3", value: "24/7", description: "Secure Monitoring" },
]}
metricsAnimation="slide-up"
/>