Merge version_1 into main #2
@@ -82,7 +82,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user