From ab058b3fab958e692bf7a22f6fd60ff16076f3f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:56:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a62a48..2f50181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2oymptKnz4J9M3skh2UVoXXb/a-business-operations-director-portrait--1772481210897-212adcf7.png", alt: "Client testimonial" } ]} ratingAnimation="slide-up" - avatarsAnimation="fade-in" + avatarsAnimation="slide-up" useInvertedBackground={true} /> @@ -155,21 +155,17 @@ export default function LandingPage() { description="Choose the perfect plan tailored to your enterprise AI transformation needs." plans={[ { - id: "starter", badge: "Getting Started", price: "Custom", subtitle: "Perfect for AI exploration and proof of concepts", buttons: [{ text: "Schedule Consultation", href: "#contact" }], - features: [ + id: "starter", badge: "Getting Started", price: "Custom", subtitle: "Perfect for AI exploration and proof of concepts", buttons: [{ text: "Schedule Consultation", href: "#contact" }], features: [ "AI assessment and strategy", "Proof of concept development", "Up to 2 integration points", "3-month support included", "Dedicated technical advisor" ] }, { - id: "enterprise", badge: "Most Popular", badgeIcon: Sparkles, - price: "Custom", subtitle: "End-to-end AI transformation and optimization", buttons: [{ text: "Start Transformation", href: "#contact" }], - features: [ + id: "enterprise", badge: "Most Popular", badgeIcon: Sparkles, price: "Custom", subtitle: "End-to-end AI transformation and optimization", buttons: [{ text: "Start Transformation", href: "#contact" }], features: [ "Full AI infrastructure design", "Unlimited integrations", "Advanced automation and analytics", "24/7 priority support", "Dedicated AI engineering team", "Quarterly strategy reviews" ] }, { - id: "partnership", badge: "Strategic Partners", price: "Custom", subtitle: "Deep collaboration for industry-leading innovation", buttons: [{ text: "Explore Partnership", href: "#contact" }], - features: [ + id: "partnership", badge: "Strategic Partners", price: "Custom", subtitle: "Deep collaboration for industry-leading innovation", buttons: [{ text: "Explore Partnership", href: "#contact" }], features: [ "Custom AI research initiatives", "Exclusive technology access", "Joint go-to-market opportunities", "Executive steering committee", "Continuous innovation labs", "White-label solutions available" ] } -- 2.49.1