From 616c6e16754ff186fa5b78367e774c0b548adc4e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 14:18:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 ++++++++++------------------------------------- 1 file changed, 64 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e46c41..e2b9ad7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,23 @@ export default function LandingPage() { @@ -71,8 +57,7 @@ export default function LandingPage() {
@@ -191,53 +133,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "MTN Data Bundle", - price: "Starting from GHS 5", - variant: "Various Plans", - imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-background-with-flowing-dots_1048-11492.jpg", - imageAlt: "MTN Data Bundle", - }, + id: "p1", name: "MTN Data Bundle", price: "Starting from GHS 5", variant: "Various Plans", imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-background-with-flowing-dots_1048-11492.jpg", imageAlt: "MTN Data Bundle"}, { - id: "p2", - name: "AirtelTigo Data Bundle", - price: "Starting from GHS 4", - variant: "Various Plans", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-notebook-with-smartphone-sim-card_23-2148779261.jpg", - imageAlt: "AirtelTigo Data Bundle", - }, + id: "p2", name: "AirtelTigo Data Bundle", price: "Starting from GHS 4", variant: "Various Plans", imageSrc: "http://img.b2bpic.net/free-photo/top-view-notebook-with-smartphone-sim-card_23-2148779261.jpg", imageAlt: "AirtelTigo Data Bundle"}, { - id: "p3", - name: "MTN Airtime", - price: "Any Amount", - variant: "Instant Top-up", - imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-sale-with-discounts_23-2152027239.jpg", - imageAlt: "MTN Airtime", - }, + id: "p3", name: "MTN Airtime", price: "Any Amount", variant: "Instant Top-up", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-sale-with-discounts_23-2152027239.jpg", imageAlt: "MTN Airtime"}, { - id: "p4", - name: "AirtelTigo Airtime", - price: "Any Amount", - variant: "Instant Top-up", - imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372418.jpg", - imageAlt: "AirtelTigo Airtime", - }, + id: "p4", name: "AirtelTigo Airtime", price: "Any Amount", variant: "Instant Top-up", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372418.jpg", imageAlt: "AirtelTigo Airtime"}, { - id: "p5", - name: "Telecel Airtime", - price: "Any Amount", - variant: "Instant Top-up", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-online-shopping-with-copy-space_23-2148625678.jpg", - imageAlt: "Telecel Airtime", - }, + id: "p5", name: "Telecel Airtime", price: "Any Amount", variant: "Instant Top-up", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-online-shopping-with-copy-space_23-2148625678.jpg", imageAlt: "Telecel Airtime"}, { - id: "p6", - name: "WAEC Results Checker", - price: "GHS 15 per card", - variant: "Instant Access", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-notepad-yellow-background-top-view_169016-38946.jpg", - imageAlt: "WAEC Results Checker", - }, + id: "p6", name: "WAEC Results Checker", price: "GHS 15 per card", variant: "Instant Access", imageSrc: "http://img.b2bpic.net/free-photo/laptop-notepad-yellow-background-top-view_169016-38946.jpg", imageAlt: "WAEC Results Checker"}, ]} title="Data Bundles & Airtime for All Networks" description="Explore our wide range of affordable digital products tailored for MTN, AirtelTigo, and Telecel users, plus our WAEC results checker." @@ -251,52 +157,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "plan-1", - tag: "Daily Saver", - price: "GHS 2", - period: "/day", - description: "Perfect for light users needing quick top-ups.", - button: { - text: "Get Daily", - }, - featuresTitle: "Includes:", - features: [ - "100MB Data", - "5 Mins Talk Time", - ], + id: "plan-1", tag: "Daily Saver", price: "GHS 2", period: "/day", description: "Perfect for light users needing quick top-ups.", button: { + text: "Get Daily"}, + featuresTitle: "Includes:", features: [ + "100MB Data", "5 Mins Talk Time"], }, { - id: "plan-2", - tag: "Weekly Value", - price: "GHS 10", - period: "/week", - description: "Great for regular browsing and calls throughout the week.", - button: { - text: "Get Weekly", - }, - featuresTitle: "Includes:", - features: [ - "1GB Data", - "50 Mins Talk Time", - "Free WhatsApp", - ], + id: "plan-2", tag: "Weekly Value", price: "GHS 10", period: "/week", description: "Great for regular browsing and calls throughout the week.", button: { + text: "Get Weekly"}, + featuresTitle: "Includes:", features: [ + "1GB Data", "50 Mins Talk Time", "Free WhatsApp"], }, { - id: "plan-3", - tag: "Monthly Pro", - price: "GHS 35", - period: "/month", - description: "Ideal for heavy data users and frequent calls.", - button: { - text: "Get Monthly", - }, - featuresTitle: "Includes:", - features: [ - "5GB Data", - "200 Mins Talk Time", - "Unlimited SMS", - "Free Social Media", - ], + id: "plan-3", tag: "Monthly Pro", price: "GHS 35", period: "/month", description: "Ideal for heavy data users and frequent calls.", button: { + text: "Get Monthly"}, + featuresTitle: "Includes:", features: [ + "5GB Data", "200 Mins Talk Time", "Unlimited SMS", "Free Social Media"], }, ]} title="Flexible Data & Airtime Plans" @@ -311,45 +187,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Ama P.", - role: "Student", - testimonial: "DataLinkGH is a lifesaver! I always get my WAEC results quickly and their data bundles are truly affordable. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-eyeglasses_1262-21012.jpg", - imageAlt: "Ama P. Testimonial", - }, + id: "t1", name: "Ama P.", role: "Student", testimonial: "DataLinkGH is a lifesaver! I always get my WAEC results quickly and their data bundles are truly affordable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-eyeglasses_1262-21012.jpg", imageAlt: "Ama P. Testimonial"}, { - id: "t2", - name: "Kwame B.", - role: "Freelancer", - testimonial: "As a freelancer, reliable and cheap data is crucial. DataLinkGH delivers every time. Their instant airtime top-up is also very convenient.", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-sullen-serious-young-african-american-male-looks-with-thoughtful-gloomy-expression-being-dissatisfied-with-something_273609-3544.jpg", - imageAlt: "Kwame B. Testimonial", - }, + id: "t2", name: "Kwame B.", role: "Freelancer", testimonial: "As a freelancer, reliable and cheap data is crucial. DataLinkGH delivers every time. Their instant airtime top-up is also very convenient.", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-sullen-serious-young-african-american-male-looks-with-thoughtful-gloomy-expression-being-dissatisfied-with-something_273609-3544.jpg", imageAlt: "Kwame B. Testimonial"}, { - id: "t3", - name: "Naa K.", - role: "Small Business Owner", - testimonial: "I use DataLinkGH for all my business communication needs. The airtime is instant and data bundles keep my team connected without overspending. Fantastic service!", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-young-afro-american-student-stylish-clothing-walking-urban-setting-enjoying-sunny-morning-while-going-college-by-foot-having-cheerful-expression-his-face_273609-965.jpg", - imageAlt: "Naa K. Testimonial", - }, + id: "t3", name: "Naa K.", role: "Small Business Owner", testimonial: "I use DataLinkGH for all my business communication needs. The airtime is instant and data bundles keep my team connected without overspending. Fantastic service!", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-young-afro-american-student-stylish-clothing-walking-urban-setting-enjoying-sunny-morning-while-going-college-by-foot-having-cheerful-expression-his-face_273609-965.jpg", imageAlt: "Naa K. Testimonial"}, { - id: "t4", - name: "Yaw O.", - role: "Educator", - testimonial: "Checking WAEC results for my students used to be a hassle. DataLinkGH made it simple and fast. It's an invaluable tool for educators.", - imageSrc: "http://img.b2bpic.net/free-photo/hiker-sitting-rocks_23-2148107012.jpg", - imageAlt: "Yaw O. Testimonial", - }, + id: "t4", name: "Yaw O.", role: "Educator", testimonial: "Checking WAEC results for my students used to be a hassle. DataLinkGH made it simple and fast. It's an invaluable tool for educators.", imageSrc: "http://img.b2bpic.net/free-photo/hiker-sitting-rocks_23-2148107012.jpg", imageAlt: "Yaw O. Testimonial"}, { - id: "t5", - name: "Adjoa S.", - role: "University Student", - testimonial: "Never run out of data or airtime again! DataLinkGH has the best deals and their platform is super easy to use. I'm a loyal customer.", - imageSrc: "http://img.b2bpic.net/free-photo/blissful-african-woman-with-bright-make-up-posing-pink_273443-3539.jpg", - imageAlt: "Adjoa S. Testimonial", - }, + id: "t5", name: "Adjoa S.", role: "University Student", testimonial: "Never run out of data or airtime again! DataLinkGH has the best deals and their platform is super easy to use. I'm a loyal customer.", imageSrc: "http://img.b2bpic.net/free-photo/blissful-african-woman-with-bright-make-up-posing-pink_273443-3539.jpg", imageAlt: "Adjoa S. Testimonial"}, ]} title="What Our Customers Say" description="Hear from satisfied users who trust DataLinkGH for their digital needs." @@ -362,30 +208,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "How do I buy data bundles?", - content: "Simply select your preferred network (MTN or AirtelTigo), choose a bundle, enter the recipient number, and complete payment. It's instant!", - }, + id: "faq1", title: "How do I buy data bundles?", content: "Simply select your preferred network (MTN or AirtelTigo), choose a bundle, enter the recipient number, and complete payment. It's instant!"}, { - id: "faq2", - title: "What payment methods are accepted?", - content: "We accept various mobile money payment options for your convenience.", - }, + id: "faq2", title: "What payment methods are accepted?", content: "We accept various mobile money payment options for your convenience."}, { - id: "faq3", - title: "Can I buy airtime for any network?", - content: "Yes, you can buy airtime for MTN, AirtelTigo, and Telecel networks.", - }, + id: "faq3", title: "Can I buy airtime for any network?", content: "Yes, you can buy airtime for MTN, AirtelTigo, and Telecel networks."}, { - id: "faq4", - title: "How does the WAEC Results Checker work?", - content: "Purchase a results checker card, enter the details on the WAEC portal, and view your results. We provide the cards instantly.", - }, + id: "faq4", title: "How does the WAEC Results Checker work?", content: "Purchase a results checker card, enter the details on the WAEC portal, and view your results. We provide the cards instantly."}, { - id: "faq5", - title: "What if my recipient number owes airtime?", - content: "Our service for data bundles requires the recipient number not to owe airtime. This ensures smooth delivery.", - }, + id: "faq5", title: "What if my recipient number owes airtime?", content: "Our service for data bundles requires the recipient number not to owe airtime. This ensures smooth delivery."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our services." @@ -397,8 +228,7 @@ export default function LandingPage() {