Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-20 16:45:50 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" }
]}
button={{
text: "Get Free Consultation", href: "#contact"
text: "Contact: 01796383117", href: "#contact"
}}
/>
</div>
@@ -361,7 +361,7 @@ export default function LandingPage() {
id: "3", title: "Direct Contact via Email", content: "Email me directly at services@leadandemaildpro.com for detailed project discussions, bulk lead orders, or partnership opportunities."
},
{
id: "4", title: "WhatsApp Direct Message", content: "Message me on WhatsApp for quick questions or to schedule a call. I respond within 2 hours during business hours."
id: "4", title: "WhatsApp Direct Message", content: "Message me on WhatsApp at 01796383117 for quick questions or to schedule a call. I respond within 2 hours during business hours."
}
]}
/>
@@ -411,4 +411,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}