2 Commits

Author SHA1 Message Date
4703f58f5e Update src/app/page.tsx 2026-03-04 20:33:24 +00:00
96cec2ed99 Merge version_2 into main
Merge version_2 into main
2026-03-04 20:31:31 +00:00

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Get Free Quote", href: "contact" }, { text: "Get Free Quote", href: "contact" },
{ text: "Get a Quote", href: "contact" } { text: "View Portfolio", href: "portfolio" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />