From 043190e3ebd1a8e691e32a0183fb02eda3537c4d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 19:29:45 +0000 Subject: [PATCH 1/3] Bob AI: Add landing page --- src/App.tsx | 2 + src/components/Layout.tsx | 4 +- src/pages/LandingPage.tsx | 117 ++++++++++++++++++++++++++++++++++++++ src/routes.ts | 1 + 4 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 src/pages/LandingPage.tsx diff --git a/src/App.tsx b/src/App.tsx index 33d15f9..39f19c4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,11 +2,13 @@ import { Routes, Route } from 'react-router-dom'; import Layout from './components/Layout'; import HomePage from './pages/HomePage'; +import LandingPage from "@/pages/LandingPage"; export default function App() { return ( }> } /> + } /> ); diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index acaba37..86ac624 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -35,7 +35,9 @@ export default function Layout() { { "name": "Reviews", "href": "#reviews" - } + }, + { name: "Landing", href: "/landing" }, + ]; return ( diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx new file mode 100644 index 0000000..7b58d9c --- /dev/null +++ b/src/pages/LandingPage.tsx @@ -0,0 +1,117 @@ +import React from "react"; +import { routes } from "@/routes"; +import NavbarCentered from "@/components/ui/NavbarCentered"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; +import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards"; +import PricingSimpleCards from "@/components/sections/pricing/PricingSimpleCards"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import GridLinesBackground from "@/components/ui/GridLinesBackground"; + +export default function LandingPage() { + return ( +
+ + +
+ ({ name: r.label, href: r.path }))} + ctaButton={{ text: "Get Started", href: "/signup" }} + /> + +
+ + + + + + + +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/routes.ts b/src/routes.ts index 362ecb5..50e7753 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -6,4 +6,5 @@ export interface Route { export const routes: Route[] = [ { path: '/', label: 'Home', pageFile: 'HomePage' }, + { path: '/landing', label: 'Landing', pageFile: 'LandingPage' }, ]; -- 2.49.1 From d78ca88a9be66256dec2f56f01f06f82ac03e683 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 19:30:21 +0000 Subject: [PATCH 2/3] Bob AI: Populate src/pages/LandingPage.tsx (snippet builder, 4 sections) --- src/pages/LandingPage.tsx | 152 ++++++++++---------------------------- 1 file changed, 40 insertions(+), 112 deletions(-) diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx index 7b58d9c..11d0421 100644 --- a/src/pages/LandingPage.tsx +++ b/src/pages/LandingPage.tsx @@ -1,117 +1,45 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards"; -import PricingSimpleCards from "@/components/sections/pricing/PricingSimpleCards"; +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import AvatarGroup from "@/components/ui/AvatarGroup"; +import { cls } from "@/lib/utils"; +import { Check } from "lucide-react"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import GridLinesBackground from "@/components/ui/GridLinesBackground"; export default function LandingPage() { return ( -
- - -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Get Started", href: "/signup" }} - /> - -
- - - - - - - -
- - -
-
+ <> +
+

Why StackFlow

Unified Dashboard

Manage all your MarketHub listings from a single, intuitive interface.

+

Automated Sync

Keep your inventory and pricing updated in real-time across all channels.

+

Advanced Analytics

Gain deep insights into buyer behavior and optimize your sales strategy.

+

Seamless Fulfillment

Connect directly with top logistics providers for faster shipping.

+

Pricing

Starter

$29/moEssential tools for new sellers to launch their storefront.
Up to 100 listings
+
Basic analytics
+
Standard support
+
Custom domain
+

Pro

$79/moAdvanced features for growing marketplace businesses.
Unlimited listings
+
Advanced analytics
+
Priority support
+
API access
+
Custom branding
+

Scale

$199/moUltimate performance for high-volume top sellers.
Dedicated manager
+
Custom integrations
+
24/7 phone support
+
Volume discounts
+
White-glove setup
+
+ ); -} \ No newline at end of file +} -- 2.49.1 From 5bd4e936bdefdc6f9a054eb7cf7ec04df0695032 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 19:31:18 +0000 Subject: [PATCH 3/3] Bob AI: fix build errors (attempt 1) --- src/pages/LandingPage.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx index 11d0421..59fc4ad 100644 --- a/src/pages/LandingPage.tsx +++ b/src/pages/LandingPage.tsx @@ -12,12 +12,12 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; export default function LandingPage() { return ( <> -
-

Why StackFlow

Unified Dashboard

Manage all your MarketHub listings from a single, intuitive interface.

+
+

Why StackFlow

Unified Dashboard

Manage all your MarketHub listings from a single, intuitive interface.

Automated Sync

Keep your inventory and pricing updated in real-time across all channels.

Advanced Analytics

Gain deep insights into buyer behavior and optimize your sales strategy.

Seamless Fulfillment

Connect directly with top logistics providers for faster shipping.

-

Pricing

Starter

$29/moEssential tools for new sellers to launch their storefront.
Up to 100 listings
+

Pricing

Starter

$29/moEssential tools for new sellers to launch their storefront.
Up to 100 listings
Basic analytics
Standard support
Custom domain
@@ -33,8 +33,7 @@ export default function LandingPage() {
White-glove setup
); -} +} \ No newline at end of file -- 2.49.1