diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e403aab..9c7dc32 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,12 @@ import type { Metadata } from "next"; -import { Nunito } from "next/font/google"; -import { Halant } from "next/font/google"; +import { Manrope } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const nunito = Nunito({ - variable: "--font-nunito", subsets: ["latin"], -}); - -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); const inter = Inter({ @@ -20,20 +14,14 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "AIVerse - Enterprise AI Platform for Real-Time Intelligence", description: "Transform your business with AIVerse, the enterprise AI platform powering real-time analytics, predictive modeling, and intelligent automation for Fortune 500 companies.", keywords: "AI platform, machine learning, artificial intelligence, enterprise AI, predictive analytics, data science", robots: { + title: "AI Receptionist Agents | White-Label Solutions for Local Businesses", description: "Scale your service business with AI receptionist agents. White-label partnership for local service providers, call centers, and agencies. Affordable, easy to implement.", keywords: "AI receptionist, appointment scheduling, white-label AI, local business solutions, answering service, call handling", robots: { index: true, follow: true, }, openGraph: { - title: "AIVerse - Enterprise AI Platform", description: "Harness advanced AI for real-time intelligence and predictive insights", siteName: "AIVerse", type: "website", images: [ - { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/a-modern-ai-platform-dashboard-with-dark-1772521736923-4030759c.png", alt: "A modern AI platform dashboard with dark theme showing real-time analytics, data visualizations, and"}, - ], - }, + title: "AI Receptionist Agents | White-Label Partnership", description: "White-label AI receptionist agents for local businesses. Scale your services affordably.", siteName: "AI Receptionist Agents", type: "website"}, twitter: { - card: "summary_large_image", title: "AIVerse - Enterprise AI Platform", description: "Real-time AI intelligence at enterprise scale", images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQOwKO3E2zcoxMYK0PHVKepDeU/a-modern-ai-platform-dashboard-with-dark-1772521736923-4030759c.png"], - }, + card: "summary_large_image", title: "AI Receptionist Agents | White-Label Partnership", description: "White-label AI receptionist agents for local businesses"}, }; export default function RootLayout({ @@ -45,7 +33,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 35ab766..693b05e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,19 +13,19 @@ import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Sparkles, - Zap, - Home, + Phone, + Clock, + CheckCircle, BarChart3, Settings, - TrendingUp, - CheckCircle, - Brain, + Zap, Shield, Layers, - Lock, - Star, - Rocket, + TrendingUp, + Users, + MessageSquare, CreditCard, + Rocket, } from "lucide-react"; export default function LandingPage() { @@ -51,58 +51,58 @@ export default function LandingPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} - brandName="AIVerse" - bottomLeftText="Powered by Advanced AI" - bottomRightText="hello@aiverse.io" + brandName="ReceptionistAI" + bottomLeftText="White-Label AI Solutions" + bottomRightText="partner@receptionistai.com" />
@@ -110,9 +110,9 @@ export default function LandingPage() {
@@ -134,47 +134,47 @@ export default function LandingPage() {