From 89c837fa331171540e256ffb92f4d9ab8c8712e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:03:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4af7e63..19a7c38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,79 +32,44 @@ export default function LandingPage() {
@@ -197,47 +138,23 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + animationType="blur-reveal" testimonials={[ { - id: "1", - name: "Aisha K.", - role: "Small Business Owner", - company: "Lagos, Nigeria", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-phone-user-networking-phone_1262-18157.jpg", - }, + id: "1", name: "Aisha K.", role: "Small Business Owner", company: "Lagos, Nigeria", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-phone-user-networking-phone_1262-18157.jpg"}, { - id: "2", - name: "Ravi S.", - role: "Freelancer", - company: "Mumbai, India", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-man-smiling-studio-portrait_482257-122141.jpg", - }, + id: "2", name: "Ravi S.", role: "Freelancer", company: "Mumbai, India", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-man-smiling-studio-portrait_482257-122141.jpg"}, { - id: "3", - name: "Maria C.", - role: "Student", - company: "São Paulo, Brazil", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-119076.jpg", - }, + id: "3", name: "Maria C.", role: "Student", company: "São Paulo, Brazil", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-119076.jpg"}, { - id: "4", - name: "Kwame B.", - role: "Farmer", - company: "Accra, Ghana", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-bench-park-listening-music_273609-15976.jpg", - }, + id: "4", name: "Kwame B.", role: "Farmer", company: "Accra, Ghana", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-bench-park-listening-music_273609-15976.jpg"}, { - id: "5", - name: "Zahra H.", - role: "Market Vendor", - company: "Karachi, Pakistan", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-glasses_23-2148262832.jpg", - }, + id: "5", name: "Zahra H.", role: "Market Vendor", company: "Karachi, Pakistan", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-glasses_23-2148262832.jpg"}, ]} title="What Our Users Say" description="Hear from individuals whose lives have been transformed by seamless financial access and convenience." @@ -251,14 +168,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Orange Telecom", - "MTN Group", - "Safaricom", - "Globacom", - "Airtel Africa", - "Reliance Jio", - "Vodacom", - ]} + "Orange Telecom", "MTN Group", "Safaricom", "Globacom", "Airtel Africa", "Reliance Jio", "Vodacom"]} title="Trusted by a Growing Network" description="We partner with leading financial institutions, telecom providers, and local services to expand our reach and deliver reliable solutions." tag="Our Network" @@ -272,20 +182,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "How secure is my crypto wallet on WhatsApp?", - content: "Our wallet employs end-to-end encryption and multi-factor authentication, ensuring your assets are protected with industry-leading security protocols. Your private keys are always in your control.", - }, + id: "faq-1", title: "How secure is my crypto wallet on WhatsApp?", content: "Our wallet employs end-to-end encryption and multi-factor authentication, ensuring your assets are protected with industry-leading security protocols. Your private keys are always in your control."}, { - id: "faq-2", - title: "Which cryptocurrencies can I buy and sell?", - content: "Currently, we support Bitcoin (BTC), Ethereum (ETH), USDT, and local stablecoins. We are continuously working to expand our offerings to include more popular cryptocurrencies.", - }, + id: "faq-2", title: "Which cryptocurrencies can I buy and sell?", content: "Currently, we support Bitcoin (BTC), Ethereum (ETH), USDT, and local stablecoins. We are continuously working to expand our offerings to include more popular cryptocurrencies."}, { - id: "faq-3", - title: "Are there fees for transactions?", - content: "We offer highly competitive and transparent transaction fees. Airtime and bill payments may incur minimal service charges, clearly displayed before confirmation. Crypto transactions also have low network fees.", - }, + id: "faq-3", title: "Are there fees for transactions?", content: "We offer highly competitive and transparent transaction fees. Airtime and bill payments may incur minimal service charges, clearly displayed before confirmation. Crypto transactions also have low network fees."}, ]} title="Frequently Asked Questions" description="Find quick answers to the most common questions about our WhatsApp crypto wallet, its features, and security." @@ -302,27 +203,16 @@ export default function LandingPage() { description="Join thousands of users in emerging markets benefiting from seamless financial services. Reach out to our team for support or partnership inquiries." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number (Optional)", - }, + name: "phone", type: "tel", placeholder: "Your Phone Number (Optional)"}, ]} textarea={{ - name: "message", - placeholder: "How can we help you?", - rows: 4, + name: "message", placeholder: "How can we help you?", rows: 4, required: false, }} imageSrc="http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518159.jpg" @@ -337,13 +227,9 @@ export default function LandingPage() {