From 42edf96f41075c2b9a8d61dd46ccade13b4df4d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:44:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 188 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 087955c..6a5c873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Instagram, Linkedin, Twitter } from "lucide-react"; +import { Instagram, Linkedin, Twitter, Zap, TrendingUp, MessageSquare, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -32,79 +32,46 @@ export default function LandingPage() {
@@ -117,17 +84,11 @@ export default function LandingPage() { description="We don't just build sites; we deploy intelligent systems. Compute-Ticate leverages cutting-edge machine learning and automation to ensure your online presence is a 24/7 sales representative." bulletPoints={[ { - title: "AI-Powered SEO", - description: "Dynamic content optimization that adapts to market trends in real-time.", - }, + title: "AI-Powered SEO", description: "Dynamic content optimization that adapts to market trends in real-time."}, { - title: "Predictive UX", - description: "Understanding user intent through AI-driven behavioral analysis.", - }, + title: "Predictive UX", description: "Understanding user intent through AI-driven behavioral analysis."}, { - title: "Automated Engagement", - description: "Smart, personalized conversion funnels built to maximize ROI.", - }, + title: "Automated Engagement", description: "Smart, personalized conversion funnels built to maximize ROI."}, ]} imageSrc="http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg" /> @@ -139,33 +100,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Self-Optimizing UX", - description: "Interfaces that learn and adapt based on actual user interactions.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=2", - imageAlt: "futuristic data flow tech", - }, + title: "Self-Optimizing UX", description: "Interfaces that learn and adapt based on actual user interactions.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg", imageAlt: "futuristic data flow tech"}, { - title: "Predictive Sales Analytics", - description: "Know which products or services will trend before your competitors.", - buttonIcon: "TrendingUp", - imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037202.jpg?_wi=2", - imageAlt: "ai chatbot code interface", - }, + title: "Predictive Sales Analytics", description: "Know which products or services will trend before your competitors.", buttonIcon: TrendingUp, + imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037202.jpg", imageAlt: "ai chatbot code interface"}, { - title: "Smart Chat Integration", - description: "Natural language AI support that resolves queries 24/7.", - buttonIcon: "MessageSquare", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627918.jpg?_wi=2", - imageAlt: "vibrant tech light waves", - }, + title: "Smart Chat Integration", description: "Natural language AI support that resolves queries 24/7.", buttonIcon: MessageSquare, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627918.jpg", imageAlt: "vibrant tech light waves"}, { - title: "Rapid Deployment Architecture", - description: "Advanced tech stacks that ensure your business stays ahead.", - buttonIcon: "Cpu", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16164.jpg?_wi=2", - imageAlt: "geometric 3d abstract blue", - }, + title: "Rapid Deployment Architecture", description: "Advanced tech stacks that ensure your business stays ahead.", buttonIcon: Cpu, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16164.jpg", imageAlt: "geometric 3d abstract blue"}, ]} title="Why AI Websites Win" description="Stop relying on static templates. We build intelligent platforms designed to grow with your ambition." @@ -179,55 +124,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Launchpad", - price: "$1,999", - subtitle: "Perfect for new local businesses.", - buttons: [ + id: "basic", badge: "Launchpad", price: "$1,999", subtitle: "Perfect for new local businesses.", buttons: [ { - text: "Select Plan", - }, + text: "Select Plan"}, ], features: [ - "Responsive AI Site", - "SEO Automation", - "5 Pages", - "24/7 Support", - ], + "Responsive AI Site", "SEO Automation", "5 Pages", "24/7 Support"], }, { - id: "growth", - badge: "Accelerator", - price: "$4,999", - subtitle: "Scale faster with full features.", - buttons: [ + id: "growth", badge: "Accelerator", price: "$4,999", subtitle: "Scale faster with full features.", buttons: [ { - text: "Select Plan", - }, + text: "Select Plan"}, ], features: [ - "Full AI Integration", - "Predictive Analytics", - "Unlimited Pages", - "Priority Support", - ], + "Full AI Integration", "Predictive Analytics", "Unlimited Pages", "Priority Support"], }, { - id: "enterprise", - badge: "Custom Suite", - price: "Custom", - subtitle: "Bespoke intelligent infrastructure.", - buttons: [ + id: "enterprise", badge: "Custom Suite", price: "Custom", subtitle: "Bespoke intelligent infrastructure.", buttons: [ { - text: "Book Consultation", - }, + text: "Book Consultation"}, ], features: [ - "Custom AI Model", - "Advanced CRM Integration", - "DevOps Management", - "Dedicated Success Manager", - ], + "Custom AI Model", "Advanced CRM Integration", "DevOps Management", "Dedicated Success Manager"], }, ]} title="Investment Plans" @@ -237,63 +155,33 @@ export default function LandingPage() {
-- 2.49.1