step section
This commit is contained in:
@@ -6,7 +6,7 @@ import { FC } from "react";
|
||||
|
||||
const BannerSection: FC = () => {
|
||||
return (
|
||||
<div className="w-full h-[500px]">
|
||||
<div className="w-full">
|
||||
<div className="relative">
|
||||
<Image src={banner} alt="banner" width={2000} height={574} className="w-full max-h-[574px] object-cover" />
|
||||
<div className="absolute h-full right-[120px] top-0 bottom-0 m-auto flex flex-col justify-center">
|
||||
|
||||
Reference in New Issue
Block a user