diff --git a/components/pages/home/banner.tsx b/components/pages/home/banner.tsx index 59cc021..2c8c916 100644 --- a/components/pages/home/banner.tsx +++ b/components/pages/home/banner.tsx @@ -24,7 +24,7 @@ export function Banner() { /> {/* Content Container */} -
+
{/* Right side - Text Content */} @@ -57,12 +57,12 @@ export function Banner() {
{/* Left side - Firefighters Image */} -
+
Firefighters
diff --git a/public/apple-icon.png b/public/images/apple-icon.png similarity index 100% rename from public/apple-icon.png rename to public/images/apple-icon.png diff --git a/public/images/homeBanner.png b/public/images/homeBanner.png new file mode 100644 index 0000000..18d90f1 Binary files /dev/null and b/public/images/homeBanner.png differ