From a193aff7adf5e75fcef25a6a9d82e0e8eead7374 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:25:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 475e371..21ad487 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { description="We are dedicated to bridging the technological gap by providing bespoke AI solutions for local and global enterprises." subdescription="Our team of engineers specializes in large language models, computer vision, and autonomous systems." icon={Sparkles} - videoSrc="https://www.w3schools.com/howto/rain.mp4" + imageSrc="https://www.w3schools.com/howto/rain.mp4" mediaAnimation="blur-reveal" /> @@ -74,9 +74,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Data Analytics", description: "Predictive insights powered by advanced neural networks.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" }, - { title: "Machine Learning", description: "Custom models tailored for your specific business logic.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" }, - { title: "Computer Vision", description: "Automated visual processing with sub-millisecond latency.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" }, + { title: "Data Analytics", description: "Predictive insights powered by advanced neural networks.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" }, + { title: "Machine Learning", description: "Custom models tailored for your specific business logic.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" }, + { title: "Computer Vision", description: "Automated visual processing with sub-millisecond latency.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" }, ]} title="Core AI Capabilities" description="Powerful infrastructure for your digital transformation." @@ -101,13 +101,13 @@ export default function LandingPage() {
-- 2.49.1