From 20889878ff048d1af18cf262d2b0146e3b2d3d2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:08:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1a67da..9a4a326 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Camera, Zap, Cube, Printer, Lightbulb, Target, MessageSquare, CheckCircle, Smile, Settings, HelpCircle, Sparkles, Workflow } from 'lucide-react'; +import { Camera, Zap, Box, Printer, Lightbulb, Target, MessageSquare, CheckCircle, Smile, Settings, HelpCircle, Sparkles, Workflow } from 'lucide-react'; export default function LandingPage() { return ( @@ -59,21 +59,21 @@ export default function LandingPage() { ], sidebarItems: [ { icon: Smile, active: true }, - { icon: Cube, active: false }, + { icon: Box, active: false }, { icon: Printer, active: false }, { icon: Settings, active: false } ], stats: [ { - title: "AI Smile Analysis", values: ["< 5 sec", "< 3 sec", "< 2 sec"], + title: "AI Smile Analysis", values: [5, 3, 2], description: "Instant facial & dental analysis" }, { - title: "3D Design Workflow", values: ["No CAD", "Guided", "Automated"], + title: "3D Design Workflow", values: [0, 1, 2], description: "Zero technical skills required" }, { - title: "Print-Ready Files", values: ["STL Export", "Multi-Format", "Lab-Ready"], + title: "Print-Ready Files", values: [1, 2, 3], description: "Direct fabrication compatibility" } ], @@ -141,7 +141,7 @@ export default function LandingPage() { title: "AI Smile Simulation", description: "Select the treatment option you want to discuss with the patient. Within seconds, SmileFy generates a natural-looking clinical simulation." }, { - icon: Cube, + icon: Box, title: "Guided 3D Smile Design", description: "Convert the simulation into a 3D design using SmileFy's automated workflow. No complex CAD tools required." }, { @@ -189,7 +189,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Real Clinical Benefits for Your Practice" description="SmileFy PRO helps dentists improve patient understanding during consultations, increase acceptance of aesthetic treatments, plan treatments more confidently, communicate more effectively with dental labs, and deliver predictable clinical outcomes." - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASFPBFUjBYGmgrwvfPSn4pOUm2/a-clinical-dental-office-environment-wit-1772579162626-8446e734.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASFPBFUjBYGmgrwvfPSn4pOUm2/a-clinical-dental-office-environment-wit-1772579162626-8446e734.png" imageAlt="Dentist consulting patient with SmileFy smile design" useInvertedBackground={false} /> @@ -304,7 +304,7 @@ export default function LandingPage() { id: "6", title: "What happens after March 31?", content: "The $2,000 in bonuses are locked in for your account. You keep all training materials, protocols, study club access, and the 50 bonus simulations even after March 31. Join now to secure these benefits forever." } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASFPBFUjBYGmgrwvfPSn4pOUm2/a-clinical-dental-office-environment-wit-1772579162626-8446e734.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASFPBFUjBYGmgrwvfPSn4pOUm2/a-clinical-dental-office-environment-wit-1772579162626-8446e734.png" imageAlt="SmileFy workflow in dental practice" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1