page home responsive & change component element & page blog item

This commit is contained in:
Ehsan
2024-08-15 10:10:57 +03:30
parent 1341253384
commit fd3b82143b
44 changed files with 4149 additions and 103 deletions
-10
View File
@@ -1,17 +1,7 @@
'use client';
import HomePage from "@/components/home";
import Layout from "@/components/layout";
import Aos from "aos";
import "aos/dist/aos.css";
import { useEffect } from "react";
export default function Home() {
useEffect(() => {
Aos.init({});
}, [])
return (
<Layout title='خانه' name=''>
<HomePage />