diff --git a/src/app/page.tsx b/src/app/page.tsx index ff5f197..5770754 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,24 +86,34 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Natural Language Understanding", description: "Advanced contextual comprehension for genuine human-like conversations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/sleek-conversational-ai-interface-showin-1772703053897-930dbe2f.png", imageAlt: "Natural conversation interface", buttonIcon: ArrowRight, - buttonHref: "#" + id: 1, + title: "Natural Language Understanding", description: "Advanced contextual comprehension for genuine human-like conversations", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/sleek-conversational-ai-interface-showin-1772703053897-930dbe2f.png", imageAlt: "Natural conversation interface" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/sleek-conversational-ai-interface-showin-1772703053897-930dbe2f.png", imageAlt: "Natural conversation interface" }, + buttons: [{ text: "Learn More", href: "#" }] }, { - title: "Real-Time Analytics", description: "Track performance metrics, engagement rates, and conversation quality instantly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/real-time-analytics-dashboard-for-ai-per-1772703054841-04e46877.png", imageAlt: "Analytics dashboard with metrics", buttonIcon: BarChart3, - buttonHref: "#" + id: 2, + title: "Real-Time Analytics", description: "Track performance metrics, engagement rates, and conversation quality instantly", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/real-time-analytics-dashboard-for-ai-per-1772703054841-04e46877.png", imageAlt: "Analytics dashboard with metrics" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/real-time-analytics-dashboard-for-ai-per-1772703054841-04e46877.png", imageAlt: "Analytics dashboard with metrics" }, + buttons: [{ text: "Explore", href: "#" }] }, { - title: "Seamless Integration", description: "Connect with your favorite platforms via APIs, webhooks, and pre-built integrations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/integration-ecosystem-showing-envoq-conn-1772703054708-e3e1453c.png", imageAlt: "Integration ecosystem", buttonIcon: LinkIcon, - buttonHref: "#" + id: 3, + title: "Seamless Integration", description: "Connect with your favorite platforms via APIs, webhooks, and pre-built integrations", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/integration-ecosystem-showing-envoq-conn-1772703054708-e3e1453c.png", imageAlt: "Integration ecosystem" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/integration-ecosystem-showing-envoq-conn-1772703054708-e3e1453c.png", imageAlt: "Integration ecosystem" }, + buttons: [{ text: "Integrate Now", href: "#" }] }, { - title: "Enterprise Security", description: "Bank-grade encryption, compliance with GDPR, SOC 2, and enterprise security standards", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/enterprise-security-visualization-with-e-1772703054922-dcccc478.png", imageAlt: "Security and encryption layers", buttonIcon: Shield, - buttonHref: "#" + id: 4, + title: "Enterprise Security", description: "Bank-grade encryption, compliance with GDPR, SOC 2, and enterprise security standards", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/enterprise-security-visualization-with-e-1772703054922-dcccc478.png", imageAlt: "Security and encryption layers" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/enterprise-security-visualization-with-e-1772703054922-dcccc478.png", imageAlt: "Security and encryption layers" }, + buttons: [{ text: "Learn More", href: "#" }] }, ]} textboxLayout="default" useInvertedBackground={false} + showStepNumbers={true} + animationType="slide-up" /> @@ -114,6 +124,8 @@ export default function LandingPage() { tag="Testimonials" tagIcon={Star} tagAnimation="slide-up" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", title: "Revolutionized Our Customer Support", quote: "Envoq reduced our support ticket volume by 60% while increasing customer satisfaction. The AI understands our business better than we expected.", name: "Sarah Chen", role: "CEO of TechVenture Inc", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/professional-headshot-of-a-business-exec-1772703053149-cd5fdc3b.png", imageAlt: "Sarah Chen" @@ -128,8 +140,6 @@ export default function LandingPage() { id: "4", title: "Enterprise-Grade Reliability", quote: "The security and compliance features give us peace of mind. Envoq handles our most sensitive customer interactions with confidence.", name: "David Park", role: "CTO of SecureFlow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/professional-headshot-of-a-startup-found-1772703054220-f53184f5.png", imageAlt: "David Park" }, ]} - textboxLayout="default" - useInvertedBackground={false} />