Update src/app/page.tsx
This commit is contained in:
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Execute Systematic Recalls", description: "Send timely, personalized recall communications through existing channels. RecallFlow manages the cadence and messaging while you maintain control over clinical decisions and patient relationships.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-with-latex-gloves-handling-dental-equipment_23-2148985835.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-with-latex-gloves-handling-dental-equipment_23-2148985835.jpg"},
|
||||
items: [
|
||||
{ icon: Send, text: "Multi-channel outreach" },
|
||||
{ icon: Settings, text: "Customizable messaging" },
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Track Reactivation & Revenue", description: "Monitor which patients return, measure chair utilization gains, and calculate recovered revenue in real time. Transparent metrics show exactly how RecallFlow is improving your bottom line.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-denture-model-patient_107420-65333.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-denture-model-patient_107420-65333.jpg"},
|
||||
items: [
|
||||
{ icon: BarChart3, text: "Real-time conversion tracking" },
|
||||
{ icon: TrendingUp, text: "Chair utilization gains" },
|
||||
@@ -131,11 +131,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", value: "$200K+", title: "Average Revenue Recovered", description: "Per practice annually through systematic patient reactivation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg"},
|
||||
{
|
||||
id: "2", value: "40%", title: "Inactive Patient Reactivation", description: "Conversion rate from recall to scheduled appointment", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-denture-model-patient_107420-65333.jpg?_wi=2"},
|
||||
id: "2", value: "40%", title: "Inactive Patient Reactivation", description: "Conversion rate from recall to scheduled appointment", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-denture-model-patient_107420-65333.jpg"},
|
||||
{
|
||||
id: "3", value: "$150–$300", title: "Recovered Per Empty Hour", description: "Average value of filled chair time through RecallFlow", imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-with-latex-gloves-handling-dental-equipment_23-2148985835.jpg?_wi=2"},
|
||||
id: "3", value: "$150–$300", title: "Recovered Per Empty Hour", description: "Average value of filled chair time through RecallFlow", imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-with-latex-gloves-handling-dental-equipment_23-2148985835.jpg"},
|
||||
{
|
||||
id: "4", value: "Zero", title: "Frontdesk Overhead", description: "No additional staff or manual recall management required", imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg?_wi=1"},
|
||||
id: "4", value: "Zero", title: "Frontdesk Overhead", description: "No additional staff or manual recall management required", imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -171,9 +171,10 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Tell us about your practice and why you're interested in RecallFlow (optional)", rows: 4,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg"
|
||||
mediaPosition="right"
|
||||
buttonText="Submit Application"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user