Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new blogs for projectx #252

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/www/app/(marketing)/blog/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function getAuthorFromPost(name: string[]) {
slug: filename.replace(".mdx", ""),
};
});

return allAuthors.filter((author) => name.includes(author.meta.title));
}

Expand All @@ -72,7 +71,6 @@ export default async function PostPage({ params }: PostPageProps) {
}

const authors = getAuthorFromPost(post.meta.authors);

return (
<article className="container relative max-w-3xl py-6 lg:py-10">
<Link
Expand Down
5 changes: 5 additions & 0 deletions apps/www/app/(marketing)/blog/_authors/kanjiro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: kanjiro
avatar: /images/avatars/shadcn.png
twitter: 23kanjiro
---
4 changes: 2 additions & 2 deletions apps/www/app/(marketing)/blog/_components/blog-posts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function BlogPosts({ posts }) {
{/* @ts-ignore */}
{posts.slice(1).map((post) => (
<article
key={post._id}
key={post.slug}
className="group relative flex flex-col space-y-2"
>
{post.meta.image && (
Expand All @@ -64,7 +64,7 @@ export function BlogPosts({ posts }) {
{post.meta.description}
</p>
)}
{post.date && (
{post.meta.date && (
<p className="text-sm text-muted-foreground">
{formatDate(post.meta.date)}
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: "How Projectx Enhances Your Financial Well-Being"
description: Boost Your Financial Well-Being with Projectx.
image: /images/blog/blog-post-3.jpg
date: "2024-07-07"
authors:
- 23kanjiro
---


# Boost Your Financial Well-Being with ProjectX: Here’s How

Financial well-being is more than just having money in the bank. It’s about feeling secure and in control of your financial situation. ProjectX is designed to enhance your financial well-being by providing the tools and insights you need to make informed decisions. In this post, we’ll explore how ProjectX can help you achieve financial peace of mind.

## Comprehensive Financial Overview:
Understanding your financial situation is the first step towards financial well-being. ProjectX provides a comprehensive overview of your finances, helping you see the big picture.

**Feature Highlight:**
The ProjectX Dashboard offers a snapshot of your income, expenses, and savings, giving you a clear understanding of your financial health.

## Personalized Financial Insights:
Making informed financial decisions requires access to relevant information. ProjectX offers personalized insights based on your financial data.

**Feature Highlight:**
Automated Insights analyze your spending habits and provide tailored tips to help you save more and spend wisely.

## Stress-Free Expense Management:
Managing expenses can be stressful, but with the right tools, it doesn’t have to be. ProjectX simplifies expense management, reducing financial stress.

**Feature Highlight:**
Expense Tracking automatically categorizes your transactions and provides detailed reports, making it easy to manage your spending.

## Achieving Financial Goals:
Setting and achieving financial goals is crucial for long-term financial well-being. ProjectX helps you stay focused and motivated.

**Feature Highlight:**
The Goal Setting feature allows you to create, track, and achieve your financial goals, whether it’s saving for a major purchase or building an emergency fund.

## Enhanced Security and Privacy:
Feeling secure about your financial data is essential for peace of mind. ProjectX prioritizes your security and privacy.

**Feature Highlight:**
ProjectX uses advanced encryption and security protocols to protect your data, ensuring your financial information is safe and secure.

## Conclusion:
Your financial well-being is a journey, and ProjectX is here to support you every step of the way. With comprehensive financial overviews, personalized insights, stress-free expense management, and robust security, ProjectX empowers you to take control of your finances. Experience the benefits of enhanced financial well-being with ProjectX today.
Join the revolution in real estate with Projectx. Embrace the future where AI drives success in every listing.

For more insights or to join our community, reach out at [[email protected]](mailto:[email protected]) or connect with us on Discord [here](https://discord.gg/wadg6fNX).
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "How Projectx Makes Saving Money Effortless"
description: One of the best ways to save money is to automate the process.
image: /images/blog/blog-post-1.jpg
date: "2024-07-07"
authors:
- 23kanjiro
---

#
Saving money is a critical aspect of financial health, but it can often feel like a daunting task. ProjectX is here to change that. With its advanced features and user-friendly design, ProjectX makes saving money easier and more efficient than ever. In this post, we’ll explore how ProjectX can help you build and grow your savings effortlessly.

## Automated Savings Plans
One of the best ways to save money is to automate the process. ProjectX allows you to set up automated savings plans that fit your financial goals and lifestyle.

**Feature Highlight:**
With Automated Savings Plans, you can schedule regular transfers from your checking account to your savings account. Choose the frequency and amount that works best for you, and let ProjectX handle the rest.

## Round-Up Savings
Small changes can lead to big savings. ProjectX’s Round-Up Savings feature helps you save money without even noticing.

**Feature Highlight:**
Every time you make a purchase, ProjectX rounds up the amount to the nearest dollar and transfers the difference to your savings account. It’s a simple yet powerful way to grow your savings with minimal effort.

## Savings Goals and Tracking
Having clear savings goals can significantly boost your motivation. ProjectX helps you set and track your savings goals with ease.

**Feature Highlight:**
Create customized savings goals, whether it's for an emergency fund, a vacation, or a major purchase. Track your progress in real-time and receive notifications when you reach important milestones.

## High-Interest Savings Accounts
To maximize your savings, it's essential to take advantage of high-interest savings accounts. ProjectX provides recommendations to help you find the best options.

**Feature Highlight:**
Based on your financial profile and savings goals, ProjectX suggests high-interest savings accounts that offer the best returns. This ensures that your money works harder for you.

## Personalized Savings Tips
ProjectX goes beyond basic savings tools by offering personalized tips to help you save more effectively.

**Feature Highlight:**
Receive tailored advice based on your spending habits and financial goals. ProjectX analyzes your data and provides actionable tips to help you reduce expenses and increase your savings.

## Conclusion
Saving money doesn’t have to be difficult or stressful. With ProjectX, you have a powerful ally that simplifies the process and helps you achieve your financial goals. From automated savings plans to personalized tips, ProjectX provides all the tools you need to make saving money effortless. Start using ProjectX today and watch your savings grow.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: "Top 5 Tips for Budgeting with ProjectX"
description: Master Budgeting with Projectx Top 5 Tips for Success.
image: /images/blog/blog-post-4.jpg
date: "2024-07-07"
authors:
- 23Kanjiro
---

> Budgeting is the cornerstone of financial stability, but it can often feel overwhelming. With ProjectX, budgeting becomes a manageable and even enjoyable task. In this post, we’ll share our top 5 tips for mastering budgeting using ProjectX.
## 1. Set Clear Financial Goals:
Before diving into budgeting, it’s important to have clear financial goals. Whether it’s saving for a vacation, paying off debt, or building an emergency fund, defining your goals will give you direction and motivation.

**How ProjectX Helps:**
Use the Goal Setting feature to create and track your financial goals. ProjectX will help you stay on course by providing progress updates and personalized tips.

## 2. Track Every Expense:
Knowing where your money goes is crucial for effective budgeting. Track every expense, no matter how small, to get a complete picture of your spending habits.

**How ProjectX Helps:**
With automatic expense categorization and detailed spending reports, ProjectX makes tracking expenses effortless. Visualize your spending patterns with easy-to-understand charts and graphs.

## 3. Create Realistic Budgets:
Your budget should reflect your actual spending habits and financial goals. Create realistic budgets that account for all your expenses, including fixed costs (rent, utilities) and variable costs (entertainment, dining out).

**How ProjectX Helps:**
ProjectX’s Smart Budgeting feature helps you create personalized budgets based on your income and spending patterns. Adjust your budgets as needed to stay on track.

## 4. Monitor and Adjust Regularly:
Budgeting isn’t a one-time task. Regularly monitor your budget to ensure you’re staying within your limits. Adjust your budget as your financial situation changes.

**How ProjectX Helps:**
Set up Customizable Alerts in ProjectX to notify you when you’re nearing your budget limits or when bills are due. Use the insights provided to make informed adjustments.

## 5. Celebrate Milestones:
Reaching a financial milestone, no matter how small, is worth celebrating. It helps you stay motivated and committed to your budgeting efforts.

**How ProjectX Helps:**
Track your progress towards financial goals and celebrate your achievements with ProjectX’s Goal Tracking feature. Share your success with the ProjectX community for added encouragement.

## Conclusion:
Effective budgeting is the key to financial success, and with ProjectX, it’s easier than ever. Follow these tips and use the powerful features of ProjectX to take control of your finances. Start your budgeting journey with ProjectX today and pave the way to a secure financial future.
###### Connect with Projectx Today

Embrace the future of real estate with Projectx. Join a growing community of professionals who are leveraging AI to transform their businesses.

For more information or to join our community, contact us at [[email protected]](mailto:[email protected]) or connect on our Discord [here](https://discord.gg/wadg6fNX).
50 changes: 50 additions & 0 deletions apps/www/app/(marketing)/blog/_posts/welcome-to-projectx.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Welcome to Projectx
description: Discover projectx revolutionize your personal finance management.
image: /images/blog/blog-post-2.jpg
date: "2024-07-07"
authors:
- 23kanjiro
---

> Christer is a real estate agent with a passion for coding. That's why he
> created Projectx - to make every real estate agent's job easier by letting AI
> handle the heavy lifting of property listings.

# Discover Projectx: Revolutionize Your Personal Finance Management

Managing personal finances can be challenging, but it doesn’t have to be. Introducing Projectx, your ultimate personal finance companion designed to simplify your financial journey. Whether you’re budgeting for your next vacation, tracking daily expenses, or planning for retirement, ProjectX is here to help you achieve your financial goals with ease.

## Why Projectx?
Projectx is more than just a finance app. It’s a comprehensive solution designed to meet the needs of modern individuals. With intuitive features and a user-friendly interface, ProjectX makes managing money a breeze. Here’s what sets us apart:

### Smart Budgeting
Create personalized budgets, track spending, and receive real-time updates to stay on top of your finances.

### Expense Tracking
Automatically categorize your expenses and visualize where your money goes with detailed charts and graphs.

### Goal Setting
Set financial goals and monitor your progress to stay motivated and focused.

### Secure and Private
Your data is encrypted and stored securely, ensuring your privacy and peace of mind.

## Key Features:
- **Comprehensive Dashboard:** Get an overview of your financial status, including income, expenses, and savings, all in one place.
- **Automated Insights:** Receive personalized tips and insights based on your spending habits to improve your financial health.
- **Customizable Alerts:** Set up alerts for bill payments, budget limits, and financial milestones.
- **Multi-Device Sync:** Access your financial data from any device, anytime, anywhere.

## How to Get Started:
Getting started with ProjectX is simple:
1. **Sign Up:** Create an account using your email or social media profiles.
2. **Link Your Accounts:** Securely link your bank accounts and credit cards for seamless tracking.
3. **Start Managing:** Explore the features and start managing your finances effortlessly.

## Conclusion:
Take control of your financial future with Projectx. Join the thousands of users who are already benefiting from our smart financial tools. Download ProjectX today and embark on your journey to financial wellness.

Interested in more insights and networking with like-minded professionals? Contact us at [[email protected]](mailto:[email protected]) or connect on our Discord [here](https://discord.gg/wadg6fNX).


47 changes: 0 additions & 47 deletions apps/www/app/(marketing)/blog/_posts/welcome-to-propwrite.mdx

This file was deleted.