5 Commits

Author SHA1 Message Date
0eb09d6637 Update src/app/page.tsx 2026-03-05 21:43:59 +00:00
591946ba24 Update src/app/layout.tsx 2026-03-05 21:43:59 +00:00
8975e73ef0 Merge version_1 into main
Merge version_1 into main
2026-03-05 21:41:46 +00:00
62f602c024 Merge version_1 into main
Merge version_1 into main
2026-03-05 21:40:51 +00:00
2a039f769b Merge version_1 into main
Merge version_1 into main
2026-03-05 21:39:30 +00:00
2 changed files with 2 additions and 1429 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "Get Emergency Service", href: "#contact" },
{ text: "Call Now - 24/7 Emergency", href: "#contact" },
{ text: "Schedule Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -252,4 +252,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}