Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 00:08:27 +00:00

View File

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