fix(images): Clean up image paths, compress large images, and fix openinary URLs
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user