Update src/app/page.tsx

This commit is contained in:
2026-01-08 15:11:23 +00:00
parent ff9bc17c77
commit 2b8c3abde1

View File

@@ -48,9 +48,6 @@ export default function LandingPage() {
imageAlt="Creative studio and production team workspace"
frameStyle="card"
logoLineHeight={1.1}
buttons={[
{ text: "Get Started", href: "contact" }
]}
/>
</div>
@@ -238,4 +235,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}