diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f86186..ba823ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,6 +113,9 @@ export default function HomePage() { useInvertedBackground={false} tag="Services" carouselMode="auto" + buttons={[ + { text: "View Full Service List", href: "/services" }, + ]} />