Merge version_2 into main #2
@@ -1,50 +1,21 @@
|
||||
import type { Metadata } from "next";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
import type { Metadata } from 'next';
|
||||
import './globals.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Envoq - AI Chatbot Platform for Customer Engagement", description: "Transform customer interactions with Envoq's advanced AI chatbot. Natural conversations, real-time analytics, enterprise security. Start your free trial today.", keywords: "AI chatbot, conversational AI, customer support automation, NLP, machine learning, Envoq", metadataBase: new URL("https://envoq.ai"),
|
||||
openGraph: {
|
||||
title: "Envoq - AI Chatbot Platform", description: "Next-generation conversational AI for modern businesses. Intelligent, scalable, secure.", url: "https://envoq.ai", siteName: "Envoq", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/a-futuristic-ai-chatbot-dashboard-interf-1772703054960-8e2e2dcd.png", alt: "Envoq AI Chatbot Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Envoq - AI Chatbot Platform", description: "Transform customer interactions with advanced conversational AI", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/a-futuristic-ai-chatbot-dashboard-interf-1772703054960-8e2e2dcd.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
title: 'Envoq - AI Chatbot Platform',
|
||||
description: 'The future of conversational AI for your business',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1412,7 +1383,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
<FeatureCardNine
|
||||
title="Powerful Capabilities"
|
||||
description="Envoq comes loaded with intelligent features designed for modern businesses"
|
||||
tag="Features"
|
||||
@@ -87,16 +87,20 @@ export default function LandingPage() {
|
||||
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: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
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: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
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: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
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: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -105,20 +109,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Trusted by Industry Leaders"
|
||||
title="What Our Customers Say"
|
||||
description="See how Envoq transforms customer interactions for businesses worldwide"
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
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"},
|
||||
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"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Intelligent Lead Generation", quote: "Our sales team has never been more productive. Envoq qualifies leads intelligently, freeing up our team to focus on closing deals.", name: "Marcus Johnson", role: "VP Sales at GrowthCorp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/professional-headshot-of-a-tech-entrepre-1772703053854-faa52e17.png", imageAlt: "Marcus Johnson"},
|
||||
id: "2", title: "Intelligent Lead Generation", quote: "Our sales team has never been more productive. Envoq qualifies leads intelligently, freeing up our team to focus on closing deals.", name: "Marcus Johnson", role: "VP Sales at GrowthCorp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/professional-headshot-of-a-tech-entrepre-1772703053854-faa52e17.png", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Seamless User Experience", quote: "Our users love the conversational interface. Envoq feels like talking to an expert, not a bot. Implementation was surprisingly smooth.", name: "Emily Rodriguez", role: "Product Director at CreativeStudio", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/professional-headshot-of-a-creative-dire-1772703055640-4f2be7db.png", imageAlt: "Emily Rodriguez"},
|
||||
id: "3", title: "Seamless User Experience", quote: "Our users love the conversational interface. Envoq feels like talking to an expert, not a bot. Implementation was surprisingly smooth.", name: "Emily Rodriguez", role: "Product Director at CreativeStudio", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/professional-headshot-of-a-creative-dire-1772703055640-4f2be7db.png", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
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"},
|
||||
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}
|
||||
@@ -139,17 +147,20 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "starter", title: "Starter", price: "$299", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/minimalist-illustration-representing-a-s-1772703054068-99262009.png", imageAlt: "Starter plan", button: { text: "Get Started", href: "#contact" },
|
||||
features: [
|
||||
"Up to 1,000 conversations/month", "Basic NLP capabilities", "Email support", "Standard integrations", "Analytics dashboard"],
|
||||
"Up to 1,000 conversations/month", "Basic NLP capabilities", "Email support", "Standard integrations", "Analytics dashboard"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", title: "Professional", price: "$999", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/mid-tier-illustration-for-professional-p-1772703054409-b478e463.png", imageAlt: "Professional plan", button: { text: "Start Free Trial", href: "#contact" },
|
||||
features: [
|
||||
"Unlimited conversations", "Advanced NLP + machine learning", "Priority 24/7 support", "Premium integrations", "Advanced analytics", "Custom training data"],
|
||||
"Unlimited conversations", "Advanced NLP + machine learning", "Priority 24/7 support", "Premium integrations", "Advanced analytics", "Custom training data"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/premium-enterprise-plan-illustration-wit-1772703054459-c84f2051.png", imageAlt: "Enterprise plan", button: { text: "Contact Sales", href: "#contact" },
|
||||
features: [
|
||||
"Unlimited everything", "Dedicated AI training", "On-premise deployment option", "Dedicated account manager", "Custom SLA agreements", "Advanced security & compliance"],
|
||||
"Unlimited everything", "Dedicated AI training", "On-premise deployment option", "Dedicated account manager", "Custom SLA agreements", "Advanced security & compliance"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user