diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cdf82b..5c4e97f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -426,47 +240,17 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "p1", - name: "Missed revenue opportunities", - price: "Assessment", - imageSrc: "http://img.b2bpic.net/free-photo/bills-entering-piggy-bank_1160-935.jpg", - imageAlt: "Illustration of missed revenue", - }, + id: "p1", name: "Missed revenue opportunities", price: "Assessment", imageSrc: "http://img.b2bpic.net/free-photo/bills-entering-piggy-bank_1160-935.jpg", imageAlt: "Illustration of missed revenue"}, { - id: "p2", - name: "Customer response gaps", - price: "Analysis", - imageSrc: "http://img.b2bpic.net/free-photo/customer-service-satisfaction-feedback-icon_53876-124008.jpg", - imageAlt: "Illustration of customer response gaps", - }, + id: "p2", name: "Customer response gaps", price: "Analysis", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-satisfaction-feedback-icon_53876-124008.jpg", imageAlt: "Illustration of customer response gaps"}, { - id: "p3", - name: "Potential efficiency improvements", - price: "Recommendations", - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595849.jpg", - imageAlt: "Illustration of efficiency improvements", - }, + id: "p3", name: "Potential efficiency improvements", price: "Recommendations", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595849.jpg", imageAlt: "Illustration of efficiency improvements"}, { - id: "p4", - name: "Areas for automation", - price: "Identification", - imageSrc: "http://img.b2bpic.net/free-photo/robots-exercising-treadmill_1048-11633.jpg", - imageAlt: "Illustration of automation areas", - }, + id: "p4", name: "Areas for automation", price: "Identification", imageSrc: "http://img.b2bpic.net/free-photo/robots-exercising-treadmill_1048-11633.jpg", imageAlt: "Illustration of automation areas"}, { - id: "p5", - name: "Personalized AI strategy", - price: "Outline", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-looking-computer-monitor-data-center-running-scripts_482257-123133.jpg", - imageAlt: "Illustration of personalized AI strategy", - }, + id: "p5", name: "Personalized AI strategy", price: "Outline", imageSrc: "http://img.b2bpic.net/free-photo/close-up-programmer-looking-computer-monitor-data-center-running-scripts_482257-123133.jpg", imageAlt: "Illustration of personalized AI strategy"}, { - id: "p6", - name: "ROI projection for AI implementation", - price: "Estimate", - imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-digital-graphic_1134-293.jpg", - imageAlt: "Illustration of ROI projection", - }, + id: "p6", name: "ROI projection for AI implementation", price: "Estimate", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-digital-graphic_1134-293.jpg", imageAlt: "Illustration of ROI projection"}, ]} title="FREE Missed Call Revenue Assessment" description="Discover how much revenue your business may be losing from unanswered calls, after-hours enquiries, and missed booking opportunities. Our free assessment helps identify:" @@ -480,27 +264,16 @@ export default function LandingPage() { description="Ready to revolutionize your business with intelligent AI receptionists? Contact us today for a free consultation or to learn more about our solutions." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - }, + name: "phone", type: "tel", placeholder: "Your Phone Number"}, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/thoughtful-young-call-center-girl-wearing-headset-sitting-desk-with-work-tools-putting-hand-chin-looking-clipboard-isolated-orange-wall_141793-97801.jpg" @@ -517,13 +290,9 @@ export default function LandingPage() { logoAlt="R&L Social Agency Logo" logoText="R&L Social Agency" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} />