Merge version_2 into main #4
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user