Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6be2f34a3 | |||
| 63c92d8f42 | |||
| 7436a60f7f | |||
| c108b186ce | |||
| d02b3ff27b |
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=11", imageAlt: "Connectivity Tech" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=12", imageAlt: "Network Devices" }
|
||||
]}
|
||||
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/234" }]}
|
||||
buttons={[{ text: "WhatsApp Booking", href: "https://wa.me/2348034561123" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg", alt: "Customer 2" },
|
||||
@@ -84,9 +84,27 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "MTN Registration", description: "Seamless SIM activation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg?_wi=2" } },
|
||||
{ title: "Airtel Direct", description: "Express registration.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg?_wi=2" } },
|
||||
{ title: "Glo Services", description: "Reliable SIM services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=2" } }
|
||||
{
|
||||
title: "MTN Registration",
|
||||
description: "Seamless SIM activation.",
|
||||
buttons: [{ text: "Book SIM Reg", href: "https://wa.me/2348034561123" }],
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-plugging-ethernet-cable-wireless-router_53876-139544.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
title: "Airtel Direct",
|
||||
description: "Express registration.",
|
||||
buttons: [{ text: "Book SIM Reg", href: "https://wa.me/2348034561123" }],
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-mobile-phone-her-office_1301-5199.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
title: "Glo Services",
|
||||
description: "Reliable SIM services.",
|
||||
buttons: [{ text: "Book SIM Reg", href: "https://wa.me/2348034561123" }],
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=2" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Official Network Services"
|
||||
|
||||
Reference in New Issue
Block a user