Merge remote-tracking branch 'origin/navbar'

This commit is contained in:
2025-06-07 16:32:26 +03:30
10 changed files with 145 additions and 44 deletions
+12 -9
View File
@@ -21,18 +21,21 @@ export default async function Contact({
imageSrc={images.blogBanner.src}
/>
<div className="flex w-full flex-col bg-gray-200 pt-4 md:pt-28">
<div className="relative container mx-auto flex w-full flex-col items-stretch overflow-hidden rounded-lg md:flex-row">
<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="max-md:hidden md:w-1/2">
<Image
alt="footer-bg"
src={images.factoryVector}
className="h-full w-full object-cover"
/>
</div>
</div>
<div className="container mx-auto flex w-full flex-col items-stretch overflow-hidden rounded-lg md:flex-row">
<TouchUs />
<ContactForm />
</div>
<div className="absolute -bottom-[17.32rem] w-1/2 max-md:hidden md:w-2/5">
<Image
alt="footer-bg"
src={images.factoryVector}
className="h-full w-full object-cover"
/>
</div>
<div className="mt-4 w-full md:mt-28">
<div className="h-64 w-full overflow-hidden rounded-lg bg-gray-200">
<ContactMap />