+ FIREFIGHTERS
+
+ AT THE READY
+
+ + {service.title} +
++ {service.description} +
++ BEST AWARD +
++ FIREFIGHTER 2025 +
+diff --git a/app/globals.css b/app/globals.css
index 6c0545e..533564c 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -125,5 +125,25 @@
}
.loi{
- color:#d2610ab0;
-}
\ No newline at end of file
+ color:#a60404ad;
+}
+
+.gradient-text {
+ background: linear-gradient(
+ to bottom right,
+ #ffffff 0%,
+ #ffffff 50%,
+ rgba(255, 255, 255, 0.5) 100%
+ );
+ -webkit-background-clip: text;
+ background-clip: text;
+ color: transparent;
+}
+
+
+/*
+ text gradient tailwindd classlari
+
+ bg-linear-to-br from-white via-white to-white/50
+ text-transparent bg-clip-text
+ */
\ No newline at end of file
diff --git a/app/page.tsx b/app/page.tsx
index 880015b..b5fc280 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,10 +1,23 @@
-import { Banner, Statistics } from "@/components/pages/home";
+import {
+ AboutUs,
+ Banner,
+ Line,
+ OurService,
+ Statistics,
+ Testimonial,
+ Video,
+} from "@/components/pages/home";
export default function Home() {
return (
-
+ {service.description}
+
+ BEST AWARD
+
+ FIREFIGHTER 2025
+
+ FIREFIGHTERS
+
+
+ AT THE READY
+
+ {service.title}
+
+
+
THE FIRE GUARDIAN
@@ -47,7 +48,7 @@ export function Banner() {