Merge version_4 into main #3
@@ -50,9 +50,10 @@ export default function LandingPage() {
|
||||
{ value: "Expert", label: "Support Team" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttonContainerClassName="flex flex-col sm:flex-row gap-4 w-full sm:w-auto"
|
||||
buttons={[
|
||||
{ text: "Get Help Now", href: "#contact" },
|
||||
{ text: "Book Consultation", href: "#contact" },
|
||||
{ text: "Get Help Now on WhatsApp", href: "https://wa.me/+14797479932?text=Hello,%20I%20need%20help%20recovering%20my%20crypto" },
|
||||
{ text: "Get Help Now on Telegram", href: "https://t.me/Cryptocurrencyscamhelpcenter" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-with-connecting-lines-dots-modern-communications_1048-13763.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -191,7 +192,7 @@ export default function LandingPage() {
|
||||
|
||||
{/* Floating WhatsApp Button */}
|
||||
<a
|
||||
href="https://wa.me/yourphonenumber"
|
||||
href="https://wa.me/+14797479932?text=Hello,%20I%20need%20help%20recovering%20my%20crypto"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="fixed bottom-6 right-6 z-[99999] flex items-center justify-center w-14 h-14 bg-green-500 rounded-full shadow-2xl hover:scale-105 transition-transform"
|
||||
|
||||
Reference in New Issue
Block a user