From bb3a858a2f03931670f99dc0c238e3608b706d3f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:12:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 ++++++++++------------------------------------- 1 file changed, 31 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c3bfeb..512b2b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,21 +43,16 @@ export default function LandingPage() {
@@ -75,25 +64,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Centralized Cart", - description: "Manage all your carts from major retail apps in one unified checkout flow.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-conceptual-image-of-various-shopping-b-1774768311508-aa96ff08.png", - imageAlt: "Unified Cart Icon", - }, + title: "Centralized Cart", description: "Manage all your carts from major retail apps in one unified checkout flow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-conceptual-image-of-various-shopping-b-1774768311508-aa96ff08.png", imageAlt: "Unified Cart Icon"}, { id: 2, - title: "Secure Global Sync", - description: "End-to-end encryption ensures your payment data stays private while connecting stores.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-secure-digital-shield-icon-overlaying--1774768309627-c686b0f8.png?_wi=1", - imageAlt: "Security Shield", - }, + title: "Secure Global Sync", description: "End-to-end encryption ensures your payment data stays private while connecting stores.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-secure-digital-shield-icon-overlaying--1774768309627-c686b0f8.png", imageAlt: "Security Shield"}, { id: 3, - title: "Instant Price Watch", - description: "Never miss a price drop again with our real-time tracking across all connected retailers.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-clock-icon-merging-with-a-price-tag-sh-1774768309730-ed6b84d9.png", - imageAlt: "Price tracking clock", - }, + title: "Instant Price Watch", description: "Never miss a price drop again with our real-time tracking across all connected retailers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbqlixedN69DcRMO570nbABDKU/a-clock-icon-merging-with-a-price-tag-sh-1774768309730-ed6b84d9.png", imageAlt: "Price tracking clock"}, ]} title="Why ShopSync is Different" description="We bridge the gap between fragmented shopping experiences to give you total control." @@ -103,29 +80,15 @@ export default function LandingPage() {
@@ -212,14 +142,11 @@ export default function LandingPage() {
@@ -228,29 +155,19 @@ export default function LandingPage() {