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} />