2024-01-29 06:38:26 +00:00
|
|
|
import BodyLayout from "@/components/Landing Page/BodyLayout";
|
|
|
|
|
import HeaderNews from "@/components/Landing Page/HeaderNews";
|
2024-01-05 06:57:30 +00:00
|
|
|
|
|
|
|
|
export default function Home() {
|
|
|
|
|
return (
|
2024-01-29 06:38:26 +00:00
|
|
|
<section>
|
|
|
|
|
<HeaderNews />
|
|
|
|
|
<BodyLayout />
|
2024-01-05 06:57:30 +00:00
|
|
|
</section>
|
|
|
|
|
);
|
|
|
|
|
}
|