Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-10 03:39:08 +00:00
2 changed files with 10 additions and 1432 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}