From e9ec988260974e9b389ef9c92bbd4cff811c226b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 05:52:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 667da1c..2ea3483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,12 +87,12 @@ export default function HomePage() { title={"Comprehensive SMS Solutions for Every Business Need"} description={"From critical OTPs to engaging promotional campaigns, Notigy Global provides a full suite of SMS services designed for maximum impact and reach."} features={[ - {id: "f1", title: "OTP Messaging", description: "Secure and reliable one-time passwords for authentication and verification.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/cropped-hands-placing-finger-identification-spot-touchscreen_1098-18941.jpg", imageAlt: "OTP messaging screen"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg", imageAlt: "OTP confirmation screen"}}, - {id: "f2", title: "Transactional SMS", description: "Timely delivery of critical alerts, notifications, and updates.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149930146.jpg", imageAlt: "Transactional SMS alert"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-smartphone_1150-19377.jpg", imageAlt: "Transaction confirmation"}}, - {id: "f3", title: "Promotional SMS", description: "Engage customers with targeted marketing campaigns and special offers.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/smartphone-child-hands-with-incoming-sister-call-screen_169016-43658.jpg", imageAlt: "Promotional message marketing"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-texting_23-2148660682.jpg", imageAlt: "Customer engaging with promo"}}, - {id: "f4", title: "Global Messaging", description: "Reach customers in over 200 countries with our expansive global infrastructure.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/3d-rendewring-cryptocurency-distribution-concept_23-2149901252.jpg", imageAlt: "Global message delivery map"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/worldwide-delivery-world-globe-with-cardboard-boxes-location-pointer-shopping-online-delivery-ecommerce-concept-blue-background-3d-illustration_56104-1813.jpg", imageAlt: "International message successful"}}, - {id: "f5", title: "Bulk SMS", description: "Send high volumes of messages quickly and efficiently for mass communication.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg", imageAlt: "Bulk SMS campaign dashboard"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg", imageAlt: "Sending large volume messages"}}, - {id: "f6", title: "API Integration", description: "Seamlessly integrate our powerful SMS API into your existing applications.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092255.jpg", imageAlt: "API code integration example"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-looking-blank-screen-mobile_23-2147923294.jpg", imageAlt: "Developer integrating API"}} + {title: "OTP Messaging", description: "Secure and reliable one-time passwords for authentication and verification.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/cropped-hands-placing-finger-identification-spot-touchscreen_1098-18941.jpg", imageAlt: "OTP messaging screen"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/register-sign-up-membership-concept_53876-121221.jpg", imageAlt: "OTP confirmation screen"}}, + {title: "Transactional SMS", description: "Timely delivery of critical alerts, notifications, and updates.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149930146.jpg", imageAlt: "Transactional SMS alert"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-smartphone_1150-19377.jpg", imageAlt: "Transaction confirmation"}}, + {title: "Promotional SMS", description: "Engage customers with targeted marketing campaigns and special offers.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/smartphone-child-hands-with-incoming-sister-call-screen_169016-43658.jpg", imageAlt: "Promotional message marketing"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-texting_23-2148660682.jpg", imageAlt: "Customer engaging with promo"}}, + {title: "Global Messaging", description: "Reach customers in over 200 countries with our expansive global infrastructure.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/3d-rendewring-cryptocurency-distribution-concept_23-2149901252.jpg", imageAlt: "Global message delivery map"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/worldwide-delivery-world-globe-with-cardboard-boxes-location-pointer-shopping-online-delivery-ecommerce-concept-blue-background-3d-illustration_56104-1813.jpg", imageAlt: "International message successful"}}, + {title: "Bulk SMS", description: "Send high volumes of messages quickly and efficiently for mass communication.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg", imageAlt: "Bulk SMS campaign dashboard"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg", imageAlt: "Sending large volume messages"}}, + {title: "API Integration", description: "Seamlessly integrate our powerful SMS API into your existing applications.", phoneOne: {imageSrc: "http://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092255.jpg", imageAlt: "API code integration example"}, phoneTwo: {imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-looking-blank-screen-mobile_23-2147923294.jpg", imageAlt: "Developer integrating API"}} ]} showStepNumbers={false} animationType={"scale-rotate"}