5 Commits

Author SHA1 Message Date
d28e088cb1 Update src/app/page.tsx 2026-03-12 06:23:31 +00:00
c2945c4bf0 Update src/app/page.tsx 2026-03-12 06:23:06 +00:00
92b9b1adc5 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:22:05 +00:00
66e544e8f5 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:21:36 +00:00
60ec10e4fb Merge version_1 into main
Merge version_1 into main
2026-03-12 06:20:48 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/laptop-other-objects-ready-father-s-day_23-2147632063.jpg"
imageAlt="BakeHub Dashboard"
buttons={[
{ text: "Start Managing", href: "products" },
{ text: "Get Started Free", href: "products" },
{ text: "Learn More", href: "features" }
]}
/>
@@ -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}