diff --git a/src/app/page.tsx b/src/app/page.tsx index 4949e73..31b153c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,10 @@ export default function HomePage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Explore Services", href: "/contact" }, + ]} + buttonAnimation="slide-up" /> @@ -204,4 +208,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file