diff --git a/src/app/page.tsx b/src/app/page.tsx
index 05ee292..af88ecb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, User, Activity, Shield } from 'lucide-react';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -29,17 +30,11 @@ export default function LandingPage() {
@@ -48,60 +43,37 @@ export default function LandingPage() {
@@ -120,28 +92,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "AI Predictive Insights",
- description: "Leverage genetic models to forecast and manage your health long-term.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-neuron-representation_23-2151977498.jpg",
- buttonIcon: "Zap",
+ title: "AI Predictive Insights", description: "Leverage genetic models to forecast and manage your health long-term.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-neuron-representation_23-2151977498.jpg", buttonIcon: Zap,
},
{
- title: "Expert Human Support",
- description: "Work with world-class specialists to translate data into action.",
- imageSrc: "http://img.b2bpic.net/free-vector/online-medical-design_24877-49703.jpg",
- buttonIcon: "User",
+ title: "Expert Human Support", description: "Work with world-class specialists to translate data into action.", imageSrc: "http://img.b2bpic.net/free-vector/online-medical-design_24877-49703.jpg", buttonIcon: User,
},
{
- title: "Real-time Monitoring",
- description: "Continuously track your markers with intuitive, actionable guidance.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-working-office-pandemic-with-medical-masks_23-2148666349.jpg",
- buttonIcon: "Activity",
+ title: "Real-time Monitoring", description: "Continuously track your markers with intuitive, actionable guidance.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-office-pandemic-with-medical-masks_23-2148666349.jpg", buttonIcon: Activity,
},
{
- title: "Chronic Risk Screening",
- description: "Advanced risk screening for diabetes, cancer, and heart health.",
- imageSrc: "http://img.b2bpic.net/free-vector/data-science-fabrication-lab-25-blue-color-icon-pack-including-lab-biology-research-technical-skrewdriver_1142-26767.jpg",
- buttonIcon: "Shield",
+ title: "Chronic Risk Screening", description: "Advanced risk screening for diabetes, cancer, and heart health.", imageSrc: "http://img.b2bpic.net/free-vector/data-science-fabrication-lab-25-blue-color-icon-pack-including-lab-biology-research-technical-skrewdriver_1142-26767.jpg", buttonIcon: Shield,
},
]}
title="Predictive Health Management"
@@ -156,59 +116,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Patient",
- company: "Rarest User",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780424.jpg",
- },
+ id: "1", name: "Sarah Johnson", role: "Patient", company: "Rarest User", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780424.jpg"},
{
- id: "2",
- name: "Michael Chen",
- role: "Patient",
- company: "Rarest User",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5416.jpg",
- },
+ id: "2", name: "Michael Chen", role: "Patient", company: "Rarest User", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-sportswear-beach_273609-5416.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Caregiver",
- company: "Rarest User",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-brunette-girl-pink-shirt-looks-camera-background-cactus-lifestyle-concept_197531-32632.jpg",
- },
+ id: "3", name: "Emily Rodriguez", role: "Caregiver", company: "Rarest User", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-brunette-girl-pink-shirt-looks-camera-background-cactus-lifestyle-concept_197531-32632.jpg"},
{
- id: "4",
- name: "David Kim",
- role: "Patient",
- company: "Rarest User",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-man-posing-outdoor_344912-334.jpg",
- },
+ id: "4", name: "David Kim", role: "Patient", company: "Rarest User", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-man-posing-outdoor_344912-334.jpg"},
{
- id: "5",
- name: "Alice Wong",
- role: "Patient",
- company: "Rarest User",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
- },
+ id: "5", name: "Alice Wong", role: "Patient", company: "Rarest User", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"},
]}
kpiItems={[
{
- value: "95%",
- label: "Health Compliance",
- },
+ value: "95%", label: "Health Compliance"},
{
- value: "12+",
- label: "Extra Healthy Years",
- },
+ value: "12+", label: "Extra Healthy Years"},
{
- value: "24/7",
- label: "Expert Monitoring",
- },
+ value: "24/7", label: "Expert Monitoring"},
]}
title="What our patients say"
description="Hear from those who have reclaimed their quality of life with Rarest."
@@ -219,16 +148,13 @@ export default function LandingPage() {
@@ -237,42 +163,27 @@ export default function LandingPage() {