4 Commits

Author SHA1 Message Date
80f79ac56a Merge version_3 into main
Merge version_3 into main
2026-03-08 17:22:39 +00:00
d087566b48 Update src/app/page.tsx 2026-03-08 17:22:35 +00:00
323b0d688d Update src/app/layout.tsx 2026-03-08 17:22:35 +00:00
2c9a610f28 Merge version_2 into main
Merge version_2 into main
2026-03-08 17:21:07 +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>
);
}
}