Update src/app/page.tsx

This commit is contained in:
2026-03-04 19:07:17 +00:00
parent 9f74d23169
commit 5eabf41d74

View File

@@ -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"
/>
</div>
@@ -342,4 +342,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}