7 Commits

Author SHA1 Message Date
52ec457d5f Merge version_4 into main
Merge version_4 into main
2026-03-27 11:36:12 +00:00
5b4a573192 Update src/app/page.tsx 2026-03-27 11:36:09 +00:00
b65301618d Merge version_3 into main
Merge version_3 into main
2026-03-27 11:34:04 +00:00
a3ac89cd23 Update src/app/page.tsx 2026-03-27 11:34:01 +00:00
af2e646f76 Merge version_2 into main
Merge version_2 into main
2026-03-27 11:21:13 +00:00
340b3ca417 Update src/app/page.tsx 2026-03-27 11:21:10 +00:00
e220f11fa2 Merge version_1 into main
Merge version_1 into main
2026-03-27 11:17:18 +00:00

View File

@@ -9,11 +9,14 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { CheckCircle, Shield, TrendingUp, Zap } from "lucide-react";
export default function LandingPage() {
const handleBookMeeting = () => {
window.open("https://calendly.com/your-calendar-link", "_blank");
};
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -32,56 +35,35 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Solutions",
id: "features",
},
name: "Solutions", id: "features"},
{
name: "Pricing",
id: "pricing",
},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="VoxAI Agency"
brandName="Rizg AI"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Book a Meeting", onClick: handleBookMeeting }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Your AI Receptionist That Never Sleeps"
description="Unlock 24/7 outbound and inbound lead qualification. Our voice agents scale your agency with seamless automation and human-like precision."
description="Unlock 24/7 outbound and inbound lead qualification. Our voice agents scale Rizg AI with seamless automation and human-like precision."
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-business-professional-look-1774610222034-7e0d05b8.png",
alt: "User 1",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-business-professional-look-1774610222034-7e0d05b8.png", alt: "User 1"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-tech-startup-founder-1774610229826-c149e1f4.png",
alt: "User 2",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-tech-startup-founder-1774610229826-c149e1f4.png", alt: "User 2"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-project-manager-1774610221549-2ab4a1e6.png",
alt: "User 3",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-project-manager-1774610221549-2ab4a1e6.png", alt: "User 3"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-marketing-director-1774610223285-a8e0304e.png",
alt: "User 4",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-marketing-director-1774610223285-a8e0304e.png", alt: "User 4"},
]}
buttons={[
{
text: "Deploy Your Agent",
href: "#contact",
},
text: "Book a Meeting", onClick: handleBookMeeting },
]}
/>
</div>
@@ -102,77 +84,40 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Inbound Qualification",
description: "Filter leads in real-time as they call.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/automated-voice-agent-flowchart-showing--1774610221259-d7595049.png?_wi=1",
},
id: "f1", title: "Inbound Qualification", description: "Filter leads in real-time as they call.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/automated-voice-agent-flowchart-showing--1774610221259-d7595049.png?_wi=1"},
items: [
{
icon: CheckCircle,
text: "CRM Integration",
},
text: "CRM Integration"},
{
icon: Zap,
text: "Instant lead tagging",
},
text: "Instant lead tagging"},
{
icon: Shield,
text: "Secure verified data",
},
text: "Secure verified data"},
],
reverse: false,
},
{
id: "f2",
title: "Outbound Prospecting",
description: "Automated outreach campaigns at scale.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/automated-voice-agent-flowchart-showing--1774610221259-d7595049.png?_wi=2",
},
id: "f2", title: "Outbound Prospecting", description: "Automated outreach campaigns at scale.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/automated-voice-agent-flowchart-showing--1774610221259-d7595049.png?_wi=2"},
items: [
{
icon: CheckCircle,
text: "Scheduled follow-ups",
},
text: "Scheduled follow-ups"},
{
icon: Zap,
text: "Multi-channel sync",
},
text: "Multi-channel sync"},
{
icon: Shield,
text: "Compliance ready",
},
text: "Compliance ready"},
],
reverse: true,
},
{
id: "f3",
title: "Intelligent Support",
description: "24/7 reception desk for clients.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/automated-voice-agent-flowchart-showing--1774610221259-d7595049.png?_wi=3",
},
items: [
{
icon: CheckCircle,
text: "FAQ handling",
},
{
icon: Zap,
text: "Multi-language support",
},
{
icon: Shield,
text: "Consistent tone",
},
],
reverse: false,
},
]}
title="Built for Agency Scale"
description="The engine under your agency's hood."
title="Built for Scale"
description="The engine under your operations' hood."
/>
</div>
@@ -184,75 +129,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "24/7",
title: "Uptime",
description: "Always-on service coverage.",
icon: Zap,
id: "m1", value: "24/7", title: "Uptime", description: "Always-on service coverage.", icon: Zap,
},
{
id: "m2",
value: "100%",
title: "Lead Accuracy",
description: "Precision qualification.",
icon: CheckCircle,
},
{
id: "m3",
value: "80%",
title: "Faster Growth",
description: "Agency efficiency boost.",
icon: TrendingUp,
id: "m2", value: "100%", title: "Lead Accuracy", description: "Precision qualification.", icon: CheckCircle,
},
]}
title="Performance Unlocked"
description="Numbers that define our agency partners."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "starter",
tag: "Essential",
price: "$499",
period: "/mo",
description: "Perfect for solo consultants.",
button: {
text: "Get Started",
href: "#contact",
},
featuresTitle: "Included:",
features: [
"1 Voice Agent",
"Basic CRM Sync",
"24/7 Support",
],
},
{
id: "pro",
tag: "Scale",
price: "$1,499",
period: "/mo",
description: "Best for growing agencies.",
button: {
text: "Get Started",
href: "#contact",
},
featuresTitle: "Included:",
features: [
"5 Voice Agents",
"Advanced CRM Integration",
"Priority Routing",
],
},
]}
title="Agency Growth Tiers"
description="Flexible plans to scale your voice AI operations."
description="Numbers that define our partners."
/>
</div>
@@ -263,41 +147,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex Rivier",
handle: "@rivier_growth",
testimonial: "These agents qualify my outbound list instantly. Incredible ROI.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/abstract-background-for-testimonial-card-1774610230498-b46f7437.png",
},
id: "t1", name: "Alex Rivier", handle: "@rivier_growth", testimonial: "These agents qualify my outbound list instantly. Incredible ROI.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/abstract-background-for-testimonial-card-1774610230498-b46f7437.png"},
{
id: "t2",
name: "Jordan Smith",
handle: "@j_smith",
testimonial: "My support ticket volume dropped by 70% after deployment.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/abstract-background-with-bokeh-blue-ligh-1774610222353-c7085c1e.png",
},
{
id: "t3",
name: "Sam Lee",
handle: "@sam_agency",
testimonial: "Seamless integration. The voice quality is undetectable.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/modern-geometric-background-pattern-in-g-1774610221802-8912c036.png",
},
{
id: "t4",
name: "Taylor West",
handle: "@west_ventures",
testimonial: "A complete game-changer for my agency workflow.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/subtle-deep-blue-texture-with-gold-accen-1774610220279-96481e37.png",
},
id: "t2", name: "Jordan Smith", handle: "@j_smith", testimonial: "My support ticket volume dropped by 70% after deployment.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/abstract-background-with-bokeh-blue-ligh-1774610222353-c7085c1e.png"},
]}
showRating={true}
title="Partner Results"
description="What our agency partners say."
description="What our partners say."
/>
</div>
@@ -305,16 +163,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get Started"
title="Ready to Scale?"
description="Speak with our team to deploy your first voice AI agent in under 24 hours."
title="Book Your Consultation"
description="Ready to scale? Book a meeting to deploy your first voice AI agent in under 24 hours."
buttons={[
{
text: "Book Consultation",
href: "#",
},
text: "Book Now", onClick: handleBookMeeting },
]}
/>
</div>
@@ -323,40 +178,26 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Features",
href: "#features",
},
{
label: "Pricing",
href: "#pricing",
},
label: "Features", href: "#features"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
copyrightText="© 2024 VoxAI Agency. All rights reserved."
copyrightText="© 2025 Rizg AI. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}