Merge version_7 into main #8

Merged
bender merged 1 commits from version_7 into main 2026-04-07 10:22:43 +00:00

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>
);
}
}