diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8ce8ba8..cde654f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f8f166..41d3bdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,8 +200,8 @@ export default function HomePage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Get in Touch", href: "/contact" }, { text: "Request Proposal", href: "#" }, + { text: "Get in Touch", href: "/contact" }, ]} /> @@ -243,4 +243,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}