import React from "react"; import Link from "next/link"; import { Search, FileText, User, MessageCircle, Calendar, ArrowRight, } from "lucide-react"; const popularPosts = [ { title: "How Wireless Technology is Changing Business", date: "May 15, 2020", image: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=80&h=80&q=60&auto=format&fit=crop", }, { title: "How Wireless Technology is Changing Business", date: "May 15, 2020", image: "https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=80&h=80&q=60&auto=format&fit=crop", }, { title: "How Wireless Technology is Changing Business", date: "May 15, 2020", image: "https://images.unsplash.com/photo-1503342452485-86f7f3f45e2b?w=80&h=80&q=60&auto=format&fit=crop", }, ]; export default function BlogContent() { return (
{/* Main: Featured article */}
How to become a successful businessman
08 Aug
Technology / Business Andrew Paker 0 Comments

How to become a successful businessman

Accelerate innovation with world-class tech teams We'll match you to an entire remote team of incredible freelance talent for all your software development needs.

READ FULL
{/* Sidebar */}
); }