From 91c1494c5e67db347cc369370fbb8f8801a58fd5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:39:21 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c6e1804..416861b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "HabitFlow - AI-Powered Personal Growth", description: "Build better habits and achieve personal growth with AI-powered insights and tracking"}; + title: "HabitFlow - AI-Powered Personal Growth", description: "Build better habits and achieve personal growth with AI-powered insights and tracking" +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From dd928f194412018a5765943ad231c4bfddcdd835 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:39:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 329ea3c..7914edd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -186,7 +186,7 @@ export default function LandingPage() { ]} ctaTitle="Ready to Begin Your Personal Growth Journey?" ctaDescription="Start transforming yourself today. Get immediate access to AI-powered growth insights and personalized development guidance." - ctaButton={{ text: "Start Your Transformation", href: "#" }} + ctaButton={{ text: "Schedule Free Consultation", href: "#" }} ctaIcon={TrendingUp} useInvertedBackground={false} animationType="slide-up" @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1