import Image from "next/image"; import BlogArea from "../components/blogpost"; // Mock data for blog posts const blogposts = [ { label: 'Retro Futurism: A Journey Through Time', body: 'Explore the fascinating world of retro futurism and its impact on modern science and culture.', publish: '2023-10-01', get_absolute_url: '/blog/retro-futurism', }, { label: 'The Science Behind Video Games', body: 'Discover how video games are pushing the boundaries of technology and human interaction.', publish: '2023-09-25', get_absolute_url: '/blog/science-video-games', }, ]; export default function Home() { return (
Hello. This is my personal store. Here I sell hoodies, comics, books, and other items. You can buy them.