4 Commits

Author SHA1 Message Date
416ceefb61 Update src/app/page.tsx 2026-03-03 04:43:00 +00:00
c98ee71287 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:38:06 +00:00
4d5dd0abdb Merge version_1 into main
Merge version_1 into main
2026-03-03 04:37:26 +00:00
55cb20328c Merge version_1 into main
Merge version_1 into main
2026-03-03 04:36:11 +00:00

View File

@@ -196,7 +196,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[
{ text: "Start Your Project", href: "contact" }, { text: "Start Your Project", href: "contact" },
{ text: "Schedule a Consultation", href: "#" } { text: "Book a Call", href: "contact" }
]} ]}
/> />
</div> </div>