diff --git a/src/app/page.tsx b/src/app/page.tsx
index dab829f..65d6b63 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,18 +43,11 @@ export default function LandingPage() {
@@ -80,46 +58,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Warehouse Disinfection",
- description: "Full-scale disinfection for storage and logistics facilities.",
- bentoComponent: "reveal-icon",
- icon: Shield,
- imageSrc: "http://img.b2bpic.net/free-photo/stone-high-rise-building-from-sunny-day_23-2148184228.jpg",
- imageAlt: "Stone high rise building from below on sunny day",
- },
- {
- title: "Fumigation Expertise",
- description: "Gas fumigation for grain, warehouses, and wooden materials.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=2",
- imageAlt: "Stone high rise building from below on sunny day",
- },
- {
- title: "IT-Integrated Pest Control",
- description: "Automated data tracking and control points for food safety.",
- bentoComponent: "reveal-icon",
- icon: Smartphone,
- imageSrc: "http://img.b2bpic.net/free-photo/composition-paper-style-isolation-still-life_23-2148998887.jpg?_wi=1",
- imageAlt: "Stone high rise building from below on sunny day",
- },
- {
- title: "Bird Deterrent Systems",
- description: "Eco-friendly protection for large-scale production sites.",
- bentoComponent: "reveal-icon",
- icon: Star,
- imageSrc: "http://img.b2bpic.net/free-vector/gears_24908-54142.jpg?_wi=1",
- imageAlt: "Stone high rise building from below on sunny day",
- },
- {
- title: "Quality Audit Support",
- description: "Comprehensive compliance reporting for HACCP standards.",
- bentoComponent: "reveal-icon",
- icon: CheckCircle,
- imageSrc: "http://img.b2bpic.net/free-photo/navy-operations-specialist-following-hostile-warship-trajectory_482257-91043.jpg?_wi=1",
- imageAlt: "Stone high rise building from below on sunny day",
- },
+ { title: "Warehouse Disinfection", description: "Full-scale disinfection for storage and logistics facilities.", bentoComponent: "reveal-icon", icon: Shield },
+ { title: "Fumigation Expertise", description: "Gas fumigation for grain, warehouses, and wooden materials.", bentoComponent: "reveal-icon", icon: Zap },
+ { title: "IT-Integrated Pest Control", description: "Automated data tracking and control points for food safety.", bentoComponent: "reveal-icon", icon: Smartphone },
+ { title: "Bird Deterrent Systems", description: "Eco-friendly protection for large-scale production sites.", bentoComponent: "reveal-icon", icon: Star },
+ { title: "Quality Audit Support", description: "Comprehensive compliance reporting for HACCP standards.", bentoComponent: "reveal-icon", icon: CheckCircle }
]}
title="Comprehensive Pest Control Services"
description="We specialize in protecting industrial and commercial sites from rodents, birds, insects, and infectious disease carriers. Using globally recognized standards."
@@ -134,7 +77,7 @@ export default function LandingPage() {
description="Our team ensures 100% compliance with audit commission standards, delivering consistent, evidence-based results for food production and specialized industrial clients."
subdescription="We offer free initial site inspections and work under strict contractual obligations."
icon={Award}
- imageSrc="http://img.b2bpic.net/free-vector/gears_24908-54142.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-vector/gears_24908-54142.jpg"
mediaAnimation="slide-up"
/>
@@ -143,21 +86,14 @@ export default function LandingPage() {