Update src/app/page.tsx

This commit is contained in:
2026-04-07 10:22:36 +00:00
parent 8647bfc0c4
commit 50769f2fc0

View File

@@ -43,6 +43,11 @@ export default function WebAgency2Page() {
<HeroPersonalLinks
title="Automate Your Business Operations"
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-glowing-lines_23-2148816654.jpg"
imageAlt="Hero visual"
mediaAnimation="none"
fixedMediaHeight={false}
className="min-h-screen"
socialLinks={[
{ icon: Mail, label: "Email", href: "mailto:hello@automa.ai" },
{ icon: Linkedin, label: "LinkedIn", href: "#" },
@@ -174,4 +179,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}