Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27274c5c53 | |||
| 296721e303 | |||
| c0cf35959d | |||
| 6fa1cd8a16 | |||
| 8a7d47d892 | |||
| fd80997fb5 |
1436
src/app/layout.tsx
1436
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -91,7 +91,7 @@ export default function HomePage() {
|
|||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Call Now", href: "tel:+919876543210" }}
|
button={{ text: "Schedule Free Consultation", href: "tel:+919876543210" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
|||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+919876543210" },
|
{ text: "Schedule Free Consultation", href: "tel:+919876543210" },
|
||||||
{ text: "Get Free Consultation", href: "#contact" },
|
{ text: "Get Free Consultation", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -242,4 +242,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user