Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Activity, Award, Users } from "lucide-react";
|
||||
import { Activity, Award, Users, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -142,21 +142,21 @@ export default function LandingPage() {
|
||||
description: "Complete your registration online from anywhere, anytime. Our intuitive forms are easy to navigate and save you time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-video-call-touchpad-while-working-office-coronavirus-pandemic_637285-9891.jpg",
|
||||
imageAlt: "Person filling out digital form on tablet",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Secure Data Handling",
|
||||
description: "Your personal and medical information is protected with advanced encryption and strict privacy protocols, adhering to all healthcare regulations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tablet-fixing-servers_482257-86254.jpg",
|
||||
imageAlt: "Secure medical data server protection",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Personalized Care Plans",
|
||||
description: "Once registered, our team can quickly access your profile to tailor treatment plans and provide the best possible care for your unique needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-doctor_23-2148827835.jpg",
|
||||
imageAlt: "Doctor and patient discussing personalized treatment",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Your Health Journey, Simplified"
|
||||
|
||||
Reference in New Issue
Block a user