Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52ec457d5f | |||
| 5b4a573192 | |||
| b65301618d | |||
| a3ac89cd23 | |||
| af2e646f76 |
@@ -13,6 +13,10 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
|||||||
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"
|
||||||
@@ -35,9 +39,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Ruzg AI"
|
brandName="Rizg AI"
|
||||||
button={{
|
button={{
|
||||||
text: "Book a Meeting", href: "#contact"}}
|
text: "Book a Meeting", onClick: handleBookMeeting }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -46,7 +50,7 @@ export default function LandingPage() {
|
|||||||
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 Ruzg AI 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", 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"},
|
||||||
@@ -59,7 +63,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Meeting", href: "#contact"},
|
text: "Book a Meeting", onClick: handleBookMeeting },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -165,7 +169,7 @@ export default function LandingPage() {
|
|||||||
description="Ready to scale? Book a meeting 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 Now", href: "#"},
|
text: "Book Now", onClick: handleBookMeeting },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -190,7 +194,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Ruzg AI. All rights reserved."
|
copyrightText="© 2025 Rizg AI. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user