From 0602305a993864a8535ce44506cbc14bcba7196a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 15:48:21 +0000 Subject: [PATCH] Bob AI: Rewrite the landing page copy across multiple sections (hero, features, about, e --- src/pages/HomePage.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ff7dfda..e37a368 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -20,24 +20,24 @@ export default function HomePage() { "http://img.b2bpic.net/free-photo/mixed-rae-african-american-woman-has-rest-her-workout-breathing-deep-body-parts_633478-2160.jpg", "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg", ]} - avatarText="Join 5,000+ visionaries" - title="Build Wealth. Nourish Life." - description="The first luxury platform bridging your financial portfolio with your wellness data. Optimize your money as you optimize your health." + avatarText="Join 5,000+ financially fit users" + title="Track Your Financial Health." + description="Just like you track your steps and sleep, track your financial vitals. Discover the core pillars that make your money flow back to you." primaryButton={{ - text: "Join the Elite", + text: "Start Tracking", href: "#contact", }} secondaryButton={{ - text: "Learn How", + text: "Discover the Pillars", href: "#about", }} names={[ - "Wealth", - "Health", - "Growth", - "Vitality", - "Balance", - "Future", + "Cashflow", + "Savings", + "Investments", + "Debt", + "Net Worth", + "Returns", ]} imageSrc="http://img.b2bpic.net/free-photo/christmas-digital-signage_187299-48736.jpg" /> @@ -47,7 +47,7 @@ export default function HomePage() {
-- 2.49.1