diff --git a/src/app/page.tsx b/src/app/page.tsx index a7a43f1..ca27e0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,51 +48,28 @@ export default function LandingPage() {
@@ -114,19 +81,13 @@ export default function LandingPage() { metrics={[ { icon: Zap, - label: "Social Reach", - value: "1.2M+", - }, + label: "Social Reach", value: "1.2M+"}, { icon: TrendingUp, - label: "Engagement Rate", - value: "18.5%", - }, + label: "Engagement Rate", value: "18.5%"}, { icon: Target, - label: "Conversion Boost", - value: "450%", - }, + label: "Conversion Boost", value: "450%"}, ]} metricsAnimation="blur-reveal" /> @@ -139,17 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Slow Manual Publishing", - "Missed Engagement Windows", - "Generic Content Scaling", - ], + "Slow Manual Publishing", "Missed Engagement Windows", "Generic Content Scaling"], }} positiveCard={{ items: [ - "24/7 Auto-Content Posting", - "Intelligent Comment Responses", - "Real-Time Trend Analysis", - ], + "24/7 Auto-Content Posting", "Intelligent Comment Responses", "Real-Time Trend Analysis"], }} title="The Evolution of Agency Workflow" description="Moving beyond legacy manual management to autonomous intelligent systems." @@ -163,50 +118,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - name: "Standard Agent", - price: "$999/mo", - features: [ - "1 Agent Instance", - "LinkedIn/Twitter Setup", - "Weekly Analytics", - ], + id: "starter", name: "Standard Agent", price: "$999/mo", features: [ + "1 Agent Instance", "LinkedIn/Twitter Setup", "Weekly Analytics"], buttons: [ { - text: "Choose Starter", - }, + text: "Choose Starter"}, ], }, { - id: "pro", - name: "Pro Agent", - price: "$2,499/mo", - features: [ - "3 Agent Instances", - "Omnichannel Mastery", - "Predictive Analytics", - "Priority Support", - ], + id: "pro", name: "Pro Agent", price: "$2,499/mo", features: [ + "3 Agent Instances", "Omnichannel Mastery", "Predictive Analytics", "Priority Support"], buttons: [ { - text: "Choose Pro", - }, + text: "Choose Pro"}, ], - badge: "Most Popular", - }, + badge: "Most Popular"}, { - id: "enterprise", - name: "Enterprise AI", - price: "Custom", - features: [ - "Unlimited Instances", - "Custom AI Model Fine-tuning", - "Dedicated Agent Engineer", - ], + id: "enterprise", name: "Enterprise AI", price: "Custom", features: [ + "Unlimited Instances", "Custom AI Model Fine-tuning", "Dedicated Agent Engineer"], buttons: [ { - text: "Contact Sales", - }, + text: "Contact Sales"}, ], }, ]} @@ -221,45 +153,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alice Chen", - role: "CMO", - title: "TechFlow Systems", - quote: "The agent workflows saved us 40 hours of manual management a week.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21996.jpg", - }, + id: "1", name: "Alice Chen", role: "CMO", title: "TechFlow Systems", quote: "The agent workflows saved us 40 hours of manual management a week.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21996.jpg"}, { - id: "2", - name: "Mark Miller", - role: "Founder", - title: "InnovateLabs", - quote: "Best investment we made for our social scaling efforts.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617684.jpg", - }, + id: "2", name: "Mark Miller", role: "Founder", title: "InnovateLabs", quote: "Best investment we made for our social scaling efforts.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617684.jpg"}, { - id: "3", - name: "Sarah Jones", - role: "Growth Lead", - title: "StartUp HQ", - quote: "The predictive engagement is absolutely incredible.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-sideways-curtain-sparkles_23-2148331895.jpg", - }, + id: "3", name: "Sarah Jones", role: "Growth Lead", title: "StartUp HQ", quote: "The predictive engagement is absolutely incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-sideways-curtain-sparkles_23-2148331895.jpg"}, { - id: "4", - name: "David Kim", - role: "VP Marketing", - title: "GrowthCo", - quote: "Seamless integration and immediate performance boost.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1078.jpg", - }, + id: "4", name: "David Kim", role: "VP Marketing", title: "GrowthCo", quote: "Seamless integration and immediate performance boost.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1078.jpg"}, { - id: "5", - name: "Elise Wang", - role: "Content Lead", - title: "MediaSphere", - quote: "Professional, efficient, and highly intelligent agents.", - imageSrc: "http://img.b2bpic.net/free-photo/female-executive-smiling-office_1170-781.jpg", - }, + id: "5", name: "Elise Wang", role: "Content Lead", title: "MediaSphere", quote: "Professional, efficient, and highly intelligent agents.", imageSrc: "http://img.b2bpic.net/free-photo/female-executive-smiling-office_1170-781.jpg"}, ]} title="Trusted by Industry Leaders" description="Hear from companies scaling effortlessly." @@ -267,59 +169,38 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file