fix(images): Clean up image paths, compress large images, and fix openinary URLs

This commit is contained in:
Mustafa Yildiz
2026-07-18 19:28:38 +03:00
parent be94aa5155
commit f4abe0bc5b
204 changed files with 474 additions and 169 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ import { Metadata } from "next";
import { FLEET_ITEMS } from "@/lib/data";
import { FleetList } from "@/components/FleetList";
import { FleetGallery } from "@/components/FleetGallery";
import { ALL_CLOUDINARY_IMAGES } from "@/lib/gallery_data";
import { ALL_OPENINARY_IMAGES } from "@/lib/gallery_data";
export const metadata: Metadata = {
title: "Vinç Filosu ve İş Makinelerimiz | Dalaman Muğla",
@@ -49,7 +49,7 @@ export default function FleetPage() {
<FleetList items={FLEET_ITEMS} categories={FLEET_CATEGORIES} />
<FleetGallery images={ALL_CLOUDINARY_IMAGES} />
<FleetGallery images={ALL_OPENINARY_IMAGES} />
<LoadMeterSection />
<CTASection />