diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1efe44d..5031f13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1401,4 +1401,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 21aa499..42fe610 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,10 @@ export default function HomePage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - buttons={[{ text: "Explore Services", href: "/services" }]} + buttons={[ + { text: "Explore Services", href: "/services" }, + { text: "Get Free Estimate", href: "/contact" }, + ]} buttonAnimation="slide-up" /> @@ -224,4 +227,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}