8 Commits

Author SHA1 Message Date
4ca2b7ef43 Update src/app/page.tsx 2026-03-19 22:43:03 +00:00
2db5079ab2 Merge version_16 into main
Merge version_16 into main
2026-03-19 22:39:13 +00:00
f6b00bfaa5 Update src/app/page.tsx 2026-03-19 22:39:09 +00:00
8509690a4e Merge version_15 into main
Merge version_15 into main
2026-03-19 22:37:45 +00:00
55796d93f6 Update src/app/page.tsx 2026-03-19 22:37:41 +00:00
917f19eabb Merge version_14 into main
Merge version_14 into main
2026-03-19 22:36:12 +00:00
c223b298a0 Update src/app/page.tsx 2026-03-19 22:36:08 +00:00
84ef7754de Merge version_13 into main
Merge version_13 into main
2026-03-19 22:33:02 +00:00

View File

@@ -59,10 +59,11 @@ export default function LandingPage() {
showMarqueeCard={false}
marqueeSpeed={30}
buttons={[
{ text: "Call Now", href: "tel:480-702-6165" },
{ text: "Call Now - 24/7 Available", href: "tel:480-702-6165" },
{ text: "Get a Free Estimate", href: "#contact" }
]}
buttonAnimation="slide-up"
buttonClassName="first:bg-gradient-to-r first:from-blue-600 first:to-blue-700 first:hover:from-blue-700 first:hover:to-blue-800 first:text-white first:font-bold first:shadow-lg first:shadow-blue-500/50 first:scale-105 first:transition-all first:duration-300"
testimonials={[
{
name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Pat came out the same day and got everything done fast. He explained everything clearly and made sure the job was done right. Best service I've had.", rating: 5,
@@ -184,7 +185,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" }
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" },
{ text: "View All Services & Pricing", href: "#" }
]}
buttonAnimation="slide-up"
ariaLabel="Services section"