"use server"; export default async function About() { const res = await fetch("http://localhost:8000/api"); console.log(res); return (
About us will : +explain what we +pricing +plannign for what will come next
); }