From 0b3f0ca31dd4f5f9e8797adfbc33f36fbd091bdd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:44:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 266f00f..2cf09fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" /> @@ -94,15 +93,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "SecureBank", name: "Starter Account", price: "$0/month", rating: 4, - reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQooArzEvTRFUPnUpx9c7UP99g/a-sleek-modern-smartphone-showing-a-bank-1772534476954-5a408494.png?_wi=1", imageAlt: "Starter account smartphone interface" + reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQooArzEvTRFUPnUpx9c7UP99g/a-sleek-modern-smartphone-showing-a-bank-1772534476954-5a408494.png", imageAlt: "Starter account smartphone interface" }, { id: "2", brand: "SecureBank", name: "Premium Plus", price: "$9.99/month", rating: 5, - reviewCount: "5.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQooArzEvTRFUPnUpx9c7UP99g/a-sleek-modern-smartphone-showing-a-bank-1772534476954-5a408494.png?_wi=2", imageAlt: "Premium Plus account interface" + reviewCount: "5.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQooArzEvTRFUPnUpx9c7UP99g/a-sleek-modern-smartphone-showing-a-bank-1772534476954-5a408494.png", imageAlt: "Premium Plus account interface" }, { id: "3", brand: "SecureBank", name: "Business Elite", price: "$29.99/month", rating: 5, - reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQooArzEvTRFUPnUpx9c7UP99g/a-sleek-modern-smartphone-showing-a-bank-1772534476954-5a408494.png?_wi=3", imageAlt: "Business Elite account interface" + reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQooArzEvTRFUPnUpx9c7UP99g/a-sleek-modern-smartphone-showing-a-bank-1772534476954-5a408494.png", imageAlt: "Business Elite account interface" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1