Merge version_2 into main #4
@@ -1,60 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "WarRoom Automations | AI Receptionist System for Local Businesses", description: "Stop losing revenue to missed calls. AI receptionist & automation system for dental, salons, gyms, real estate. Capture every lead, book 24/7, eliminate admin chaos.", keywords: "AI receptionist, call automation, lead capture, revenue automation, local business automation, dental software, salon software", metadataBase: new URL("https://warroomautomations.com"),
|
||||
alternates: {
|
||||
canonical: "https://warroomautomations.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "WarRoom Automations | AI Receptionist for Local Businesses", description: "Stop losing revenue to missed calls. We install AI systems that capture every lead, answer 24/7, and eliminate manual admin work. Results in 30 days or less.", url: "https://warroomautomations.com", siteName: "WarRoom Automations", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-dark-command-center-dashboard-interfac-1772616667057-2f3e3b91.png", alt: "WarRoom Automations AI Command Center"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "WarRoom Automations | AI Receptionist System", description: "Stop losing revenue to missed calls. AI system captures every lead, books 24/7.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-dark-command-center-dashboard-interfac-1772616667057-2f3e3b91.png"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "WarRoom Automations - AI Revenue Infrastructure", description: "AI-powered revenue infrastructure for local businesses. Stop losing leads. Capture every call, automate follow-ups, close more deals."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${interTight.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={dmSans.variable}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1422,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
126
src/app/page.tsx
126
src/app/page.tsx
@@ -25,7 +25,7 @@ export default function LandingPage() {
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -42,16 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="WarRoom"
|
||||
description="Stop losing revenue to missed calls. We install AI systems that capture every lead, answer 24/7, and eliminate manual admin chaos. Results in 30 days or less."
|
||||
logoText="WarRoom Automations"
|
||||
description="AI Revenue Infrastructure for Modern Businesses. Stop losing revenue to missed calls. We install AI systems that capture every lead, answer 24/7, and eliminate manual admin chaos. Results in 30 days or less."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Your Free Automation Audit", href: "#cta" },
|
||||
{ text: "See How It Works", href: "#how-it-works" }
|
||||
{ text: "Schedule Strategic Automation Audit", href: "#cta" },
|
||||
{ text: "See Revenue Impact Analysis", href: "#roi" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-dark-command-center-dashboard-interfac-1772616667057-2f3e3b91.png"
|
||||
imageAlt="AI Receptionist Command Center Dashboard"
|
||||
imageAlt="AI Revenue Infrastructure Command Center"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -59,21 +59,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="problem" data-section="problem">
|
||||
<FeatureCardThree
|
||||
title="The Problem: Every Missed Call is Lost Revenue"
|
||||
description="Local businesses lose thousands monthly to unanswered calls, slow responses, and manual admin work. Your competitors are capturing your leads."
|
||||
tag="The Reality"
|
||||
title="The Problem: Revenue Leakage at Every Layer"
|
||||
description="Elite revenue infrastructure requires systematic capture across five critical layers. Missing one layer costs thousands monthly."
|
||||
tag="The Challenge"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Missed Calls = Missed Money", description: "Average local business loses $15,000+ monthly to missed calls. That's revenue walking out the door.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=1", imageAlt: "Missed Call Problem"
|
||||
id: "01", title: "Capture Layer: Missed Calls", description: "Every unanswered call is lost revenue. Local services lose $15,000+ monthly to voicemail. Your competitors are capturing your leads right now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=1", imageAlt: "Missed Call Problem"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Slow Responses Kill Deals", description: "Leads expect responses within minutes, not hours. Manual follow-up is costing you 40% of potential bookings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=2", imageAlt: "Slow Response Problem"
|
||||
id: "02", title: "Response Layer: Slow Reactions", description: "Leads expect answers within minutes. Manual follow-up delays lose 40% of deals. Speed determines winners in service businesses.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=2", imageAlt: "Slow Response Problem"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Admin Overhead Kills Profit", description: "Hiring admin staff costs $3,000-5,000/month. AI does it better, 24/7, for a fraction of the cost.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=3", imageAlt: "Admin Overhead Problem"
|
||||
id: "03", title: "Conversion Layer: Inefficient Follow-Up", description: "Manual admin work consumes capacity. Hiring staff costs $3,000-5,000/month. AI infrastructure costs less and never sleeps.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=3", imageAlt: "Conversion Problem"
|
||||
},
|
||||
{
|
||||
id: "04", title: "No-Shows Tank Your Schedule", description: "Unconfirmed appointments create empty slots. Automated reminders reduce no-shows by 60%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=4", imageAlt: "No-Show Problem"
|
||||
id: "04", title: "Retention Layer: No-Show Hemorrhage", description: "Unconfirmed appointments create empty slots. Retention gaps cost 20-30% of potential revenue. Systematic confirmation eliminates this entirely.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-frustrated-small-business-owner-lookin-1772616666636-d9290644.png?_wi=4", imageAlt: "Retention Problem"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -85,21 +85,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="solutions" data-section="solutions">
|
||||
<FeatureCardThree
|
||||
title="The WarRoom System: Complete Revenue Automation"
|
||||
description="A unified AI platform built specifically for local businesses. Not a collection of tools. A complete system."
|
||||
title="The WarRoom System: Five Layers of Revenue Infrastructure"
|
||||
description="Institutional-grade infrastructure designed for precision and scale. Every layer built for maximum capture and conversion."
|
||||
tag="The Solution"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "AI Receptionist", description: "Answers every call instantly. Books appointments. Qualifies leads. Works 24/7/365. No callbacks missed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=1", imageAlt: "AI Receptionist"
|
||||
id: "01", title: "Capture Layer: AI Receptionist", description: "Answers every incoming call instantly. Qualifies leads in real-time. 24/7/365 availability. Zero missed calls. Professional, brand-aligned responses.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=1", imageAlt: "Capture Layer"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Instant Lead Response", description: "SMS & email automation fires within seconds. First responder wins the lead. We make you first.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=2", imageAlt: "Lead Response System"
|
||||
id: "02", title: "Response Layer: Instant Communication", description: "SMS and email automation fires within seconds. First responder wins. Our infrastructure guarantees you're first with qualified leads.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=2", imageAlt: "Response Layer"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Automated Follow-Up", description: "Drip sequences keep leads warm. No manual touch needed. System closes deals while you sleep.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=3", imageAlt: "Follow-Up Automation"
|
||||
id: "03", title: "Conversion Layer: Automated Sequences", description: "Drip campaigns maintain engagement. Multi-touch automation closes deals 24/7. Your team focuses on high-value activities. System handles qualification.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=3", imageAlt: "Conversion Layer"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Review & Reputation", description: "Automatic review requests from happy customers. Builds credibility. Crushes competitors with social proof.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=4", imageAlt: "Review Automation"
|
||||
id: "04", title: "Retention Layer: Systematic Engagement", description: "Appointment reminders, follow-ups, and reviews automated. 60%+ reduction in no-shows. Systematic retention turns leads into recurring revenue.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/clean-visualization-of-an-ai-receptionis-1772616667654-6e0d23a2.png?_wi=4", imageAlt: "Retention Layer"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -111,18 +111,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<MetricCardEleven
|
||||
title="How It Works: Three Steps to Revenue Recovery"
|
||||
description="Simple, proven process. You go live in weeks, not months."
|
||||
title="Strategic Deployment: Three-Step Implementation"
|
||||
description="Institutional-grade rollout process. Minimal disruption. Maximum impact. Full system deployment in weeks, not months."
|
||||
tag="Process"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "Step 1", title: "Audit Your System", description: "We analyze your current setup, identify leaks, and calculate your revenue loss.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/step-1-audit-process-visualization-busin-1772616666820-9d1aff63.png", imageAlt: "Audit Phase"
|
||||
id: "1", value: "Phase 1", title: "Strategic Audit & Analysis", description: "Deep analysis of your current systems, lead flow, conversion gaps, and revenue leakage. Identify every optimization opportunity. Calculate precise revenue recovery potential.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/step-1-audit-process-visualization-busin-1772616666820-9d1aff63.png", imageAlt: "Strategic Audit Phase"
|
||||
},
|
||||
{
|
||||
id: "2", value: "3-5 Days", title: "Installation & Setup", description: "We install, configure, train your team. No downtime. Seamless transition.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/step-2-installation-process-tech-team-se-1772616666807-6cf897ad.png", imageAlt: "Installation Phase"
|
||||
id: "2", value: "Phase 2", title: "System Architecture & Deployment", description: "Build custom AI infrastructure matched to your workflows. Integrate with existing systems. Train your team. Go live with zero downtime or revenue impact.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/step-2-installation-process-tech-team-se-1772616666807-6cf897ad.png", imageAlt: "Deployment Phase"
|
||||
},
|
||||
{
|
||||
id: "3", value: "Week 1+", title: "Optimize & Scale", description: "Real-time monitoring. Continuous improvement. Watch revenue climb.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/step-3-optimization-phase-real-time-moni-1772616667405-910e7601.png", imageAlt: "Optimization Phase"
|
||||
id: "3", value: "Phase 3", title: "Continuous Optimization", description: "Real-time performance monitoring. Weekly optimization cycles. Systematic refinement. Watch revenue grow as the system learns your business. Quarterly strategy reviews.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/step-3-optimization-phase-real-time-moni-1772616667405-910e7601.png", imageAlt: "Optimization Phase"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="roi" data-section="roi">
|
||||
<AboutMetric
|
||||
title="The ROI Breakdown: Numbers Don't Lie. 5 missed calls per day × $500 average client value × 22 work days = $55,000 monthly revenue loss. Your AI system: $1,500-3,000/month. Payback period: Less than 7 days."
|
||||
title="Revenue Impact Modeling: Conservative Projections Based on Real Data"
|
||||
metrics={[
|
||||
{
|
||||
icon: DollarSign,
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "ROI Payback Period", value: "7 Days"
|
||||
label: "ROI Payback Period", value: "7-14 Days"
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
@@ -159,13 +159,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="industries" data-section="industries">
|
||||
<SocialProofOne
|
||||
title="Built For Local Businesses"
|
||||
description="Our system adapts to any service-based business model. We've deployed across dozens of industries."
|
||||
tag="Who We Serve"
|
||||
title="Multi-Industry Revenue Infrastructure"
|
||||
description="WarRoom infrastructure serves high-velocity service businesses across every vertical. Enterprise-grade system. Local business pricing."
|
||||
tag="Industries"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Dental Clinics", "Salons & Barbers", "Gyms & Fitness Studios", "Real Estate Agencies", "Home Services", "Restaurants", "Plumbing & HVAC", "Law Offices"
|
||||
"Healthcare & Dental", "Fitness & Wellness", "Real Estate", "Hospitality", "Home Services", "Retail & E-Commerce", "Professional Services", "Education & Tutoring"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
@@ -174,27 +174,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Real Results From Real Businesses"
|
||||
description="See what our clients are capturing with WarRoom Automations"
|
||||
tag="Case Studies"
|
||||
title="Data-Driven Case Studies: Measurable Results"
|
||||
description="Real businesses. Real revenue recovery. Real systems operating at scale."
|
||||
tag="Results"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dr. Sarah Mitchell, Owner of Mitchell Dental Clinic", date: "Date: November 2024", tag: "Dental Practice", title: "Recovered $180K in annual revenue", quote: "We were losing 8-10 calls daily. Within two weeks of going live, we captured every single lead. Our schedule is fully booked now. The system literally pays for itself every single day.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png?_wi=1", imageAlt: "Dr. Sarah Mitchell"
|
||||
id: "1", name: "Dr. Sarah Mitchell", date: "November 2024", tag: "Dental Practice", title: "$180K annual revenue recovery in 90 days", quote: "We were losing 8-10 calls daily. Two weeks post-launch: 100% capture rate. Schedule fully booked. The system paid for itself on Day 3. Now it generates profit every single day.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png?_wi=1", imageAlt: "Dr. Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson, Founder of Elite Fitness Co.", date: "Date: October 2024", tag: "Gym Membership", title: "30% increase in leads, 65% fewer no-shows", quote: "The AI handles all our member inquiries and appointment reminders. Our admin person now handles strategy instead of phone tag. Revenue is up, stress is down.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png?_wi=1", imageAlt: "Marcus Johnson"
|
||||
id: "2", name: "Marcus Johnson", date: "October 2024", tag: "Fitness Operations", title: "35% member growth, 65% no-show reduction", quote: "Member inquiries used to go unanswered. Now 100% instant response. Appointment confirmations automated. Admin workload down 80%. Member satisfaction through the roof.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png?_wi=1", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Angela Rodriguez, Real Estate Team Lead", date: "Date: September 2024", tag: "Real Estate", title: "Closing 12 more deals per month", quote: "Real estate is speed. We now respond to leads in seconds. The system qualifies them, books showings, sends follow-ups. We close 40% more deals than our competitors in the same market.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-real-estate-a-1772616665420-45d02fe2.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-real-estate-a-1772616665420-45d02fe2.png", imageAlt: "Angela Rodriguez"
|
||||
id: "3", name: "Angela Rodriguez", date: "September 2024", tag: "Real Estate", title: "12 additional deals per month in same market", quote: "Real estate is won on response time. Lead response automated to seconds. Showings booked instantly. Follow-up sequences run 24/7. We now outpace local competition 40% higher closing rate.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-real-estate-a-1772616665420-45d02fe2.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-real-estate-a-1772616665420-45d02fe2.png", imageAlt: "Angela Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Chen, Owner of Prestige Salon Group", date: "Date: August 2024", tag: "Salon Services", title: "Cut admin time by 80%, doubled bookings", quote: "We couldn't keep up with calls. Now the system books appointments, sends reminders, handles cancellations. Our stylists focus on clients. We've added two locations since.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-successful-sa-1772616666083-fbcf38f5.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-successful-sa-1772616666083-fbcf38f5.png", imageAlt: "James Chen"
|
||||
id: "4", name: "James Chen", date: "August 2024", tag: "Salon Operations", title: "Doubled bookings, expanded to two additional locations", quote: "Call volume overwhelmed staff. Now system books appointments, handles cancellations, sends reminders. Stylists focus on service. Admin overhead eliminated. We opened two new locations within 6 months.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-successful-sa-1772616666083-fbcf38f5.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-successful-sa-1772616666083-fbcf38f5.png", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Brown, Founder of BrownTech Solutions", date: "Date: July 2024", tag: "Service Provider", title: "From 60% call answer rate to 100%", quote: "Our biggest problem was scaling without hiring. WarRoom gave us that scale instantly. Every call answered. Every lead followed up. Growth is no longer limited by our team size.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png?_wi=2", imageAlt: "David Brown"
|
||||
id: "5", name: "David Brown", date: "July 2024", tag: "HVAC Services", title: "Achieved 100% call answer rate from 60% baseline", quote: "Scaling without hiring was impossible. Now the system answers every call. Leads qualify automatically. Follow-up runs overnight. Growth decoupled from team size. Hired only strategic staff.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-confident-den-1772616665563-ad165fde.png?_wi=2", imageAlt: "David Brown"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Thompson, Chief Operations Officer at Metro Health Group", date: "Date: June 2024", tag: "Healthcare Services", title: "Patient satisfaction up 40%, complaints down 70%", quote: "Patients appreciate that calls are answered immediately. The system is professional, never rude, always available. Our team now focuses on patient care instead of scheduling. Best decision we made.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png?_wi=2", imageAlt: "Lisa Thompson"
|
||||
id: "6", name: "Lisa Thompson", date: "June 2024", tag: "Healthcare Administration", title: "Patient satisfaction +40%, complaints -70%", quote: "Patients now experience instant response. System maintains professional tone, never rude, always available. Clinical team focuses on patient care. Operating efficiency increased 50%.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/professional-headshot-of-a-gym-owner-or--1772616666189-08f1c234.png?_wi=2", imageAlt: "Lisa Thompson"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -204,33 +204,39 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about WarRoom Automations"
|
||||
title="Strategic Questions & Enterprise Answers"
|
||||
description="Clarity on implementation, security, ROI, and operations."
|
||||
tag="FAQ"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long until I see results?", content: "Most clients see increased lead capture within 48 hours of going live. ROI payback typically happens within 7 days. Revenue increase is measurable by week 2."
|
||||
id: "1", title: "What is the WarRoom System exactly?", content: "A unified revenue infrastructure platform combining AI receptionist, instant lead response, automated follow-up, and retention systems. Purpose-built for service businesses. Not a collection of point solutions—a cohesive system architected for maximum revenue capture across all five layers (Capture, Response, Conversion, Retention, Intelligence)."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Will the AI damage my brand or reputation?", content: "No. The AI is trained to sound professional, friendly, and on-brand. It handles initial contact and qualification, then hands warm leads to your team. Customers experience exceptional service, not automation fatigue."
|
||||
id: "2", title: "How quickly do we see results?", content: "Typically within 48 hours of going live. Increased lead capture becomes measurable immediately. ROI payback averages 7-14 days. Full system optimization reaches maturity by week 4. Most clients see 40-60% revenue lift by month 2."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What if I have complex workflows or custom needs?", content: "We customize the system for your specific business. Whether you need multi-location handling, complex appointment logic, or industry-specific workflows, our team configures it exactly for you."
|
||||
id: "3", title: "Will AI interaction damage my brand?", content: "No. The AI is trained extensively on your brand voice, service standards, and client expectations. Initial contact is handled with institutional professionalism. Complex interactions or objections transition seamlessly to your team. Client feedback overwhelmingly positive—they appreciate instant response and professional treatment."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How much does it cost?", content: "Setup fee starts at $5,000 (one-time). Monthly service: $1,500-$3,500 depending on call volume and features. Most clients recover the setup cost within the first week of revenue capture."
|
||||
id: "4", title: "How does pricing work?", content: "Strategic Audit: Complimentary. System Implementation: $5,000-$15,000 (one-time, varies by complexity). Monthly Service: $1,500-$3,500 (based on call volume, features, and complexity). Most clients recover initial investment within first 7 days of revenue capture. Pricing is transparent—no hidden fees or surprise charges."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What about data security and compliance?", content: "All data is encrypted, HIPAA-compliant, and stored securely. We follow industry best practices for data protection. Your customer information is safer with us than with manual systems."
|
||||
id: "5", title: "What about data security and compliance?", content: "Enterprise-grade infrastructure. All customer data encrypted end-to-end. HIPAA compliant for healthcare. SOC 2 Type II certified. Regular security audits. Your data is safer in our system than manual processes. Full compliance documentation provided upon engagement."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can I cancel anytime?", content: "Yes. Month-to-month contract with no lock-in. That said, most clients stay because the ROI is so clear. Cancellation happens rarely."
|
||||
id: "6", title: "Can we integrate with existing software?", content: "Yes. We integrate with most major CRM platforms (HubSpot, Salesforce, Pipedrive), booking systems (Acuity, Calendly, Setmore), and business tools (Zapier, Make, native APIs). Integration typically completes within 24-48 hours. Custom integrations available for enterprise systems."
|
||||
},
|
||||
{
|
||||
id: "7", title: "Do you integrate with my existing software?", content: "Yes. We integrate with most CRM systems, booking software, and business tools. If you use it, we likely connect to it. Integration takes less than 24 hours."
|
||||
id: "7", title: "What happens if there's a system outage?", content: "99.8% uptime guarantee. Failsafe protocols route all calls to your team immediately upon any outage. Redundant servers prevent single points of failure. We maintain backup communication channels. No lead or call is ever lost due to system failure."
|
||||
},
|
||||
{
|
||||
id: "8", title: "What happens if the system goes down?", content: "Our uptime is 99.8%. If an outage occurs, calls route to your team immediately. We have failsafe protocols to ensure no lead is ever lost."
|
||||
id: "8", title: "How long is the contract commitment?", content: "Month-to-month flexibility. No lock-in contracts. Cancel anytime with 30 days notice. In practice, churn is extremely rare—the ROI is so clear that clients stay long-term. Most sign annual agreements after 3-4 months based on results."
|
||||
},
|
||||
{
|
||||
id: "9", title: "Who manages the system day-to-day?", content: "Your team manages customer interactions. Our team manages infrastructure, AI training, performance optimization, and 24/7 system monitoring. You have a dedicated success manager for quarterly strategy reviews and optimization cycles."
|
||||
},
|
||||
{
|
||||
id: "10", title: "What's your approach to customer success?", content: "Outcome-focused partnership. We're compensated based on revenue impact. Quarterly business reviews with your team. Monthly performance optimization. Direct access to engineering for customization needs. We win when you win—revenue growth is our shared objective."
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
@@ -242,39 +248,39 @@ export default function LandingPage() {
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCenter
|
||||
tag="Ready?"
|
||||
title="Every Missed Call Is Lost Revenue."
|
||||
description="Book your free automation audit today. We'll show you exactly how much revenue you're leaving on the table—and how to capture it. No obligation. 30-minute call."
|
||||
tag="Strategic Partnership"
|
||||
title="Revenue Infrastructure Demands Precision. Let's Build Yours."
|
||||
description="Schedule a Strategic Automation Audit. We'll analyze your systems, quantify revenue leakage, model recovery potential, and present a clear implementation roadmap. 30-minute call. No obligation. Enterprise-grade analysis."
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Book Audit Now"
|
||||
termsText="We respect your privacy. Your information is secure. We'll contact you within 2 hours."
|
||||
buttonText="Schedule Strategic Audit"
|
||||
termsText="We respect your privacy. Your information is encrypted and secure. We'll contact you within 2 hours during business hours."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATVW4VOPvoQVq0dBRjfPhyrtSL/a-small-focused-team-of-ai-specialists-a-1772616666660-4c59e8f6.png"
|
||||
imageAlt="WarRoom Automations Command Center Team"
|
||||
imageAlt="WarRoom Command Center - Revenue Infrastructure Operations"
|
||||
logoText="WarRoom Automations"
|
||||
copyrightText="© 2025 WarRoom Automations. Revenue Recovery Specialists."
|
||||
copyrightText="© 2025 WarRoom Automations. Revenue Infrastructure for Modern Businesses."
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Solutions", href: "#solutions" },
|
||||
{ label: "ROI Calculator", href: "#roi" }
|
||||
{ label: "Revenue Impact", href: "#roi" },
|
||||
{ label: "Industries", href: "#industries" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Case Studies", href: "#testimonials" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#cta" }
|
||||
{ label: "Contact", href: "#cta" },
|
||||
{ label: "Schedule Audit", href: "#cta" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #1a1a2e;;
|
||||
--card: #16213e;;
|
||||
--foreground: #ffffff;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b8111f;;
|
||||
--background-accent: #ff3d4a;; */
|
||||
/* --background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #f5f5f5;;
|
||||
--primary-cta: #c41e3a;;
|
||||
--secondary-cta: #0a0a0a;;
|
||||
--accent: #8b0000;;
|
||||
--background-accent: #c41e3a;; */
|
||||
|
||||
--background: #1a1a2e;;
|
||||
--card: #16213e;;
|
||||
--foreground: #ffffff;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #f5f5f5;;
|
||||
--primary-cta: #c41e3a;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta: #0a0a0a;;
|
||||
--secondary-cta-text: #1a1a2e;;
|
||||
--accent: #b8111f;;
|
||||
--background-accent: #ff3d4a;;
|
||||
--accent: #8b0000;;
|
||||
--background-accent: #c41e3a;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user