Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-03 22:04:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -226,7 +226,7 @@ export default function HomePage() {
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Schedule Free Consultation", href: "#contact" },
{ text: "View Our Portfolio", href: "#portfolio" },
{ text: "Claim Your Free Strategy Session", href: "#contact" },
]}
useInvertedBackground={false}
/>
@@ -241,4 +241,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}