Merge version_2 into main #8
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -78,7 +78,7 @@ export default function HomePage() {
|
||||
title="Your Money. Fully Controlled."
|
||||
description="Take charge of your finances with intelligent tracking, budgeting, and insights. See exactly where your money goes and make smarter financial decisions."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Get Started Free", href: "#" },
|
||||
{ text: "View Demo", href: "#" },
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Active Goals", description: "Track progress toward your savings goals and financial milestones", bentoComponent: "3d-task-list", title: "Goals", items: [
|
||||
title: "Active Goals", description: "Track progress toward your savings goals and financial milestones", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Home, label: "Emergency Fund", time: "In 6 months" },
|
||||
{ icon: Plane, label: "Summer Vacation", time: "In 4 months" },
|
||||
{ icon: Zap, label: "New Laptop", time: "In 3 months" },
|
||||
@@ -415,4 +415,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user