import DotAnimatsiya from "../../dot/DotAnimatsiya"; export function Banner() { return (
{/* Background Image */}
{/* Gradient Overlay - Bottom-left to top-right */}
{/* Content Container */}
{/* Right side - Text Content */}
{/* Badge */}
WELCOME TO FIREFORCE
{/* Main Heading */}

THE FIRE GUARDIAN

{/* Description */}

They are seen as a beacon of hope, a figure who brings calm amidst chaos and light in the darkest of moments.

{/* CTA Button */}
{/* Left side - Firefighters Image */}
Firefighters
{/* Right side - Text Content */}
{/* Badge */}
WELCOME TO FIREFORCE
{/* Main Heading */}

THE FIRE GUARDIAN

{/* Description */}

They are seen as a beacon of hope, a figure who brings calm amidst chaos and light in the darkest of moments.

{/* CTA Button */}
); }