7 Commits

Author SHA1 Message Date
e1c0569ee8 Update src/app/page.tsx 2026-03-09 17:54:17 +00:00
681985dccc Update src/app/layout.tsx 2026-03-09 17:54:17 +00:00
29b78f0009 Merge version_1 into main
Merge version_1 into main
2026-03-09 17:52:33 +00:00
96f0073fad Merge version_1 into main
Merge version_1 into main
2026-03-09 17:51:16 +00:00
3d7b157e4f Merge version_1 into main
Merge version_1 into main
2026-03-09 17:44:54 +00:00
f2ef56ae19 Merge version_1 into main
Merge version_1 into main
2026-03-09 17:44:05 +00:00
da8981726f Merge version_1 into main
Merge version_1 into main
2026-03-09 17:43:00 +00:00
2 changed files with 7 additions and 1398 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -180,7 +180,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Start Your Project", href: "#contact-form" }, { text: "Get a Free Consultation", href: "#contact-form" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
/> />