6 Commits

Author SHA1 Message Date
4f86b78752 Update src/app/page.tsx 2026-03-03 04:44:41 +00:00
be3e19ec51 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:43:04 +00:00
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

@@ -61,7 +61,7 @@ export default function LandingPage() {
} }
]} ]}
buttons={[ buttons={[
{ text: "View Our Work", href: "portfolio" }, { text: "Get Your Free Website Audit", href: "contact" },
{ text: "Start Your Project", href: "contact" } { text: "Start Your Project", href: "contact" }
]} ]}
/> />
@@ -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>