feat: add AboutTopInfo and HomePageProducts components; update translations and styles
This commit is contained in:
+5
-3
@@ -1,6 +1,6 @@
|
||||
// ... existing imports ...
|
||||
import Header from '@/components/layout/header';
|
||||
import { t } from '@/locales/translates';
|
||||
import AboutTopInfo from '@/components/pages/about/TopInfo';
|
||||
import HomePageProducts from '@/components/pages/home/Products';
|
||||
|
||||
async function getData() {
|
||||
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||
@@ -13,6 +13,8 @@ export default async function Home() {
|
||||
return (
|
||||
<main className="flex flex-col items-center justify-between">
|
||||
<Header />
|
||||
<AboutTopInfo />
|
||||
<HomePageProducts />
|
||||
</main>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user