Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-19 20:20:37 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Metrics",
id: "#metrics",
},
name: "Metrics", id: "#metrics"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
]}
brandName="ECommerce OS"
/>
@@ -58,32 +50,20 @@ export default function LandingPage() {
description="Stop juggling spreadsheets and disconnected apps. ECommerce OS gives you realtime stock and financial visibility—so you can grow without the chaos."
buttons={[
{
text: "Start free dashboard",
href: "#contact",
},
text: "Start free dashboard", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-investor-analyzing-stock-market-trend-monitor-trading-capital-profit-exchange-investment-young-broker-investing-funds-using-financial-forex-market-sales-close-up-handheld-shot_482257-40948.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-mature-woman-smiling_23-2148407645.jpg",
alt: "Portrait of mature woman smiling",
},
src: "http://img.b2bpic.net/free-photo/portrait-mature-woman-smiling_23-2148407645.jpg", alt: "Portrait of mature woman smiling"},
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Young Businesswoman Portrait in Office",
},
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Young Businesswoman Portrait in Office"},
{
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
alt: "Confident Young Businesswoman with Folded Arms",
},
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", alt: "Confident Young Businesswoman with Folded Arms"},
{
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
alt: "Happy professional",
},
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Happy professional"},
{
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg",
alt: "Shot of beautiful young businesswoman wearing blue chiffon shirt",
},
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", alt: "Shot of beautiful young businesswoman wearing blue chiffon shirt"},
]}
avatarText="Trusted by 500+ store owners"
/>
@@ -94,9 +74,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Built for the small team doing big things"
description={[
"For 110 employee teams, fragmentation is the enemy. We consolidate your tools into one actionable interface.",
"Our dashboard eliminates manual data entry, providing clarity across inventory and cash flow in one unified view.",
]}
"For 110 employee teams, fragmentation is the enemy. We consolidate your tools into one actionable interface.", "Our dashboard eliminates manual data entry, providing clarity across inventory and cash flow in one unified view."]}
/>
</div>
@@ -107,20 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Live Inventory Control",
description: "See your exact stock levels, monitor low-stock alerts, and track pending orders as they happen.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg",
},
title: "Live Inventory Control", description: "See your exact stock levels, monitor low-stock alerts, and track pending orders as they happen.", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg"},
{
title: "Financial Pulse",
description: "Your revenue, expenses, and profit margins are calculated in real time, so you always know where you stand.",
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg",
},
title: "Financial Pulse", description: "Your revenue, expenses, and profit margins are calculated in real time, so you always know where you stand.", imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg"},
{
title: "Performance Insights",
description: "Identify which products are underperforming financially and which are overstocked for smarter restocking.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-smartphone-with-location-pointer-shipping-customer-ecommerce-concept-blue-background-3d-illustration_56104-1784.jpg",
},
title: "Performance Insights", description: "Identify which products are underperforming financially and which are overstocked for smarter restocking.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-smartphone-with-location-pointer-shipping-customer-ecommerce-concept-blue-background-3d-illustration_56104-1784.jpg"},
]}
title="Visibility that drives decisions"
description="Stop guessing. Start knowing."
@@ -135,20 +104,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "40%",
description: "Average reduction in manual data entry time",
},
id: "m1", value: "40%", description: "Average reduction in manual data entry time"},
{
id: "m2",
value: "$12k",
description: "Average cash flow recovered per month",
},
id: "m2", value: "$12k", description: "Average cash flow recovered per month"},
{
id: "m3",
value: "24/7",
description: "Real-time visibility into every order",
},
id: "m3", value: "24/7", description: "Real-time visibility into every order"},
]}
title="Real-time impact"
description="Results our users see in their first 30 days."
@@ -157,49 +117,25 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarah_store",
testimonial: "I used to spend 5 hours a week in spreadsheets. ECommerce OS cut that to zero.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-headphones_23-2148718045.jpg",
},
id: "t1", name: "Sarah J.", handle: "@sarah_store", testimonial: "I used to spend 5 hours a week in spreadsheets. ECommerce OS cut that to zero.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-headphones_23-2148718045.jpg"},
{
id: "t2",
name: "Mark L.",
handle: "@mark_ops",
testimonial: "Finally, I can see where our profit margins are leaking. Essential tool.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
},
id: "t2", name: "Mark L.", handle: "@mark_ops", testimonial: "Finally, I can see where our profit margins are leaking. Essential tool.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg"},
{
id: "t3",
name: "Elena R.",
handle: "@elena_goods",
testimonial: "The real-time inventory alerts saved us from several stock-outs already.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg",
},
id: "t3", name: "Elena R.", handle: "@elena_goods", testimonial: "The real-time inventory alerts saved us from several stock-outs already.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg"},
{
id: "t4",
name: "David K.",
handle: "@david_retail",
testimonial: "Clean, simple, and actually useful. Integrates perfectly with our small store.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-wearing-trench-coat_23-2149729304.jpg",
},
id: "t4", name: "David K.", handle: "@david_retail", testimonial: "Clean, simple, and actually useful. Integrates perfectly with our small store.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-wearing-trench-coat_23-2149729304.jpg"},
{
id: "t5",
name: "Anna W.",
handle: "@anna_tech",
testimonial: "The dashboard interface is just beautiful. Managing products has never been this easy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
},
id: "t5", name: "Anna W.", handle: "@anna_tech", testimonial: "The dashboard interface is just beautiful. Managing products has never been this easy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"},
]}
showRating={true}
title="Loved by growing teams"
@@ -213,25 +149,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Does it integrate with my store?",
content: "Yes, we integrate seamlessly with major ecommerce platforms to pull your live data immediately.",
},
id: "f1", title: "Does it integrate with my store?", content: "Yes, we integrate seamlessly with major ecommerce platforms to pull your live data immediately."},
{
id: "f2",
title: "Can I track multiple inventory locations?",
content: "Absolutely. You can monitor stock levels across every location you define within the dashboard.",
},
id: "f2", title: "Can I track multiple inventory locations?", content: "Absolutely. You can monitor stock levels across every location you define within the dashboard."},
{
id: "f3",
title: "What kind of financial reports are included?",
content: "We generate profit/loss statements, revenue breakdowns, and expense tracking reports automatically.",
},
id: "f3", title: "What kind of financial reports are included?", content: "We generate profit/loss statements, revenue breakdowns, and expense tracking reports automatically."},
]}
imageSrc="http://img.b2bpic.net/free-photo/customer-care-webpage-interface-word_53876-134070.jpg"
title="Frequently Asked Questions"
description="Everything you need to know about setting up your dashboard."
faqsAnimation="slide-up"
mediaAnimation="slide-up"
/>
</div>
@@ -244,35 +172,11 @@ export default function LandingPage() {
description="Best practices for your ecommerce growth."
blogs={[
{
id: "b1",
category: "Scaling",
title: "5 ways to manage inventory growth",
excerpt: "Scaling inventory needs requires a system, not just more spreadsheets.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-package-smartphone-screen-dark-blue-background-express-delivery-online-shopping-order-tracking-delivery-app-concept-3d-polygonal-digital-illustration_493343-29983.jpg",
authorName: "ECommerce OS",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924142.jpg",
date: "Oct 12",
},
id: "b1", category: "Scaling", title: "5 ways to manage inventory growth", excerpt: "Scaling inventory needs requires a system, not just more spreadsheets.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-package-smartphone-screen-dark-blue-background-express-delivery-online-shopping-order-tracking-delivery-app-concept-3d-polygonal-digital-illustration_493343-29983.jpg", authorName: "ECommerce OS", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924142.jpg", date: "Oct 12"},
{
id: "b2",
category: "Finances",
title: "Understanding your cash flow",
excerpt: "The difference between revenue and profit in ecommerce environments.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
authorName: "ECommerce OS",
authorAvatar: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
date: "Oct 15",
},
id: "b2", category: "Finances", title: "Understanding your cash flow", excerpt: "The difference between revenue and profit in ecommerce environments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", authorName: "ECommerce OS", authorAvatar: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", date: "Oct 15"},
{
id: "b3",
category: "Operations",
title: "Automation for small stores",
excerpt: "How to reclaim 10 hours a week by automating your stock reports.",
imageSrc: "http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100724.jpg",
authorName: "ECommerce OS",
authorAvatar: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg",
date: "Oct 20",
},
id: "b3", category: "Operations", title: "Automation for small stores", excerpt: "How to reclaim 10 hours a week by automating your stock reports.", imageSrc: "http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100724.jpg", authorName: "ECommerce OS", authorAvatar: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg", date: "Oct 20"},
]}
/>
</div>
@@ -281,14 +185,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Ready to unify your store operations? Join the future of ecommerce."
buttons={[
{
text: "Start free dashboard",
href: "#",
},
text: "Start free dashboard", href: "#"},
]}
/>
</div>
@@ -298,50 +199,31 @@ export default function LandingPage() {
logoText="ECommerce OS"
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Pricing",
href: "#",
},
label: "Pricing", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}