5 Commits

Author SHA1 Message Date
587f6bd2a9 Update src/app/page.tsx 2026-03-08 10:01:47 +00:00
9ccd609472 Update src/app/layout.tsx 2026-03-08 10:01:46 +00:00
7f3ccb275f Merge version_1 into main
Merge version_1 into main
2026-03-08 10:00:39 +00:00
c7761bef49 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:59:53 +00:00
94cf1cf310 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:58:11 +00:00
2 changed files with 10 additions and 1434 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -69,7 +69,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Get a Free Quote", href: "contact"}}
text: "Start Your Free Consultation", href: "contact"}}
/>
</div>
@@ -82,7 +82,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "Get a Free Quote", href: "contact"},
text: "Start Your Free Consultation", href: "contact"},
{
text: "Call Now", href: "tel:+1234567890"},
]}
@@ -213,4 +213,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}