From 5eabf41d74235e6e6b0dacd4e1fed04b693c8a07 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abe9330..56d7b27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,14 +70,6 @@ export default function HomePage() { tag="Enterprise Command Center" tagIcon={Zap} tagAnimation="slide-up" - buttons={[ - { text: "Enter Command Center", href: "/admin" }, - { text: "View Client Portal", href: "/client-portal" }, - ]} - buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUc5mGjhlxVkFiHx2Jcz4OwYr7/a-sleek-luxury-enterprise-ai-dashboard-i-1772650569837-243e67e7.png?_wi=1" - imageAlt="Imperium AI Enterprise Dashboard Interface" - mediaAnimation="blur-reveal" avatars={[ { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUc5mGjhlxVkFiHx2Jcz4OwYr7/professional-headshot-of-a-confident-exe-1772650569631-7ff61e6d.png", alt: "CEO" @@ -90,6 +82,14 @@ export default function HomePage() { }, ]} avatarText="Trusted by 150+ Enterprise Teams" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUc5mGjhlxVkFiHx2Jcz4OwYr7/a-sleek-luxury-enterprise-ai-dashboard-i-1772650569837-243e67e7.png?_wi=1" + imageAlt="Imperium AI Enterprise Dashboard Interface" + mediaAnimation="blur-reveal" + buttons={[ + { text: "Enter Command Center", href: "/admin" }, + { text: "View Client Portal", href: "/client-portal" }, + ]} + buttonAnimation="slide-up" /> @@ -342,4 +342,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}