4 Commits

Author SHA1 Message Date
6dffab994d Merge version_3 into main
Merge version_3 into main
2026-03-07 00:39:02 +00:00
4789f3c81d Update src/app/page.tsx 2026-03-07 00:38:58 +00:00
c1acf02365 Update src/app/layout.tsx 2026-03-07 00:38:57 +00:00
2077503974 Merge version_2 into main
Merge version_2 into main
2026-03-07 00:37:06 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
<div id="contact-cta" data-section="contact-cta">
<ContactText
text="Need Appliance Repair Today? Call A 1st Choice for honest, fast service across Monroe County. (305) 849-3979"
text="Your Appliance Broken? Same-Day Repair Available Now — (305) 849-3979"
animationType="reveal-blur"
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -219,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}