first commit
This commit is contained in:
339
data/blogs.js
Normal file
339
data/blogs.js
Normal file
@ -0,0 +1,339 @@
|
||||
export const blogArticles = [
|
||||
{
|
||||
id: 1,
|
||||
imageSrc: "/images/blog/blog-1.jpg",
|
||||
category: "Experience",
|
||||
date: "September 3, 2024",
|
||||
title: "How Business Consulting Can Systematically Guide Your Company",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imageSrc: "/images/blog/blog-2.jpg",
|
||||
category: "Tips & Tricks",
|
||||
date: "August 28, 2024",
|
||||
title: "Improving patient outcomes and financial performance",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
imageSrc: "/images/blog/blog-3.jpg",
|
||||
category: "Experience",
|
||||
date: "September 3, 2024",
|
||||
title: "What does a business consultant actually do?",
|
||||
width: 549,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
imageSrc: "/images/blog/blog-4.jpg",
|
||||
category: "Tips & Tricks",
|
||||
date: "August 28, 2024",
|
||||
title:
|
||||
"The art of effective consulting: Building strong client relationships",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
imageSrc: "/images/blog/blog-5.jpg",
|
||||
category: "Tips & Tricks",
|
||||
date: "August 28, 2024",
|
||||
title: "The future of work: How consultants are shaping the workplace",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
];
|
||||
|
||||
export const blogArticles2 = [
|
||||
{
|
||||
id: 6,
|
||||
imageSrc: "/images/blog/blog-7.jpg",
|
||||
day: "5",
|
||||
month: "Oct",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
description:
|
||||
"Discover key strategies for creating a solid financial plan that secures your future.",
|
||||
width: 406,
|
||||
height: 553,
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
imageSrc: "/images/blog/blog-8.jpg",
|
||||
day: "23",
|
||||
month: "Oct",
|
||||
title:
|
||||
"Boosting Profitability: Financial Strategies to Drive Business Success",
|
||||
description:
|
||||
"Find out how financial strategies can help your business increase profitability.",
|
||||
width: 406,
|
||||
height: 553,
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
imageSrc: "/images/blog/blog-9.jpg",
|
||||
day: "15",
|
||||
month: "Oct",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
description:
|
||||
"Discover key strategies for creating a solid financial plan that secures your future.",
|
||||
width: 406,
|
||||
height: 553,
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
imageSrc: "/images/blog/blog-10.jpg",
|
||||
day: "20",
|
||||
month: "Oct",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
description:
|
||||
"Discover key strategies for creating a solid financial plan that secures your future.",
|
||||
width: 406,
|
||||
height: 553,
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
imageSrc: "/images/blog/blog-7.jpg",
|
||||
day: "5",
|
||||
month: "Oct",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
description:
|
||||
"Discover key strategies for creating a solid financial plan that secures your future.",
|
||||
width: 406,
|
||||
height: 553,
|
||||
},
|
||||
];
|
||||
|
||||
export const blogPosts = [
|
||||
{
|
||||
id: 11,
|
||||
imageSrc: "/images/blog/blog-16.jpg",
|
||||
alt: "Financial Planning",
|
||||
date: "October 8, 2024",
|
||||
comments: "2 Comments",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
imageSrc: "/images/blog/blog-17.jpg",
|
||||
alt: "Financial Planning",
|
||||
date: "October 8, 2024",
|
||||
comments: "2 Comments",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
},
|
||||
{
|
||||
id: 13,
|
||||
imageSrc: "/images/blog/blog-18.jpg",
|
||||
alt: "Financial Planning",
|
||||
date: "October 8, 2024",
|
||||
comments: "2 Comments",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
},
|
||||
{
|
||||
id: 14,
|
||||
imageSrc: "/images/blog/blog-19.jpg",
|
||||
alt: "Financial Planning",
|
||||
date: "October 8, 2024",
|
||||
comments: "2 Comments",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
},
|
||||
];
|
||||
|
||||
export const blogArticles3 = [
|
||||
{
|
||||
id: 15,
|
||||
imageSrc: "/images/blog/blog-12.jpg",
|
||||
width: 406,
|
||||
height: 406,
|
||||
date: "June, 2024",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
},
|
||||
{
|
||||
id: 16,
|
||||
imageSrc: "/images/blog/blog-13.jpg",
|
||||
width: 406,
|
||||
height: 406,
|
||||
date: "June, 2024",
|
||||
title:
|
||||
"Boosting Profitability: Financial Strategies to Drive Business Success",
|
||||
},
|
||||
{
|
||||
id: 17,
|
||||
imageSrc: "/images/blog/blog-14.jpg",
|
||||
width: 406,
|
||||
height: 406,
|
||||
date: "June, 2024",
|
||||
title: "How financial advisors help you navigate Market Volatility",
|
||||
},
|
||||
{
|
||||
id: 18,
|
||||
imageSrc: "/images/blog/blog-15.jpg",
|
||||
width: 406,
|
||||
height: 406,
|
||||
date: "June, 2024",
|
||||
title: "Planning for Retirement: Essential Steps You Need to Take",
|
||||
},
|
||||
{
|
||||
id: 19,
|
||||
imageSrc: "/images/blog/blog-16.jpg",
|
||||
width: 415,
|
||||
height: 280,
|
||||
date: "June, 2024",
|
||||
title:
|
||||
"Mastering Financial Planning: Steps to Secure Your Long-Term Wealth",
|
||||
},
|
||||
];
|
||||
export const posts = [
|
||||
{
|
||||
id: 20,
|
||||
date: "29 Sep, 2024",
|
||||
title:
|
||||
"How financial advisors help you navigate Market Volatility and Protect Your Investments",
|
||||
imageSrc: "/images/blog/box-listing-3.jpg",
|
||||
alt: "box-listing",
|
||||
delay: "0s",
|
||||
},
|
||||
{
|
||||
id: 21,
|
||||
date: "29 Sep, 2024",
|
||||
title:
|
||||
"Planning for Retirement: Essential Steps You Need to Take for Long-Term Financial Security",
|
||||
imageSrc: "/images/blog/box-listing-5.jpg",
|
||||
alt: "box-listing",
|
||||
delay: "0s",
|
||||
},
|
||||
{
|
||||
id: 22,
|
||||
date: "29 Sep, 2024",
|
||||
title:
|
||||
"How financial advisors help you navigate Market Volatility and Protect Your Investments",
|
||||
imageSrc: "/images/blog/box-listing-6.jpg",
|
||||
alt: "box-listing",
|
||||
delay: "0s",
|
||||
},
|
||||
];
|
||||
|
||||
export const blogArticles4 = [
|
||||
{
|
||||
id: 23,
|
||||
date: "29 Sep, 2024",
|
||||
title:
|
||||
"Top strategies for building a strong foundation: A Guide for future investors",
|
||||
imageSrc: "/images/blog/blog-11.jpg",
|
||||
alt: "blog",
|
||||
delay: "0s",
|
||||
},
|
||||
];
|
||||
export const blogArticles5 = [
|
||||
{
|
||||
id: 24,
|
||||
category: "Experience",
|
||||
date: "September 3, 2024",
|
||||
title: "How Business Consulting Can Systematically Guide Your Company",
|
||||
imageSrc: "/images/blog/blog-1.jpg",
|
||||
alt: "blog",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 25,
|
||||
category: "Tips & Tricks",
|
||||
date: "August 28, 2024",
|
||||
title: "Improving patient outcomes and financial performance",
|
||||
imageSrc: "/images/blog/blog-2.jpg",
|
||||
alt: "blog",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 26,
|
||||
category: "Experience",
|
||||
date: "September 3, 2024",
|
||||
title: "What does a business consultant actually do?",
|
||||
imageSrc: "/images/blog/blog-3.jpg",
|
||||
alt: "blog",
|
||||
width: 549,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 27,
|
||||
category: "Tips & Tricks",
|
||||
date: "August 28, 2024",
|
||||
title:
|
||||
"The art of effective consulting: Building strong client relationships",
|
||||
imageSrc: "/images/blog/blog-4.jpg",
|
||||
alt: "blog",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 28,
|
||||
category: "Tips & Tricks",
|
||||
date: "August 28, 2024",
|
||||
title: "The future of work: How consultants are shaping the workplace",
|
||||
imageSrc: "/images/blog/blog-5.jpg",
|
||||
alt: "blog",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
{
|
||||
id: 29,
|
||||
category: "Design Trends",
|
||||
date: "August 23, 2024",
|
||||
title: "Mastering the consulting toolkit: Essential skills for success",
|
||||
imageSrc: "/images/blog/blog-6.jpg",
|
||||
alt: "blog",
|
||||
width: 550,
|
||||
height: 380,
|
||||
},
|
||||
];
|
||||
export const relatedPosts = [
|
||||
{
|
||||
id: 30,
|
||||
title: "Improving patient outcomes and financial performance",
|
||||
category: "Experience",
|
||||
date: "August 23, 2024",
|
||||
imageSrc: "/images/blog/box-listing-1.jpg",
|
||||
width: 120,
|
||||
height: 120,
|
||||
},
|
||||
{
|
||||
id: 31,
|
||||
title: "Unlocking Growth Through Data-Driven Decision Making",
|
||||
category: "Design Trends",
|
||||
date: "August 23, 2024",
|
||||
imageSrc: "/images/blog/box-listing-2.jpg",
|
||||
width: 120,
|
||||
height: 120,
|
||||
},
|
||||
{
|
||||
id: 32,
|
||||
title: "Navigating digital transformation: A business leader's guide",
|
||||
category: "Experience",
|
||||
date: "August 23, 2024",
|
||||
imageSrc: "/images/blog/box-listing-3.jpg",
|
||||
width: 120,
|
||||
height: 120,
|
||||
},
|
||||
];
|
||||
export const allBlogs = [
|
||||
...blogArticles,
|
||||
...blogArticles2,
|
||||
...blogPosts,
|
||||
...blogArticles3,
|
||||
...posts,
|
||||
...blogArticles4,
|
||||
...blogArticles5,
|
||||
...relatedPosts,
|
||||
];
|
||||
Reference in New Issue
Block a user