Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-04 08:51:01 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}