Merge version_2 into main #5
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: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:+919876543210" }}
|
||||
button={{ text: "Schedule Free Consultation", href: "tel:+919876543210" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919876543210" },
|
||||
{ text: "Schedule Free Consultation", href: "tel:+919876543210" },
|
||||
{ text: "Get Free Consultation", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -242,4 +242,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user