From 549916dfbe5ef7eb138d48bea6978e51c31adc9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:38:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4d452b..51a4db4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,12 +54,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "grid" }} carouselItems={[ - { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773160671412-d0e40b5c.png", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme." }, + { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773160671412-d0e40b5c.png?_wi=1", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme." }, { id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/abstract-visualization-of-a-unified-reve-1773160671079-b82f7f6e.png", imageAlt: "Abstract visualization of a unified revenue graph with interconnected nodes representing companies." }, { id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/dynamic-real-time-signal-detection-inter-1773160671971-de19daf1.png", imageAlt: "Dynamic real-time signal detection interface showing intent triggers like 'funding announced'." }, { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/chores-automation-workflow-builder-showi-1773160671362-40bd4339.png", imageAlt: "Chores automation workflow builder showing programmable revenue logic." }, { id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/side-by-side-comparison-visualization-sh-1773160671322-4c2455ec.png", imageAlt: "Side-by-side comparison visualization showing traditional platforms vs Calden." }, - { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773160671412-d0e40b5c.png", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme." } + { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxjR8umYSQIG4UsCUSw7fpXDX/a-minimal-elegant-revenue-intelligence-d-1773160671412-d0e40b5c.png?_wi=2", imageAlt: "A minimal, elegant revenue intelligence dashboard interface with natural willow-green color scheme." } ]} autoPlay={true} autoPlayInterval={5000} -- 2.49.1