diff --git a/src/app/page.tsx b/src/app/page.tsx index afef30f..43c1138 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"