Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-08 17:22:40 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -167,8 +167,8 @@ export default function HomePage() {
title="Let's Build Your Next Website"
description="Schedule a free 30-minute consultation with our team to discuss your project, goals, and how we can help you grow your business."
buttons={[
{ text: "Schedule Consultation", href: "#contact-form" },
{ text: "View Portfolio", href: "/services" },
{ text: "Book Your Free Consultation Today", href: "#contact-form" },
{ text: "Download Our Work Portfolio", href: "/services" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
@@ -218,4 +218,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}