Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-10 17:50:21 +00:00
2 changed files with 49 additions and 49 deletions

View File

@@ -30,46 +30,46 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="AiR"
brandName="AI Results"
navItems={[
{ name: "Platform", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Resources", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Login", id: "https://getairesults.ai/login" }
{ name: "Login", id: "https://app.airesults.com/login" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="See Your Brand Rank in AI Search"
description="AI search now ranks the world in real time. What it shows is what people believe. If your brand isn't on that list, you're not part of the conversation. Get real-time AI visibility insights and stay ahead of the competition."
title="AI Search is Reshaping How the World Discovers You"
description="In the age of AI, visibility isn't just about search rankings anymore. AI systems are now the decision-makers, recommending which companies to trust, which products to buy, and which solutions to implement. If your business isn't visible to AI, you're invisible to the future. Get real-time insights into where your brand appears in AI search results and recommendations."
tag="Real-Time AI Visibility"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imagePosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/a-modern-ai-analytics-dashboard-interfac-1773156518382-e8ed3357.jpg"
imageAlt="AiR AI visibility dashboard"
imageAlt="AI Results visibility dashboard"
mediaAnimation="slide-up"
testimonials={[
{
name: "Hannah", handle: "Marketing Director", testimonial: "AiR made it incredibly easy to understand where our brand shows up in AI search and what to do to improve it.", rating: 5,
name: "Sarah Chen", handle: "VP of Marketing", testimonial: "AI Results gave us complete clarity on our AI visibility. We went from guessing to knowing exactly where we appear across AI platforms.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/professional-headshot-photo-of-a-busines-1773156519057-e13079e9.jpg"
},
{
name: "Andrew", handle: "CEO, Tech Company", testimonial: "Since using AiR, we've seen our business show up more clearly and consistently when people search through AI platforms.", rating: 5,
name: "Marcus Johnson", handle: "CEO, Enterprise SaaS", testimonial: "The actionable recommendations from AI Results directly contributed to a 40% increase in inbound leads from AI-driven discovery.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/professional-headshot-photo-of-a-differe-1773156518803-55e11a03.jpg"
},
{
name: "Madilyn", handle: "Product Manager", testimonial: "The AiR dashboard is simple, actionable, and has completely changed how we think about AI visibility.", rating: 5,
name: "Priya Patel", handle: "Product Lead", testimonial: "What impressed us most was how simple AI Results made it to understand complex AI visibility metrics. It's become essential to our quarterly strategy.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/professional-headshot-of-another-busines-1773156518884-64954e49.jpg"
}
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "See Your AI Rank", href: "https://getairesults.ai" },
{ text: "Check Your AI Rank", href: "https://app.airesults.com" },
{ text: "Learn More", href: "#features" }
]}
buttonAnimation="slide-up"
@@ -79,25 +79,25 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyFive
title="Smarter Rankings for a Smarter World"
description="Everything you need to understand and optimize your brand's presence across AI search and recommendation platforms."
tag="Platform Features"
title="Everything You Need to Own AI Visibility"
description="Monitor your brand across every major AI platform. Get competitive intelligence. Track progress. Optimize continuously. Our comprehensive platform gives you the insights and tools to dominate in the AI era."
tag="Platform Capabilities"
tagIcon={Target}
tagAnimation="slide-up"
features={[
{
title: "Live AI Rank", description: "See your real-time visibility score across major AI search and recommendation platforms. Understand exactly where and how often your brand appears.", icon: TrendingUp,
title: "Live AI Rank Tracking", description: "Real-time monitoring of your brand's visibility across ChatGPT, Claude, Perplexity, Gemini, and 20+ other AI platforms. See exactly where you appear and how often.", icon: TrendingUp,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-phone_23-2148413414.jpg", imageAlt: "Live AI ranking visualization"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/a-modern-ai-analytics-dashboard-interfac-1773156518382-e8ed3357.jpg", imageAlt: "Live AI ranking visualization"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-phone_23-2148413414.jpg", imageAlt: "Real-time rank tracking"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/a-modern-ai-analytics-dashboard-interfac-1773156518382-e8ed3357.jpg", imageAlt: "Real-time rank tracking"
}
]
},
{
title: "Competitor Rankings", description: "See how you stack up against top competitors in AI-driven search. Compare visibility scores, uncover their strengths, and find opportunities to close gaps.", icon: BarChart3,
title: "Competitive Benchmarking", description: "See how your AI visibility stacks up against competitors. Identify who's winning in AI search, where they're positioned, and what's driving their visibility.", icon: BarChart3,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/side-by-side-competitive-analysis-visual-1773156519101-2bcb4af4.jpg", imageAlt: "Competitor ranking comparison"
@@ -108,24 +108,24 @@ export default function LandingPage() {
]
},
{
title: "Improvement Guidance", description: "Get actionable recommendations that pinpoint exactly what to fix to strengthen AI visibility. Prioritized based on highest impact for your brand.", icon: Lightbulb,
title: "Optimization Recommendations", description: "Get AI-powered suggestions on exactly what to improve to boost your visibility. Prioritized by impact. From content gaps to strategic positioning.", icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/notepad-laptop-concept_23-2147982618.jpg", imageAlt: "Improvement recommendations"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/side-by-side-competitive-analysis-visual-1773156519101-2bcb4af4.jpg", imageAlt: "Improvement recommendations"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/notepad-laptop-concept_23-2147982618.jpg", imageAlt: "Action plan for AI optimization"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/side-by-side-competitive-analysis-visual-1773156519101-2bcb4af4.jpg", imageAlt: "Action plan for AI optimization"
}
]
},
{
title: "Content Gap Analysis", description: "Identify where your brand should appear but doesn't. Surface the queries and topics driving your visibility and spot missed opportunities.", icon: AlertCircle,
title: "Visibility Gap Analysis", description: "Discover where your brand should appear but doesn't. Surface the queries, topics, and contexts that matter most to your business and your customers.", icon: AlertCircle,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/side-by-side-competitive-analysis-visual-1773156519101-2bcb4af4.jpg", imageAlt: "Content gap analysis"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/notepad-laptop-concept_23-2147982618.jpg", imageAlt: "Gap identification tool"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/side-by-side-competitive-analysis-visual-1773156519101-2bcb4af4.jpg", imageAlt: "Gap identification tool"
}
]
}
@@ -134,7 +134,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "Start Free Trial", href: "https://getairesults.ai" }
{ text: "Start Free Trial", href: "https://app.airesults.com/signup" }
]}
buttonAnimation="slide-up"
/>
@@ -142,14 +142,14 @@ export default function LandingPage() {
<div id="benefits" data-section="benefits">
<TextAbout
tag="Why Choose AiR"
tag="Why Teams Choose AI Results"
tagIcon={Award}
tagAnimation="slide-up"
title="We give you everything you need, so your internal team can be more successful with AI visibility"
title="Built by marketers, product leaders, and strategists who understand that AI visibility is the competitive advantage of the 2020s"
useInvertedBackground={false}
buttons={[
{ text: "Start Your Free Trial", href: "https://getairesults.ai" },
{ text: "Request Demo", href: "#contact" }
{ text: "Start Your Free Trial", href: "https://app.airesults.com/signup" },
{ text: "Schedule Demo", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
@@ -157,9 +157,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="AiR has completely transformed how we approach AI visibility. The real-time insights and actionable recommendations have directly impacted our brand's presence across AI platforms."
testimonial="AI Results transformed how we think about brand visibility in the AI era. It's no longer just about traditional search—it's about being discovered by intelligent systems. This platform makes that tangible and actionable."
rating={5}
author="Industry Leaders & Innovators"
author="Leading Companies Worldwide"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/professional-headshot-photo-of-a-busines-1773156519057-e13079e9.jpg", alt: "Customer 1"
@@ -171,7 +171,7 @@ export default function LandingPage() {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/professional-headshot-of-another-busines-1773156518884-64954e49.jpg", alt: "Customer 3"
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-business-team-work_23-2149271746.jpg", alt: "Customer 4"
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/professional-headshot-photo-of-a-busines-1773156519057-e13079e9.jpg", alt: "Customer 4"
}
]}
ratingAnimation="slide-up"
@@ -182,27 +182,27 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to See Your AI Rank?"
description="Get started with AiR today. See real-time insights about your brand's visibility in AI search. Our team is here to help you optimize your AI presence."
title="Ready to Master AI Visibility?"
description="Join the companies already leveraging AI Results to dominate in AI search. Get started free today and see exactly where your brand stands in the AI era. No credit card required."
inputs={[
{ name: "email", type: "email", placeholder: "Your email address", required: true },
{ name: "email", type: "email", placeholder: "Your work email", required: true },
{ name: "company", type: "text", placeholder: "Company name", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your AI visibility goals", rows: 4, required: false }}
textarea={{ name: "message", placeholder: "Tell us about your business and AI visibility goals", rows: 4, required: false }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al9ShvNpYDxQsOkVUUXMhmJzXW/a-modern-ai-analytics-dashboard-interfac-1773156518382-e8ed3357.jpg"
imageAlt="AiR platform interface"
imageAlt="AI Results platform interface"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Start Your Journey"
buttonText="Get Started Free"
onSubmit={handleContactSubmit}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="AiR"
copyrightText="© 2025 AiR. All rights reserved."
logoText="AI Results"
copyrightText="© 2025 AI Results. All rights reserved."
columns={[
{
title: "Product", items: [
@@ -214,15 +214,15 @@ export default function LandingPage() {
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Blog", href: "https://getairesults.ai/blog" },
{ label: "Careers", href: "https://getairesults.ai/careers" }
{ label: "Blog", href: "https://blog.airesults.com" },
{ label: "Careers", href: "https://careers.airesults.com" }
]
},
{
title: "Support", items: [
{ label: "Help Center", href: "https://getairesults.ai/help" },
{ label: "Help Center", href: "https://help.airesults.com" },
{ label: "Contact Us", href: "#contact" },
{ label: "Privacy Policy", href: "https://getairesults.ai/privacy" }
{ label: "Privacy Policy", href: "https://airesults.com/privacy" }
]
}
]}
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #159c49;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #106EFB;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);