diff --git a/src/app/page.tsx b/src/app/page.tsx
index ec41c96..017c1fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Droplets, Gauge, Settings, Wind, Wrench, Zap } from "lucide-react";
+import { Wrench, Droplets, Disc, Wind, Cpu, Battery } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -53,22 +41,17 @@ export default function LandingPage() {
@@ -79,36 +62,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Wrench,
- title: "General Car Service",
- description: "Full multi-point inspection and maintenance.",
- },
- {
- icon: Droplets,
- title: "Oil Change",
- description: "High-quality synthetic and standard oil changes.",
- },
- {
- icon: Gauge,
- title: "Brake Repair",
- description: "Expert inspection and replacement of brake pads.",
- },
- {
- icon: Wind,
- title: "Car AC Service",
- description: "Climate control diagnostics and gas refills.",
- },
- {
- icon: Settings,
- title: "Engine Diagnostics",
- description: "Advanced scanning for performance issues.",
- },
- {
- icon: Zap,
- title: "Battery Check",
- description: "Testing and replacement services.",
- },
+ { icon: Wrench, title: "General Car Service", description: "Full multi-point inspection and maintenance." },
+ { icon: Droplets, title: "Oil Change", description: "High-quality synthetic and standard oil changes." },
+ { icon: Disc, title: "Brake Repair", description: "Expert inspection and replacement of brake pads." },
+ { icon: Wind, title: "Car AC Service", description: "Climate control diagnostics and gas refills." },
+ { icon: Cpu, title: "Engine Diagnostics", description: "Advanced scanning for performance issues." },
+ { icon: Battery, title: "Battery Check", description: "Testing and replacement services." },
]}
title="Our Professional Services"
description="Comprehensive maintenance and repair solutions tailored for your vehicle."
@@ -119,62 +78,34 @@ export default function LandingPage() {