From a5a4926e9748e730758fb9646c1dfdd9c68a6ca9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:17:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fe0f87..1c8ffac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="gradient-bars" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -85,30 +85,30 @@ export default function LandingPage() { id: 1, title: "AI-Powered Automation", description: "Advanced machine learning models understand context and nuance, delivering responses that feel naturally human while maintaining brand voice consistency.", buttons: [{ text: "Learn More", href: "#" }], phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-abstract-representation-of-ai-automat-1774170954552-01a90726.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-abstract-representation-of-ai-automat-1774170954552-01a90726.png" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/a-sophisticated-analytics-dashboard-show-1774170953848-1f53dd0e.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/a-sophisticated-analytics-dashboard-show-1774170953848-1f53dd0e.png" } }, { id: 2, title: "Real-Time Analytics Dashboard", description: "Monitor conversation metrics, user satisfaction, and AI performance in real-time. Identify trends and optimize responses based on comprehensive analytics.", buttons: [{ text: "View Analytics", href: "#" }], phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/a-sophisticated-analytics-dashboard-show-1774170953848-1f53dd0e.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/a-sophisticated-analytics-dashboard-show-1774170953848-1f53dd0e.png" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-illustration-of-seamless-api-integrat-1774170953334-38889ab3.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-illustration-of-seamless-api-integrat-1774170953334-38889ab3.png" } }, { id: 3, title: "Seamless API Integration", description: "Connect with your existing tools and platforms through our powerful REST API. Deploy conversations across web, mobile, and messaging platforms effortlessly.", buttons: [{ text: "API Reference", href: "#" }], phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-illustration-of-seamless-api-integrat-1774170953334-38889ab3.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-illustration-of-seamless-api-integrat-1774170953334-38889ab3.png" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-abstract-representation-of-ai-automat-1774170954552-01a90726.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJrJ30eORb4iDDDMc6l2us6Gh/an-abstract-representation-of-ai-automat-1774170954552-01a90726.png" } } ]} -- 2.49.1