From 68fb71467def25d84f29accfe55c88cdd3cf7823 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:36:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 106 +++++++++++++---------------------------------- 1 file changed, 29 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4a0c00..441b6ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,41 +42,26 @@ export default function LandingPage() {
@@ -95,17 +74,11 @@ export default function LandingPage() { description="We offer the most reliable VTU services in the market today with competitive pricing and instant delivery times." bulletPoints={[ { - title: "Instant Delivery", - description: "Get your data instantly.", - }, + title: "Instant Delivery", description: "Get your data instantly."}, { - title: "24/7 Support", - description: "Always here to help.", - }, + title: "24/7 Support", description: "Always here to help."}, { - title: "Competitive Rates", - description: "Affordable data plans.", - }, + title: "Competitive Rates", description: "Affordable data plans."}, ]} imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309685.jpg" mediaAnimation="slide-up" @@ -118,20 +91,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is it instant?", - content: "Yes, delivery is within seconds.", - }, + id: "q1", title: "Is it instant?", content: "Yes, delivery is within seconds."}, { - id: "q2", - title: "What networks?", - content: "MTN, Glo, Airtel, 9Mobile.", - }, + id: "q2", title: "What networks?", content: "MTN, Glo, Airtel, 9Mobile."}, { - id: "q3", - title: "Need help?", - content: "Contact support via WhatsApp.", - }, + id: "q3", title: "Need help?", content: "Contact support via WhatsApp."}, ]} sideTitle="Questions?" faqsAnimation="slide-up" @@ -140,9 +104,13 @@ export default function LandingPage() {
@@ -153,22 +121,14 @@ export default function LandingPage() { description="Need technical assistance or help with your transactions?" 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, }, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help", - rows: 4, + name: "message", placeholder: "Tell us how we can help", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/business-office-sence_1387-652.jpg" imageAlt="business office sence" @@ -179,25 +139,17 @@ export default function LandingPage() {