Merge version_3 into main #3
@@ -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({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user