Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 38728cf297 | |||
| dd928f1944 | |||
| 91c1494c5e | |||
| 2b7ff8a27c |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
ctaTitle="Ready to Begin Your Personal Growth Journey?"
|
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."
|
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}
|
ctaIcon={TrendingUp}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -224,4 +224,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #e3deea;;
|
/* --background: #e3deea;;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;;
|
||||||
--foreground: #27231f;;
|
--foreground: #27231f;;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #27231f;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;;
|
||||||
--accent: #c68a62;;
|
--accent: #c68a62;;;
|
||||||
--background-accent: #c68a62;; */
|
--background-accent: #c68a62;;; */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #e3deea;;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;;
|
||||||
--foreground: #27231f;;
|
--foreground: #27231f;;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #27231f;;;
|
||||||
--primary-cta-text: #e3deea;;
|
--primary-cta-text: #e3deea;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;;
|
||||||
--secondary-cta-text: #27231f;;
|
--secondary-cta-text: #27231f;;;
|
||||||
--accent: #c68a62;;
|
--accent: #c68a62;;;
|
||||||
--background-accent: #c68a62;;
|
--background-accent: #c68a62;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user