From 25a96f1c01c474e3f1e82217946ec5875df82b5a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:21:00 +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 2d87c08..2b76ee4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,18 +67,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "One-Click Setup", description: "Add any URL in seconds. No complex configuration or technical knowledge required. Get alerts instantly.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-an-uptime-mo-1772806685482-296eabdf.png" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-an-uptime-mo-1772806685482-296eabdf.png" } + title: "One-Click Setup", description: "Add any URL in seconds. No complex configuration or technical knowledge required. Get alerts instantly.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-an-uptime-mo-1772806685482-296eabdf.png?_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-an-uptime-mo-1772806685482-296eabdf.png?_wi=2" } }, { id: 2, - title: "Real-Time Email Alerts", description: "Receive instant email notifications the moment your site goes down. Know about outages before your users do.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-email-alert--1772806684650-dc4a114a.png" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-email-alert--1772806684650-dc4a114a.png" } + title: "Real-Time Email Alerts", description: "Receive instant email notifications the moment your site goes down. Know about outages before your users do.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-email-alert--1772806684650-dc4a114a.png?_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-email-alert--1772806684650-dc4a114a.png?_wi=2" } }, { id: 3, - title: "Flexible Monitoring Plans", description: "Choose your check frequency based on your needs. From hourly checks to real-time monitoring, we have the right plan.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-an-uptime-mo-1772806685482-296eabdf.png" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-email-alert--1772806684650-dc4a114a.png" } + title: "Flexible Monitoring Plans", description: "Choose your check frequency based on your needs. From hourly checks to real-time monitoring, we have the right plan.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-an-uptime-mo-1772806685482-296eabdf.png?_wi=3" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZiSEiNy8WI6VxcG7z4sUi47Mq/a-smartphone-screen-showing-email-alert--1772806684650-dc4a114a.png?_wi=3" } } ]} showStepNumbers={true} -- 2.49.1