import SearchBar from "@/components/SearchBar" import Image from "next/image" const newsItems = [ { id: 123, timestamp: Date.now(), title: "Test", description: "Well hello" } ] export default function Home() { return ( <>
) } const Feed = () => { return (
1h ago

Bitcoin (BTC) Price Prediction: When Will Bitcoin Reach $100,000?

) } const PaperIcon = ({ className }: { className: string }) => { return ( ) }