From 0212cb881f22f0bd0935f778770844785dd443da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 10:28:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 341 ++++++++--------------------------------------- 1 file changed, 53 insertions(+), 288 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5287af..e6e19b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,137 +32,50 @@ export default function LandingPage() {
@@ -174,24 +87,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Account Opening", - description: "Start your journey with IZI through a simple and secure registration.", - imageSrc: "http://img.b2bpic.net/free-vector/arrows-around-dollar-coin-outline-style_78370-6848.jpg", - imageAlt: "financial service icons", - }, - { - title: "Bill Payment", - description: "Pay STEG, SONEDE, and Internet bills instantly without additional fees.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-worker-handing-order-client_23-2149050397.jpg", - imageAlt: "online bill payment", - }, - { - title: "National Money Transfer", - description: "Send funds across Tunisia using phone numbers, QR codes, or agent assistance.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-green-letters-forming-word-banking_53876-30914.jpg", - imageAlt: "financial service icons", - }, + { title: "Account Opening", description: "Start your journey with IZI through a simple and secure registration.", imageSrc: "http://img.b2bpic.net/free-vector/arrows-around-dollar-coin-outline-style_78370-6848.jpg", imageAlt: "financial service icons" }, + { title: "Bill Payment", description: "Pay STEG, SONEDE, and Internet bills instantly without additional fees.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-worker-handing-order-client_23-2149050397.jpg", imageAlt: "online bill payment" }, + { title: "National Money Transfer", description: "Send funds across Tunisia using phone numbers, QR codes, or agent assistance.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-green-letters-forming-word-banking_53876-30914.jpg", imageAlt: "financial service icons" }, ]} title="Discover Our IZI Services" description="Comprehensive payment solutions designed for your daily needs." @@ -212,25 +110,11 @@ export default function LandingPage() { @@ -400,32 +189,8 @@ export default function LandingPage() { -- 2.49.1