Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user