Merge version_3 into main #11

Merged
bender merged 2 commits from version_3 into main 2026-03-10 03:31:06 +00:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -139,6 +139,8 @@ export default function HomePage() {
buttons={[
{
text: "Explore Our Services", href: "/services"},
{
text: "Schedule Free Consultation", href: "/contact"},
]}
/>
</div>
@@ -247,4 +249,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}