Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-07 01:00:00 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ export default function Analytics() {
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
faqsAnimation="slide-up"
/>
</div>

View File

@@ -8,7 +8,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Sparkles, Settings, Bell, User, Lock, Mail, Phone, Building2, Clock, Zap, Database, BarChart3, AlertCircle, CheckCircle } from "lucide-react";
import { Sparkles, Settings, Bell, User, Lock, Mail, Phone, Building2, Clock, Zap, Database, BarChart3, AlertCircle, CheckCircle, Brain } from "lucide-react";
export default function PracticeConfiguration() {
return (
@@ -184,6 +184,7 @@ export default function PracticeConfiguration() {
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
faqsAnimation="slide-up"
/>
</div>