worked on the image and and form and links
This commit is contained in:
@@ -35,6 +35,7 @@ import {
|
||||
import { ImageWithFallback } from "../components/figma/ImageWithFallback";
|
||||
import { Footer } from "../components/Footer";
|
||||
import { Navigation } from "../components/Navigation";
|
||||
import hospitalize from "../assets/hospitalise.jpg"
|
||||
import {
|
||||
Accordion,
|
||||
AccordionContent,
|
||||
@@ -391,18 +392,18 @@ const HealthTechHero = () => {
|
||||
>
|
||||
<div
|
||||
className={`w-8 h-8 rounded-full flex items-center justify-center ${activity.color === "blue"
|
||||
? "bg-blue-500/20"
|
||||
: activity.color === "green"
|
||||
? "bg-green-500/20"
|
||||
: "bg-purple-500/20"
|
||||
? "bg-blue-500/20"
|
||||
: activity.color === "green"
|
||||
? "bg-green-500/20"
|
||||
: "bg-purple-500/20"
|
||||
}`}
|
||||
>
|
||||
<activity.icon
|
||||
className={`w-4 h-4 ${activity.color === "blue"
|
||||
? "text-blue-400"
|
||||
: activity.color === "green"
|
||||
? "text-green-400"
|
||||
: "text-purple-400"
|
||||
? "text-blue-400"
|
||||
: activity.color === "green"
|
||||
? "text-green-400"
|
||||
: "text-purple-400"
|
||||
}`}
|
||||
/>
|
||||
</div>
|
||||
@@ -983,9 +984,10 @@ const HealthTechCaseStudies = () => {
|
||||
"WDI developed an end-to-end telemedicine solution with secure video conferencing, appointment scheduling, e-prescribing, and patient record access, ensuring full HIPAA compliance.",
|
||||
results:
|
||||
"Enabled 30% more patient consultations and extended reach to underserved areas, significantly improving patient access.",
|
||||
image:
|
||||
"https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format",
|
||||
engagement: "Telehealth transformation",
|
||||
// image:
|
||||
// "https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format",
|
||||
// engagement: "Telehealth transformation",
|
||||
image: hospitalize,
|
||||
gradient: "from-blue-500/20 to-cyan-500/20",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user