diff --git a/components/HomeMarquee.tsx b/components/HomeMarquee.tsx index 8555f97..f4b2a01 100644 --- a/components/HomeMarquee.tsx +++ b/components/HomeMarquee.tsx @@ -7,7 +7,7 @@ export default function HomeMarquee() {
images
images
images
images
images
{/* Logo */} -
-
- logo image + +
+
+ logo image +
-
+ {/* Desktop Navigation Menu */}
diff --git a/components/pages/about/story.tsx b/components/pages/about/story.tsx index 73dfb3f..21197aa 100644 --- a/components/pages/about/story.tsx +++ b/components/pages/about/story.tsx @@ -9,7 +9,7 @@ export function Story() {
@@ -81,7 +81,7 @@ export function Story() {

-
+
{/* Main Image */} Best Award Firefighter {/* Overlay Gradient */} diff --git a/components/pages/contact/main.tsx b/components/pages/contact/main.tsx index 83d4b44..620b7df 100644 --- a/components/pages/contact/main.tsx +++ b/components/pages/contact/main.tsx @@ -27,7 +27,7 @@ export function Contact() { {/* Background Image */}
Contact background Firefighter at ready
diff --git a/components/pages/home/blog.tsx b/components/pages/home/blog.tsx index b0b1885..1ce7123 100644 --- a/components/pages/home/blog.tsx +++ b/components/pages/home/blog.tsx @@ -5,7 +5,7 @@ import DotAnimatsiya from "@/components/dot/DotAnimatsiya"; const blogPosts = [ { id: 1, - image: "/images/home/videoSlide1.jpg", + image: "/images/img14.webp", category: "Tips & Trick", title: "BEHIND THE HELMET: LIFE AS A FIREFIGHTER", author: "John Doe", @@ -13,7 +13,7 @@ const blogPosts = [ }, { id: 2, - image: "/images/home/videoSlide2.jpg", + image: "/images/img15.webp", category: "Insight", title: "FIREFIGHTING EQUIPMENT: TOOLS OF THE TRADE", author: "John Doe", @@ -21,7 +21,7 @@ const blogPosts = [ }, { id: 3, - image: "/images/home/videoSlide4.jpg", + image: "/images/img16.webp", category: "News", title: "FIREFIGHTER TRAINING TAKES TO BECOME A HERO", author: "John Doe", diff --git a/components/pages/home/ourService.tsx b/components/pages/home/ourService.tsx index 3470ff0..1b41ffd 100644 --- a/components/pages/home/ourService.tsx +++ b/components/pages/home/ourService.tsx @@ -1,6 +1,7 @@ import DotAnimatsiya from "@/components/dot/DotAnimatsiya"; import { ChevronRight } from "lucide-react"; import Image from "next/image"; +import Link from "next/link"; export function OurService() { return ( @@ -105,9 +106,12 @@ export function OurService() {

View more service

- +
diff --git a/components/pages/home/testimonal.tsx b/components/pages/home/testimonal.tsx index 97c373c..1d937c1 100644 --- a/components/pages/home/testimonal.tsx +++ b/components/pages/home/testimonal.tsx @@ -55,11 +55,11 @@ function StarRating({ rating }: { rating: number }) { export function Testimonial() { return (
-
+
{/* Left Side - Firefighter Image */} -
+
Professional firefighter in protective gear {/* Right Side - Testimonial Content with Background */} -
+
{/* Background Image */}
- +
diff --git a/components/pages/products/productBanner.tsx b/components/pages/products/productBanner.tsx index 29607f6..2c0393b 100644 --- a/components/pages/products/productBanner.tsx +++ b/components/pages/products/productBanner.tsx @@ -7,7 +7,7 @@ export function ProductBanner() {