From b189afb568ac0379ac0f647ea9d64a0c3cb5dfdf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 03:39:50 +0000 Subject: [PATCH 1/2] Update src/app/calculator/page.tsx --- src/app/calculator/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/calculator/page.tsx b/src/app/calculator/page.tsx index f291ba8..5ca750e 100644 --- a/src/app/calculator/page.tsx +++ b/src/app/calculator/page.tsx @@ -100,4 +100,4 @@ export default function CalculatorPage() { ); -} +} \ No newline at end of file From cb45167c7225b05722fa95e11fd2facf27f34adb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 03:39:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75dd069..fafec5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,25 +34,25 @@ export default function LandingPage() { @@ -67,9 +67,9 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Get Free Demo", href: "#contact"}, + text: "Get Free Demo", href: "/#contact"}, { - text: "See Solutions", href: "#solutions"}, + text: "See Solutions", href: "/#solutions"}, ]} buttonAnimation="slide-up" mediaItems={[ @@ -102,8 +102,8 @@ export default function LandingPage() { { title: "24/7 Availability & Support", description: "Your AI receptionist never sleeps. Provide round-the-clock service to your clients, booking appointments and answering queries anytime.", imageSrc: "http://img.b2bpic.net/free-photo/angry-customer-service-operator-talking-phone-office_1301-7545.jpg", imageAlt: "24/7 AI availability", titleImageSrc: "http://img.b2bpic.net/free-photo/wooden-man-figurine-blue-wall_169016-5177.jpg", buttonText: "Explore Benefits"}, ]} - title="Seamless AI Solutions for Every Small Business" - description="Discover how elevai8's AI streamlines your operations, enhances customer experience, and drives conversions across diverse industries." + title="AI & Automation: Scaling Service Businesses with Smarter Systems" + description="Explore how elevai8's AI streamlines operations, enhances customer experience, and drives conversions, covering AI receptionists, business automation, and real business acquisitions and sales." /> @@ -162,7 +162,7 @@ export default function LandingPage() { id: "starter", badge: "Essential", badgeIcon: Sparkles, price: "$99/month", subtitle: "Perfect for solo practitioners & startups", buttons: [ { - text: "Start Free Trial", href: "#contact"}, + text: "Start Free Trial", href: "/#contact"}, ], features: [ "AI Call Assistant (up to 200 calls/month)", "Basic CRM Integration", "Smart Appointment Booking", "Missed Call Recovery"], @@ -171,7 +171,7 @@ export default function LandingPage() { id: "professional", badge: "Popular", badgeIcon: Zap, price: "$199/month", subtitle: "Ideal for growing small businesses", buttons: [ { - text: "Get Started", href: "#contact"}, + text: "Get Started", href: "/#contact"}, ], features: [ "AI Call Assistant (up to 500 calls/month)", "Advanced CRM Integration", "Customizable AI Persona", "Enhanced Missed Call Recovery", "Performance Analytics Dashboard"], @@ -180,7 +180,7 @@ export default function LandingPage() { id: "enterprise", badge: "Premium", badgeIcon: Award, price: "Custom", subtitle: "Tailored for larger practices & chains", buttons: [ { - text: "Contact Us", href: "#contact"}, + text: "Contact Us", href: "/#contact"}, ], features: [ "Unlimited AI Call Assistant", "Full CRM Integration Suite", "Dedicated Account Manager", "Priority Support", "Bespoke AI Customization", "Advanced Reporting & Insights"], @@ -234,7 +234,7 @@ export default function LandingPage() { id: "faq4", title: "How long does it take to set up elevai8's AI solutions?", content: "Typically, our clients can go live with their customized AI solution in as little as 5 days. Our streamlined onboarding process ensures a quick and efficient setup with minimal disruption to your business."}, ]} sideTitle="Frequently Asked Questions" - sideDescription="Find quick answers to common questions about elevai8's AI receptionist and missed call solutions." + sideDescription="Find quick answers to common questions about elevai8's AI receptionist, automation, and business growth solutions." faqsAnimation="slide-up" textPosition="left" showCard={true} @@ -265,25 +265,25 @@ export default function LandingPage() { { items: [ { - label: "Home", href: "#home"}, + label: "Home", href: "/#home"}, { - label: "Solutions", href: "#solutions"}, + label: "Solutions", href: "/#solutions"}, { - label: "Pricing", href: "#pricing"}, + label: "Pricing", href: "/#pricing"}, { - label: "Impact", href: "#impact"}, + label: "Impact", href: "/#impact"}, ], }, { items: [ { - label: "About Us", href: "#about"}, + label: "About Us", href: "/#about"}, { - label: "Testimonials", href: "#testimonials"}, + label: "Testimonials", href: "/#testimonials"}, { - label: "FAQ", href: "#faq"}, + label: "FAQ", href: "/#faq"}, { - label: "Contact", href: "#contact"}, + label: "Contact", href: "/#contact"}, ], }, { @@ -303,4 +303,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file