2 Commits

Author SHA1 Message Date
ff1401775d Update src/app/page.tsx 2026-03-12 00:08:23 +00:00
8455bf65d8 Merge version_1 into main
Merge version_1 into main
2026-03-12 00:06:23 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Get a Free Quote", href: "contact" }, { text: "Get a Free Quote", href: "contact" },
{ text: "Call Now", href: "https://phone" } { text: "Call Now", href: "tel:+17135551234" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
@@ -165,7 +165,7 @@ export default function LandingPage() {
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Get a Free Quote", href: "contact" }, { text: "Get a Free Quote", href: "contact" },
{ text: "Call Now", href: "https://phone" } { text: "Call Now", href: "tel:+17135551234" }
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}