diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dc5c325..43a6bd5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 11a9fdc..5633a5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,6 +166,12 @@ export default function HomePage() { tag="What We Offer" tagIcon={Wrench} tagAnimation="slide-up" + buttons={[ + { + text: "Request a Quote", href: "#cta-contact" + } + ]} + buttonAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -319,4 +325,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file