{"id":33,"date":"2026-04-25T09:24:05","date_gmt":"2026-04-25T09:24:05","guid":{"rendered":"https:\/\/143.198.171.186\/?page_id=33"},"modified":"2026-04-25T17:35:35","modified_gmt":"2026-04-25T17:35:35","slug":"home","status":"publish","type":"page","link":"https:\/\/lumina.ng\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- FULL HOMEPAGE HTML BELOW -->\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>LuminaRewards &#8211; Gift Cards Nigeria<\/title>\n  <style>\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Georgia', serif; color: #2C2C2A; line-height: 1.6; }\n    \n    \/* Navigation *\/\n    .nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; border-bottom: 1px solid #B4B2A9; background: #fff; }\n    .logo { font-size: 20px; font-weight: 500; }\n    .logo span { color: #D85A30; }\n    .nav-links { display: flex; gap: 20px; align-items: center; }\n    .nav-links a { font-size: 13px; color: #888780; text-decoration: none; }\n    .nav-cta { font-size: 13px; background: #D85A30; color: #fff; border: none; padding: 8px 16px; border-radius: 20px; cursor: pointer; }\n    \n    \/* Hero *\/\n    .hero { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 340px; }\n    .hero-left { padding: 40px 28px; display: flex; flex-direction: column; justify-content: center; background: #fff; }\n    .hero-tag { display: inline-block; font-size: 11px; background: #FAECE7; color: #993C1D; padding: 4px 10px; border-radius: 20px; margin-bottom: 16px; width: fit-content; }\n    .hero-h1 { font-size: 32px; font-weight: 400; line-height: 1.25; margin-bottom: 14px; }\n    .hero-h1 em { color: #D85A30; font-style: normal; }\n    .hero-sub { font-size: 14px; color: #888780; line-height: 1.7; margin-bottom: 24px; }\n    .hero-btns { display: flex; gap: 10px; }\n    .btn-primary { font-size: 13px; background: #D85A30; color: #fff; border: none; padding: 10px 20px; border-radius: 20px; cursor: pointer; }\n    .btn-secondary { font-size: 13px; background: transparent; color: #2C2C2A; border: 1px solid #B4B2A9; padding: 10px 20px; border-radius: 20px; cursor: pointer; }\n    \n    \/* Hero Right - Card Stack *\/\n    .hero-right { background: #F1EFE8; display: flex; align-items: center; justify-content: center; padding: 24px; }\n    .card-stack { position: relative; width: 220px; height: 260px; }\n    .gift-card { position: absolute; width: 200px; border-radius: 12px; padding: 18px; color: #fff; }\n    .gc1 { background: #D85A30; top: 0; left: 0; transform: rotate(-4deg); z-index: 1; }\n    .gc2 { background: #0F6E56; top: 20px; left: 14px; transform: rotate(1deg); z-index: 2; }\n    .gc3 { background: #185FA5; top: 36px; left: 6px; transform: rotate(-1deg); z-index: 3; }\n    .gc-logo { font-size: 10px; opacity: 0.7; margin-bottom: 30px; }\n    .gc-value { font-size: 22px; font-weight: 500; margin-bottom: 4px; }\n    .gc-name { font-size: 11px; opacity: 0.8; }\n    .gc-code { font-size: 10px; opacity: 0.5; letter-spacing: 2px; margin-top: 12px; }\n    \n    \/* Section *\/\n    .section { padding: 40px 24px; }\n    .section-label { font-size: 11px; color: #993C1D; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }\n    .section-title { font-size: 22px; font-weight: 400; margin-bottom: 6px; }\n    .section-sub { font-size: 14px; color: #888780; line-height: 1.7; margin-bottom: 28px; }\n    \n    \/* Merchants Grid *\/\n    .merchants-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }\n    .merchant-card { border: 1px solid #B4B2A9; border-radius: 12px; padding: 16px 12px; text-align: center; background: #fff; cursor: pointer; }\n    .merchant-icon { width: 40px; height: 40px; border-radius: 8px; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; }\n    .merchant-name { font-size: 12px; font-weight: 500; margin-bottom: 2px; }\n    .merchant-range { font-size: 11px; color: #888780; }\n    \n    \/* How Steps *\/\n    .how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; margin-top: 8px; }\n    .step-card { padding: 20px 16px; border-radius: 12px; border: 1px solid #B4B2A9; background: #fff; }\n    .step-num { font-size: 11px; color: #D85A30; font-weight: 500; margin-bottom: 10px; }\n    .step-icon { width: 36px; height: 36px; border-radius: 8px; background: #FAECE7; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }\n    .step-title { font-size: 14px; font-weight: 500; margin-bottom: 4px; }\n    .step-desc { font-size: 12px; color: #888780; line-height: 1.6; }\n    \n    \/* B2B Section *\/\n    .b2b-section { background: #1a1a1a; padding: 40px 24px; border-radius: 16px; margin: 0 24px 32px; color: #fff; }\n    .b2b-tag { display: inline-block; font-size: 11px; background: rgba(216, 90, 48, 0.2); color: #F0997B; padding: 4px 10px; border-radius: 20px; margin-bottom: 12px; }\n    .b2b-title { font-size: 22px; font-weight: 400; margin-bottom: 8px; }\n    .b2b-sub { font-size: 14px; color: rgba(255, 255, 255, 0.6); line-height: 1.7; margin-bottom: 24px; }\n    .b2b-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }\n    .b2b-stat { text-align: center; padding: 16px; background: rgba(255, 255, 255, 0.05); border-radius: 10px; }\n    .b2b-stat-num { font-size: 20px; font-weight: 500; margin-bottom: 2px; }\n    .b2b-stat-label { font-size: 11px; color: rgba(255, 255, 255, 0.5); }\n    .b2b-btn { font-size: 13px; background: #D85A30; color: #fff; border: none; padding: 10px 22px; border-radius: 20px; cursor: pointer; }\n    \n    \/* Testimonials *\/\n    .testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }\n    .tcard { padding: 18px; border: 1px solid #B4B2A9; border-radius: 12px; background: #fff; }\n    .tquote { font-size: 13px; color: #888780; line-height: 1.7; margin-bottom: 12px; font-style: italic; }\n    .tauthor { display: flex; align-items: center; gap: 8px; }\n    .tavatar { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; color: #fff; }\n    .tname { font-size: 12px; font-weight: 500; }\n    .trole { font-size: 11px; color: #888780; }\n    \n    \/* Footer *\/\n    .footer { padding: 28px 24px; border-top: 1px solid #B4B2A9; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }\n    .footer-logo { font-size: 16px; font-weight: 500; }\n    .footer-logo span { color: #D85A30; }\n    .footer-links { display: flex; gap: 16px; flex-wrap: wrap; }\n    .footer-links a { font-size: 12px; color: #888780; text-decoration: none; }\n    \n    \/* Trust Bar *\/\n    .trust-bar { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 14px 24px; background: #F1EFE8; flex-wrap: wrap; }\n    .trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #888780; }\n    .trust-dot { width: 6px; height: 6px; border-radius: 50%; background: #1D9E75; }\n    \n    .divider { height: 1px; background: #B4B2A9; margin: 0 24px; }\n  <\/style>\n<\/head>\n<body>\n\n  <nav class=\"nav\">\n    <div class=\"logo\">Lumina<span>Rewards<\/span><\/div>\n    <div class=\"nav-links\">\n      <a href=\"#shop\">Shop cards<\/a>\n      <a href=\"#business\">For business<\/a>\n      <a href=\"#merchants\">Merchants<\/a>\n      <a href=\"#redeem\">Redeem<\/a>\n      <button class=\"nav-cta\" onclick=\"location.href='\/my-account'\">Sign in<\/button>\n    <\/div>\n  <\/nav>\n\n  <div class=\"hero\">\n    <div class=\"hero-left\">\n      <span class=\"hero-tag\">Nigeria&#8217;s gifting platform<\/span>\n      <h1 class=\"hero-h1\">Give the gift of <em>choice<\/em> \u2014 any brand, any occasion<\/h1>\n      <p class=\"hero-sub\">Buy digital gift cards from 200+ top Nigerian merchants. Delivered instantly by email. Redeemable online and in-store.<\/p>\n      <div class=\"hero-btns\">\n        <button class=\"btn-primary\" onclick=\"location.href='\/shop'\">Browse gift cards<\/button>\n        <button class=\"btn-secondary\" onclick=\"location.href='\/corporate-register'\">Corporate gifting<\/button>\n      <\/div>\n    <\/div>\n    <div class=\"hero-right\">\n      <div class=\"card-stack\">\n        <div class=\"gift-card gc1\">\n          <div class=\"gc-logo\">LuminaRewards<\/div>\n          <div class=\"gc-value\">\u20a610,000<\/div>\n          <div class=\"gc-name\">Shoprite Gift Card<\/div>\n          <div class=\"gc-code\">\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 4821<\/div>\n        <\/div>\n        <div class=\"gift-card gc2\">\n          <div class=\"gc-logo\">LuminaRewards<\/div>\n          <div class=\"gc-value\">\u20a65,000<\/div>\n          <div class=\"gc-name\">Cold Stone Creamery<\/div>\n          <div class=\"gc-code\">\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 9034<\/div>\n        <\/div>\n        <div class=\"gift-card gc3\">\n          <div class=\"gc-logo\">LuminaRewards<\/div>\n          <div class=\"gc-value\">\u20a625,000<\/div>\n          <div class=\"gc-name\">Samsung Nigeria<\/div>\n          <div class=\"gc-code\">\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1177<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"trust-bar\">\n    <div class=\"trust-item\"><div class=\"trust-dot\"><\/div>200+ merchants<\/div>\n    <div class=\"trust-item\"><div class=\"trust-dot\"><\/div>Instant email delivery<\/div>\n    <div class=\"trust-item\"><div class=\"trust-dot\"><\/div>Online &#038; in-store redemption<\/div>\n    <div class=\"trust-item\"><div class=\"trust-dot\"><\/div>Secure checkout via Paystack<\/div>\n    <div class=\"trust-item\"><div class=\"trust-dot\"><\/div>Corporate bulk orders<\/div>\n  <\/div>\n\n  <div class=\"section\" id=\"shop\">\n    <p class=\"section-label\">Popular merchants<\/p>\n    <h2 class=\"section-title\">Shop by brand<\/h2>\n    <p class=\"section-sub\">Choose from Nigeria&#8217;s favourite stores, restaurants, and services.<\/p>\n    <div class=\"merchants-grid\">\n      <div class=\"merchant-card\" onclick=\"location.href='\/shop\/?merchant=shoprite'\">\n        <div class=\"merchant-icon\" style=\"background:#FAECE7\">\ud83c\udfea<\/div>\n        <div class=\"merchant-name\">Shoprite<\/div>\n        <div class=\"merchant-range\">\u20a61k \u2013 \u20a650k<\/div>\n      <\/div>\n      <div class=\"merchant-card\" onclick=\"location.href='\/shop\/?merchant=coldstone'\">\n        <div class=\"merchant-icon\" style=\"background:#E1F5EE\">\ud83c\udf66<\/div>\n        <div class=\"merchant-name\">Cold Stone<\/div>\n        <div class=\"merchant-range\">\u20a62k \u2013 \u20a620k<\/div>\n      <\/div>\n      <div class=\"merchant-card\" onclick=\"location.href='\/shop\/?merchant=samsung'\">\n        <div class=\"merchant-icon\" style=\"background:#E6F1FB\">\ud83d\udcf1<\/div>\n        <div class=\"merchant-name\">Samsung<\/div>\n        <div class=\"merchant-range\">\u20a65k \u2013 \u20a6100k<\/div>\n      <\/div>\n      <div class=\"merchant-card\" onclick=\"location.href='\/shop\/?merchant=jumia'\">\n        <div class=\"merchant-icon\" style=\"background:#FAEEDA\">\ud83d\udecd\ufe0f<\/div>\n        <div class=\"merchant-name\">Jumia<\/div>\n        <div class=\"merchant-range\">\u20a61k \u2013 \u20a6200k<\/div>\n      <\/div>\n      <div class=\"merchant-card\" onclick=\"location.href='\/shop\/?merchant=healthplus'\">\n        <div class=\"merchant-icon\" style=\"background:#FBEAF0\">\ud83d\udc8a<\/div>\n        <div class=\"merchant-name\">HealthPlus<\/div>\n        <div class=\"merchant-range\">\u20a61k \u2013 \u20a630k<\/div>\n      <\/div>\n      <div class=\"merchant-card\" onclick=\"location.href='\/shop\/?merchant=spar'\">\n        <div class=\"merchant-icon\" style=\"background:#EAF3DE\">\ud83d\uded2<\/div>\n        <div class=\"merchant-name\">Spar<\/div>\n        <div class=\"merchant-range\">\u20a61k \u2013 \u20a650k<\/div>\n      <\/div>\n      <div class=\"merchant-card\" onclick=\"location.href='\/shop\/?merchant=dominos'\">\n        <div class=\"merchant-icon\" style=\"background:#FAECE7\">\ud83c\udf55<\/div>\n        <div class=\"merchant-name\">Domino&#8217;s<\/div>\n        <div class=\"merchant-range\">\u20a62k \u2013 \u20a615k<\/div>\n      <\/div>\n      <div class=\"merchant-card\" style=\"border:2px solid #378ADD\">\n        <div class=\"merchant-icon\" style=\"background:#E6F1FB\">\u2139\ufe0f<\/div>\n        <div class=\"merchant-name\">View all 200+<\/div>\n        <div class=\"merchant-range\">All categories<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"divider\"><\/div>\n\n  <div class=\"section\">\n    <p class=\"section-label\">How it works<\/p>\n    <h2 class=\"section-title\">Three steps to the perfect gift<\/h2>\n    <p class=\"section-sub\">From purchase to redemption in minutes.<\/p>\n    <div class=\"how-steps\">\n      <div class=\"step-card\">\n        <div class=\"step-num\">01<\/div>\n        <div class=\"step-icon\" style=\"background:#FAECE7\">\ud83d\udd0d<\/div>\n        <div class=\"step-title\">Pick a brand<\/div>\n        <div class=\"step-desc\">Browse 200+ merchants across food, fashion, electronics, health, and entertainment.<\/div>\n      <\/div>\n      <div class=\"step-card\">\n        <div class=\"step-num\">02<\/div>\n        <div class=\"step-icon\" style=\"background:#FAECE7\">\u270f\ufe0f<\/div>\n        <div class=\"step-title\">Personalise it<\/div>\n        <div class=\"step-desc\">Choose your amount, add a message, pick a design, and schedule delivery for the perfect moment.<\/div>\n      <\/div>\n      <div class=\"step-card\">\n        <div class=\"step-num\">03<\/div>\n        <div class=\"step-icon\" style=\"background:#FAECE7\">\ud83d\udce7<\/div>\n        <div class=\"step-title\">Recipient redeems<\/div>\n        <div class=\"step-desc\">They get a beautifully formatted email with a QR code. Present at checkout in-store or paste online.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"b2b-section\" id=\"business\">\n    <span class=\"b2b-tag\">For businesses<\/span>\n    <h2 class=\"b2b-title\">Reward your team at scale<\/h2>\n    <p class=\"b2b-sub\">HR managers and businesses use LuminaRewards to send hundreds of gift cards in one order \u2014 with bulk discounts, invoice payment, and a dedicated portal.<\/p>\n    <div class=\"b2b-stats\">\n      <div class=\"b2b-stat\">\n        <div class=\"b2b-stat-num\">8%<\/div>\n        <div class=\"b2b-stat-label\">Bulk discount on 100+ cards<\/div>\n      <\/div>\n      <div class=\"b2b-stat\">\n        <div class=\"b2b-stat-num\">PO<\/div>\n        <div class=\"b2b-stat-label\">Invoice &#038; purchase order payment<\/div>\n      <\/div>\n      <div class=\"b2b-stat\">\n        <div class=\"b2b-stat-num\">1 min<\/div>\n        <div class=\"b2b-stat-label\">Average bulk order time<\/div>\n      <\/div>\n    <\/div>\n    <button class=\"b2b-btn\" onclick=\"location.href='\/corporate-register'\">Apply for a corporate account<\/button>\n  <\/div>\n\n  <div class=\"section\">\n    <p class=\"section-label\">What customers say<\/p>\n    <h2 class=\"section-title\">Loved across Nigeria<\/h2>\n    <p class=\"section-sub\">Real people. Real occasions. Real smiles.<\/p>\n    <div class=\"testimonials\">\n      <div class=\"tcard\">\n        <p class=\"tquote\">&#8220;Sent a Shoprite card to my mum in Abuja from London in under 2 minutes. She was thrilled.&#8221;<\/p>\n        <div class=\"tauthor\">\n          <div class=\"tavatar\" style=\"background:#FAECE7;color:#993C1D\">AO<\/div>\n          <div><div class=\"tname\">Adaeze O.<\/div><div class=\"trole\">Personal customer<\/div><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tcard\">\n        <p class=\"tquote\">&#8220;We sent 150 Samsung gift cards to our staff for Christmas. The bulk portal made it seamless.&#8221;<\/p>\n        <div class=\"tauthor\">\n          <div class=\"tavatar\" style=\"background:#E1F5EE;color:#0F6E56\">KA<\/div>\n          <div><div class=\"tname\">Kunle A.<\/div><div class=\"trole\">HR Manager, Lagos<\/div><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"tcard\">\n        <p class=\"tquote\">&#8220;The QR code redemption at our store is instant. Customers love paying with gift cards.&#8221;<\/p>\n        <div class=\"tauthor\">\n          <div class=\"tavatar\" style=\"background:#E6F1FB;color:#185FA5\">FN<\/div>\n          <div><div class=\"tname\">Funmilayo N.<\/div><div class=\"trole\">Store manager, Spar<\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"footer\">\n    <div class=\"footer-logo\">Lumina<span>Rewards<\/span><\/div>\n    <div class=\"footer-links\">\n      <a href=\"#about\">About<\/a>\n      <a href=\"#merchants\">Merchants<\/a>\n      <a href=\"#business\">Corporate<\/a>\n      <a href=\"\/redeem\">Redeem a card<\/a>\n      <a href=\"#contact\">Contact<\/a>\n      <a href=\"#privacy\">Privacy<\/a>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>LuminaRewards &#8211; Gift Cards Nigeria LuminaRewards Shop cards For business Merchants Redeem Sign in Nigeria&#8217;s gifting platform Give the gift [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-33","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lumina.ng\/index.php?rest_route=\/wp\/v2\/pages\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lumina.ng\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lumina.ng\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lumina.ng\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lumina.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=33"}],"version-history":[{"count":7,"href":"https:\/\/lumina.ng\/index.php?rest_route=\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":45,"href":"https:\/\/lumina.ng\/index.php?rest_route=\/wp\/v2\/pages\/33\/revisions\/45"}],"wp:attachment":[{"href":"https:\/\/lumina.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}