tailwind-nextjs-blog/data/projectsData.js

21 lines
779 B
JavaScript
Raw Normal View History

2022-07-17 21:40:41 +08:00
const projectsData = [
2022-07-18 20:50:38 +08:00
// {
// title: 'A Search Engine',
// description: `What if you could look up any information in the world? Webpages, images, videos
// and more. Google has many features to help you find exactly what you're looking
// for.`,
// imgSrc: '/static/images/google.png',
// href: 'https://www.google.com',
// },
// {
// title: 'The Time Machine',
// description: `Imagine being able to travel back in time or to the future. Simple turn the knob
// to the desired date and press "Go". No more worrying about lost keys or
// forgotten headphones with this simple yet affordable solution.`,
// imgSrc: '/static/images/time-machine.jpg',
// href: '/blog/the-time-machine',
// },
2022-07-17 21:40:41 +08:00
]
export default projectsData