From 4623e9347242ce399d54ae536751b02fa3d5d3a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:18:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6554070..59b0350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function HomePage() { animationType="none" textboxLayout="default" showStepNumbers={false} - features={[]} + features={[{ title: "Scalability", description: "Built to grow with your business.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" } }, { title: "Security", description: "Enterprise-grade protection.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" } }]} useInvertedBackground={false} />
- +
@@ -70,7 +70,7 @@ export default function HomePage() { ); -- 2.49.1