submit form contactus and start api projects
This commit is contained in:
@@ -20,7 +20,7 @@ export default async function Contact({ params }: { params: IPageParams }) {
|
||||
/>
|
||||
|
||||
<div className="relative flex w-full flex-col bg-gray-200 pt-4 md:pt-28">
|
||||
<div className="absolute inset-x-0 inset-y-64 z-10 flex items-end justify-start">
|
||||
<div className="absolute inset-x-0 inset-y-64 z-2 flex items-end justify-start">
|
||||
<div className="max-md:hidden md:w-1/2">
|
||||
<Image
|
||||
alt="footer-bg"
|
||||
|
||||
@@ -2,6 +2,7 @@ import Header from '@/components/layout/header';
|
||||
import AboutTopInfo from '@/components/pages/about/TopInfo';
|
||||
import HomeStorySection from '@/components/pages/home/HomeStorySection';
|
||||
import HomePageProducts from '@/components/pages/home/Products';
|
||||
import HomePageProjects from '@/components/pages/home/Projects';
|
||||
import type { IPageParams } from '@/models/layout.d';
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
|
||||
@@ -15,6 +16,7 @@ export default async function Home({ params }: { params: IPageParams }) {
|
||||
<Header />
|
||||
<AboutTopInfo />
|
||||
<HomePageProducts locale={locale} />
|
||||
<HomePageProjects locale={locale} />
|
||||
<HomeStorySection className="my-24" />
|
||||
</main>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user