Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 10:01:52 +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>
);
}
}