diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b87ca59..4367f33 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 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