diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1282512..fb234f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 01c88c4..1a01697 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } - ]} /> @@ -238,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file