diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 683d585..a3d60d8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1398,4 +1398,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 24af8ad..2895ea4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,6 +139,8 @@ export default function HomePage() { buttons={[ { text: "Explore Our Services", href: "/services"}, + { + text: "Schedule Free Consultation", href: "/contact"}, ]} /> @@ -247,4 +249,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file