image updated
This commit is contained in:
@@ -9,7 +9,7 @@ export function Story() {
|
||||
<div
|
||||
className="absolute inset-0 z-0 rounded-xl"
|
||||
style={{
|
||||
backgroundImage: "url(/images/about/mainImage.jpg)",
|
||||
backgroundImage: "url(/images/img13.jpg)",
|
||||
backgroundSize: "cover",
|
||||
backgroundPosition: "center",
|
||||
}}
|
||||
@@ -61,7 +61,7 @@ export function Story() {
|
||||
<div className="flex max-md:flex-col items-end justify-center md:gap-10 gap-5 z-20 relative bottom-0 mx-auto max-md:pb-5 max-sm:px-2">
|
||||
<div
|
||||
className="flex sm:flex-row flex-col sm:items-center items-start
|
||||
md:rounded-t-xl rounded-xl max-w-md w-full sm:p-7 p-2 bg-linear-to-br
|
||||
md:rounded-t-xl max-md:rounded-xl max-w-md w-full sm:p-7 p-2 bg-linear-to-br
|
||||
from-[#f21b1b] to-[#830909] sm:gap-5 gap-2"
|
||||
>
|
||||
<span className="sm:rounded-xl rounded-lg bg-black sm:p-3 p-1 max-sm:w-15 max-sm:h-15">
|
||||
@@ -81,7 +81,7 @@ export function Story() {
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex sm:flex-row flex-col sm:items-center items-start md:rounded-t-xl rounded-xl max-w-md w-full sm:p-7 p-2 bg-black sm:gap-5 gap-2">
|
||||
<div className="flex sm:flex-row flex-col sm:items-center items-start md:rounded-t-xl max-md:rounded-xl max-w-md w-full sm:p-7 p-2 bg-black sm:gap-5 gap-2">
|
||||
<span className="sm:rounded-xl rounded-lg bg-[#1e1d1c] sm:p-3 p-1 max-sm:w-15 max-sm:h-15">
|
||||
<Image
|
||||
src="/images/about/fireforce-mission.png"
|
||||
|
||||
@@ -68,10 +68,10 @@ export function WhyChooseUs() {
|
||||
<div className="relative h-96 md:w-[80%] w-full sm:h-125 lg:h-150">
|
||||
{/* Main Image */}
|
||||
<Image
|
||||
src="/images/about/fighter.jpg"
|
||||
src="/images/img8.jpg"
|
||||
alt="Best Award Firefighter"
|
||||
fill
|
||||
className="rounded-3xl object-cover object-right"
|
||||
className="rounded-3xl object-cover object-top"
|
||||
/>
|
||||
|
||||
{/* Overlay Gradient */}
|
||||
|
||||
Reference in New Issue
Block a user