Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b9d272171 | |||
| 98a7d04699 | |||
| 96cb680d90 | |||
| df9a2872be |
@@ -9,7 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Sparkles, BrainCircuit, HeartPulse, Stethoscope, Mail } from 'lucide-react';
|
import { BrainCircuit, HeartPulse, Stethoscope, Mail } from 'lucide-react';
|
||||||
|
|
||||||
export default function EliteSurgeryPage() {
|
export default function EliteSurgeryPage() {
|
||||||
return (
|
return (
|
||||||
@@ -20,7 +20,7 @@ export default function EliteSurgeryPage() {
|
|||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="aurora"
|
background="aurora"
|
||||||
cardStyle="glassmorphism"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
@@ -47,9 +47,6 @@ export default function EliteSurgeryPage() {
|
|||||||
tag="The Future of Surgery"
|
tag="The Future of Surgery"
|
||||||
tagIcon={BrainCircuit}
|
tagIcon={BrainCircuit}
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-anthropomorphic-robot-as-doctor_23-2150865905.jpg"
|
|
||||||
imageAlt="Robotic surgical system in a high-tech operating suite"
|
|
||||||
imagePosition="right"
|
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "99.9%", label: "Precision Rate" },
|
{ value: "99.9%", label: "Precision Rate" },
|
||||||
{ value: "40%", label: "Faster Recovery" },
|
{ value: "40%", label: "Faster Recovery" },
|
||||||
|
|||||||
Reference in New Issue
Block a user