diff --git a/artifacts/dental-app/src/components/Features.tsx b/artifacts/dental-app/src/components/Features.tsx index dba0d63..c5bd240 100644 --- a/artifacts/dental-app/src/components/Features.tsx +++ b/artifacts/dental-app/src/components/Features.tsx @@ -1,5 +1,8 @@ import { motion } from "framer-motion"; import { MessageSquare, Clock, Shield } from "lucide-react"; +import intuitiveSrc from "@assets/generated_images/intuitive-interface.jpg"; +import patientSrc from "@assets/generated_images/patient-connection.jpg"; +import dataSrc from "@assets/generated_images/data-control.jpg"; export function Features() { const containerVariants = { @@ -27,63 +30,94 @@ export function Features() {

- - {/* Feature 1 */} - -
- +
+
+ +
+

+ Real Intuitive Interface +

+

+ Chat with our AI agent to check eligibility and claims using your own words. No clicking around. Increase your work efficiency more than 10 times. +

+
+
+ Dental professional using AI chat interface
-

- Real Intuitive Interface -

-

- Chat with our AI agent to check eligibility and claims using your own words. No clicking around. Increase your work efficiency more than 10 times. -

- {/* Feature 2 */} - -
- -
-

- 24/7 Patient Connection -

-

- After-hours messaging and calling handled automatically by AI, in your way. Never miss any patient inquiry. -

-
+ {/* Features 2 & 3 — two columns below, each with image */} +
+ +
+ Dental receptionist managing after-hours patient communication +
+
+
+ +
+

+ 24/7 Patient Connection +

+

+ After-hours messaging and calling handled automatically by AI, in your way. Never miss any patient inquiry. +

+
+
- {/* Feature 3 */} - -
- -
-

- Your Data, Your Control -

-

- All patient data lives on your local computers. Automatic local and remote backup — always secure, always yours. -

-
+ +
+ Secure local data storage and backup system +
+
+
+ +
+

+ Your Data, Your Control +

+

+ All patient data lives on your local computers. Automatic local and remote backup — always secure, always yours. +

+
+
+
diff --git a/attached_assets/generated_images/data-control.jpg b/attached_assets/generated_images/data-control.jpg new file mode 100644 index 0000000..775157e Binary files /dev/null and b/attached_assets/generated_images/data-control.jpg differ diff --git a/attached_assets/generated_images/intuitive-interface.jpg b/attached_assets/generated_images/intuitive-interface.jpg new file mode 100644 index 0000000..98e987c Binary files /dev/null and b/attached_assets/generated_images/intuitive-interface.jpg differ diff --git a/attached_assets/generated_images/patient-connection.jpg b/attached_assets/generated_images/patient-connection.jpg new file mode 100644 index 0000000..f2741dc Binary files /dev/null and b/attached_assets/generated_images/patient-connection.jpg differ