From fa3eb884a91b070ab42718e1ff8da655fb0604c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:49:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d3e98b..b346ddd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,13 +10,14 @@ import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Bot, ShoppingBag, Store, Zap, Sparkles, MessageSquare, CreditCard, HelpCircle, Mail, Settings, Shield, BarChart3, Clock, Layers, Star } from "lucide-react"; +import { Bot, Sparkles, Layers, Clock, Star, MessageSquare } from "lucide-react"; export default function ShopAIAgentPage() { const navItems = [ { name: "Capabilities", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, + { name: "Agent Chat", id: "agent-chat" } ]; const testimonials = [ @@ -34,36 +35,36 @@ export default function ShopAIAgentPage() { return (
@@ -73,8 +74,8 @@ export default function ShopAIAgentPage() { testimonials={testimonials} showRating={true} animationType="slide-up" - title="Retailers Love ShopMind" - description="See how growing e-commerce brands are using our agent technology to scale their operations." + title="Trusted by Drip Merchants" + description="Discover why premium sneaker boutiques and luxury shoe brands choose our AI agent to enhance their storefronts." textboxLayout="default" useInvertedBackground={false} /> @@ -83,32 +84,32 @@ export default function ShopAIAgentPage() {
-- 2.49.1