6 Commits

Author SHA1 Message Date
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 MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { CheckCircle, Shield, TrendingUp, Zap } from "lucide-react"; import { CheckCircle, Shield, TrendingUp, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
const handleBookMeeting = () => {
window.open("https://calendly.com/your-calendar-link", "_blank");
};
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="bounce-effect" defaultButtonVariant="bounce-effect"
@@ -32,56 +35,35 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Solutions", name: "Solutions", id: "features"},
id: "features",
},
{ {
name: "Pricing", name: "Contact", id: "contact"},
id: "pricing",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="VoxAI Agency" brandName="Rizg AI"
button={{ button={{
text: "Get Started", text: "Book a Meeting", onClick: handleBookMeeting }}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Your AI Receptionist That Never Sleeps" 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={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-business-professional-look-1774610222034-7e0d05b8.png", 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"},
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", 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"},
alt: "User 2",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-project-manager-1774610221549-2ab4a1e6.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-project-manager-1774610221549-2ab4a1e6.png", alt: "User 3"},
alt: "User 3",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-marketing-director-1774610223285-a8e0304e.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/portrait-of-a-marketing-director-1774610223285-a8e0304e.png", alt: "User 4"},
alt: "User 4",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Deploy Your Agent", text: "Book a Meeting", onClick: handleBookMeeting },
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -102,77 +84,40 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Inbound Qualification", description: "Filter leads in real-time as they call.", media: {
title: "Inbound Qualification", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/automated-voice-agent-flowchart-showing--1774610221259-d7595049.png?_wi=1"},
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: [ items: [
{ {
icon: CheckCircle, icon: CheckCircle,
text: "CRM Integration", text: "CRM Integration"},
},
{ {
icon: Zap, icon: Zap,
text: "Instant lead tagging", text: "Instant lead tagging"},
},
{ {
icon: Shield, icon: Shield,
text: "Secure verified data", text: "Secure verified data"},
},
], ],
reverse: false, reverse: false,
}, },
{ {
id: "f2", id: "f2", title: "Outbound Prospecting", description: "Automated outreach campaigns at scale.", media: {
title: "Outbound Prospecting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/automated-voice-agent-flowchart-showing--1774610221259-d7595049.png?_wi=2"},
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: [ items: [
{ {
icon: CheckCircle, icon: CheckCircle,
text: "Scheduled follow-ups", text: "Scheduled follow-ups"},
},
{ {
icon: Zap, icon: Zap,
text: "Multi-channel sync", text: "Multi-channel sync"},
},
{ {
icon: Shield, icon: Shield,
text: "Compliance ready", text: "Compliance ready"},
},
], ],
reverse: true, 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" title="Built for Scale"
description="The engine under your agency's hood." description="The engine under your operations' hood."
/> />
</div> </div>
@@ -184,75 +129,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "24/7", title: "Uptime", description: "Always-on service coverage.", icon: Zap,
value: "24/7",
title: "Uptime",
description: "Always-on service coverage.",
icon: Zap,
}, },
{ {
id: "m2", id: "m2", value: "100%", title: "Lead Accuracy", description: "Precision qualification.", icon: CheckCircle,
value: "100%",
title: "Lead Accuracy",
description: "Precision qualification.",
icon: CheckCircle,
},
{
id: "m3",
value: "80%",
title: "Faster Growth",
description: "Agency efficiency boost.",
icon: TrendingUp,
}, },
]} ]}
title="Performance Unlocked" title="Performance Unlocked"
description="Numbers that define our agency partners." description="Numbers that define our 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."
/> />
</div> </div>
@@ -263,41 +147,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Alex Rivier", handle: "@rivier_growth", testimonial: "These agents qualify my outbound list instantly. Incredible ROI.", rating: 5,
name: "Alex Rivier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/abstract-background-for-testimonial-card-1774610230498-b46f7437.png"},
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", id: "t2", name: "Jordan Smith", handle: "@j_smith", testimonial: "My support ticket volume dropped by 70% after deployment.", rating: 5,
name: "Jordan Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSKm3roHNGwgpeplwnsmsBoBTR/abstract-background-with-bokeh-blue-ligh-1774610222353-c7085c1e.png"},
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",
},
]} ]}
showRating={true} showRating={true}
title="Partner Results" title="Partner Results"
description="What our agency partners say." description="What our partners say."
/> />
</div> </div>
@@ -305,16 +163,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Get Started" tag="Get Started"
title="Ready to Scale?" title="Book Your Consultation"
description="Speak with our team to deploy your first voice AI agent in under 24 hours." description="Ready to scale? Book a meeting to deploy your first voice AI agent in under 24 hours."
buttons={[ buttons={[
{ {
text: "Book Consultation", text: "Book Now", onClick: handleBookMeeting },
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -323,37 +178,23 @@ export default function LandingPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#"},
href: "#",
},
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{
label: "Pricing",
href: "#pricing",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
copyrightText="© 2024 VoxAI Agency. All rights reserved." copyrightText="© 2025 Rizg AI. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>