Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-07 19:07:10 +00:00

View File

@@ -10,14 +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, Sparkles, Layers, Clock, Star, MessageSquare } from "lucide-react";
import { Bot, Sparkles, Layers, Clock, Star, MessageSquare, Zap } 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" }
{ name: "Agent Demo", id: "agent-chat" }
];
const testimonials = [
@@ -61,6 +61,21 @@ export default function ShopAIAgentPage() {
]}
/>
</div>
<div id="agent-chat" data-section="agent-chat">
<FeatureCardMedia
animationType="blur-reveal"
tag="Integrated Experience"
tagIcon={Zap}
title="Experience the Agent UI"
description="A seamless, low-latency chat widget that connects directly to your Shopify store catalog for real-time inventory and checkout support."
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "a1", title: "Direct Product Linking", description: "Agent displays actual product cards with direct 'Add to Cart' functionality.", tag: "Checkout" },
{ id: "a2", title: "Real-time Status", description: "Check shipping, order history, and stock availability instantly via natural language.", tag: "Support" }
]}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
title="Performance Metrics"