Merge version_4 into main #9
@@ -11,6 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import { LineChart, Navigation, Scan } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -65,7 +66,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
@@ -73,13 +74,13 @@ export default function LandingPage() {
|
||||
description="A modular biotech platform that standardizes surgical outcomes across your entire practice, optimizing everything from diagnostics to patient post-op management."
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Imaging", description: "High-resolution, AI-augmented 3D diagnostic modeling.", icon: Scan,
|
||||
id: "f1", title: "Advanced Imaging", description: "High-resolution, AI-augmented 3D diagnostic modeling.", tag: "3D", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-89oqvvyx.jpg"
|
||||
},
|
||||
{
|
||||
title: "Surgical Navigation", description: "Precision-guided navigation for real-time procedural support.", icon: Navigation,
|
||||
id: "f2", title: "Surgical Navigation", description: "Precision-guided navigation for real-time procedural support.", tag: "Guided", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-qslgumqd.jpg"
|
||||
},
|
||||
{
|
||||
title: "Outcome Analytics", description: "Evidence-based performance tracking for continuous improvement.", icon: LineChart,
|
||||
id: "f3", title: "Outcome Analytics", description: "Evidence-based performance tracking for continuous improvement.", tag: "Data", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nwFmXp9iCowlk2gihQJ7OZtH/uploaded-1779477965826-uerzf0js.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -158,6 +159,7 @@ export default function LandingPage() {
|
||||
description="Speak with our regional clinical advisors regarding your practice integration."
|
||||
buttons={[{ text: "Request Demo" }]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user