From bb8166aad6cd5788edbfc989b259a22733badb32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:20:44 +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 447d9cf..6a3b897 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,13 +86,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Inventory Management", description: "Track all your bakery items in real-time. Monitor stock levels, expiration dates, and quantities with ease.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148592792.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461356.jpg" } + title: "Inventory Management", description: "Track all your bakery items in real-time. Monitor stock levels, expiration dates, and quantities with ease.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148592792.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461356.jpg?_wi=1" } }, { id: 2, - title: "Sales Analytics", description: "Visualize your sales performance with detailed charts and metrics. Understand customer preferences and optimize your offerings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461356.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148592792.jpg" } + title: "Sales Analytics", description: "Visualize your sales performance with detailed charts and metrics. Understand customer preferences and optimize your offerings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461356.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_23-2148592792.jpg?_wi=2" } } ]} showStepNumbers={true} -- 2.49.1