Merge version_2 into main #9

Merged
bender merged 4 commits from version_2 into main 2026-03-14 20:25:33 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ export default function AboutPage() {
},
]}
buttons={[
{ text: "Schedule Service", href: "/contact" },
{ text: "Call Now (323) 379-4301", href: "tel:+13233794301" },
]}
buttonAnimation="slide-up"
className="w-full py-20"

View File

@@ -86,7 +86,7 @@ export default function ContactPage() {
useInvertedBackground={false}
animationType="entrance-slide"
buttons={[
{ text: "Call (951) 755-1234", href: "tel:+19517551234" },
{ text: "Call (323) 379-4301", href: "tel:+13233794301" },
{ text: "Get Free Quote", href: "/contact" },
]}
className="w-full py-24"

View File

@@ -91,7 +91,7 @@ export default function HomePage() {
]}
avatarText="Serving the Inland Empire since 2015"
buttons={[
{ text: "Call Now", href: "tel:+19517551234" },
{ text: "Call Now (323) 379-4301", href: "tel:+13233794301" },
{ text: "Get Free Quote", href: "/contact" },
]}
buttonAnimation="slide-up"

View File

@@ -87,7 +87,7 @@ export default function ServicesPage() {
]}
avatarText="Expert Service in Every Category"
buttons={[
{ text: "Call Now", href: "tel:+19517551234" },
{ text: "Call Now (323) 379-4301", href: "tel:+13233794301" },
{ text: "Get Free Quote", href: "/contact" },
]}
buttonAnimation="slide-up"