Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Building2, Crown, CreditCard, Database, DollarSign, Map, MessageCircle, MessageSquare, Rocket, Send, Settings, ShoppingBag, Smartphone, Spa, Sparkles, Star, Target, TrendingUp, User, UtensilsCrossed, Zap } from 'lucide-react';
|
import { Building2, Crown, CreditCard, Database, DollarSign, Map, MessageCircle, MessageSquare, Rocket, Send, Settings, ShoppingBag, Smartphone, Sparkles, Star, Target, TrendingUp, User, UtensilsCrossed, Zap, Mail, Instagram } from 'lucide-react';
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
@@ -94,8 +94,8 @@ export default function Page() {
|
|||||||
{
|
{
|
||||||
title: "Multi-Channel Support", description: "Deploy AI agents across WhatsApp, Instagram, Facebook, email, and web chat with consistent intelligent responses.", bentoComponent: "icon-info-cards", items: [
|
title: "Multi-Channel Support", description: "Deploy AI agents across WhatsApp, Instagram, Facebook, email, and web chat with consistent intelligent responses.", bentoComponent: "icon-info-cards", items: [
|
||||||
{ icon: MessageCircle, label: "WhatsApp", value: "24/7 Support" },
|
{ icon: MessageCircle, label: "WhatsApp", value: "24/7 Support" },
|
||||||
{ icon: MessageCircle, label: "Instagram", value: "Instant Replies" },
|
{ icon: Instagram, label: "Instagram", value: "Instant Replies" },
|
||||||
{ icon: MessageCircle, label: "Email", value: "Smart Responses" }
|
{ icon: Mail, label: "Email", value: "Smart Responses" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -130,7 +130,7 @@ export default function Page() {
|
|||||||
title: "Retail & E-Commerce", description: "Product discovery, inventory management, order tracking, and personalized shopping experiences driven by AI."
|
title: "Retail & E-Commerce", description: "Product discovery, inventory management, order tracking, and personalized shopping experiences driven by AI."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Spa,
|
icon: TrendingUp,
|
||||||
title: "Wellness & Spa", description: "Appointment scheduling, service recommendations, membership management, and guest wellness guidance."
|
title: "Wellness & Spa", description: "Appointment scheduling, service recommendations, membership management, and guest wellness guidance."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user