diff --git a/src/app/page.tsx b/src/app/page.tsx index f21116f..a479c0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; +import TextAbout from "@/components/sections/about/TextAbout"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; -import FaqBase from "@/components/sections/faq/FaqBase"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { @@ -61,42 +62,74 @@ export default function AgentFlowPage() {
- +
+
10x
+
Faster Lead Capture
+
+
+ } imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/a-sleek-modern-ai-dashboard-interface-sh-1772732475692-9cbf27cd.png?_wi=1" imageAlt="AgentFlow AI Dashboard" - imagePosition="right" mediaAnimation="slide-up" buttons={[ { text: "Start Free Trial", href: "#contact" }, { text: "Watch Demo", href: "#" }, ]} buttonAnimation="slide-up" - marqueeItems={[ - { type: "text-icon", text: "Real-time Lead Qualification", icon: CheckCircle }, - { type: "text-icon", text: "Multi-channel Integration", icon: GitBranch }, - { type: "text-icon", text: "Predictive Analytics", icon: TrendingUp }, - { type: "text-icon", text: "Automated Workflows", icon: Zap }, + ariaLabel="Hero section" + /> + + +
+ +
+ +
+
- +
+ +
+ console.log("Lead Capture Agent"), + }, + { + id: "2", name: "Qualification Agent", price: "$1,999/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/advanced-analytics-dashboard-showing-rea-1772732475721-0a1003c4.png?_wi=1", imageAlt: "Qualification Agent", onProductClick: () => console.log("Qualification Agent"), + }, + { + id: "3", name: "Nurture Agent", price: "$1,499/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/illustration-of-automated-workflow-syste-1772732475358-7029784a.png?_wi=1", imageAlt: "Nurture Agent", onProductClick: () => console.log("Nurture Agent"), + }, + ]} + /> +
+ +
+ @@ -181,103 +234,28 @@ export default function AgentFlowPage() {
- -
- -
- -
- -
- -
- -
-