Update src/app/page.tsx

This commit is contained in:
2026-03-04 08:50:56 +00:00
parent 63d99e4119
commit 7f20dee668

View File

@@ -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"
/>
</div>
@@ -204,4 +208,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}