move images

This commit is contained in:
karl 2025-03-28 12:40:34 -04:00
parent 7975cec2c1
commit 8845f433f7
232 changed files with 27 additions and 66 deletions

View File

@ -29,7 +29,6 @@ export default async function Page(props: {
const params = await props.params
const page = await getPage(params.page)
console.log('hasjkhdaskjdhashjkdashjkadshjkdsapage', params)
if (!page) return notFound()
return (

View File

@ -1,38 +0,0 @@
import type { Metadata } from 'next'
export const metadata: Metadata = {
title: 'Contact Us',
description: 'Get in touch with us for any questions or inquiries.',
}
export default function ContactPage() {
return (
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 py-12">
<h1 className="mb-8 text-5xl font-bold">Contact Us</h1>
<div className="prose max-w-none">
<p>
We'd love to hear from you. Please fill out the form below or contact
us using the information provided.
</p>
<div className="mt-8">
<h2 className="text-2xl font-semibold mb-4">Contact Information</h2>
<ul className="list-none space-y-2">
<li>Email: info@linconson.com</li>
<li>Phone: (123) 456-7890</li>
<li>Address: Your Business Address</li>
</ul>
</div>
<div className="mt-8">
<h2 className="text-2xl font-semibold mb-4">Business Hours</h2>
<ul className="list-none space-y-2">
<li>Monday - Friday: 9:00 AM - 6:00 PM</li>
<li>Saturday: 10:00 AM - 4:00 PM</li>
<li>Sunday: Closed</li>
</ul>
</div>
</div>
</div>
)
}

View File

@ -1,26 +1,26 @@
import LATEX_FOAM from '../app/images/gloves/top_navbar/latex_foam.jpeg'
import WRINKLED_FOAM from '../app/images/gloves/top_navbar/wrinkled_foam.jpeg'
import PU_COATED from '../app/images/gloves/top_navbar/pu_coated.jpeg'
import PU_CUT_RESISTANT from '../app/images/gloves/top_navbar/cut_resistant.jpeg'
import NITRILE_CUT_RESISTANT from '../app/images/gloves/top_navbar/nitrile_cut_resistant.jpeg'
import LATEX_CUT_RESISTANT from '../app/images/gloves/top_navbar/latex_cut_resistant.jpeg'
import NITRILE_COATED from '../app/images/gloves/top_navbar/nitrile_coated.jpeg'
import SPANDEX from '../app/images/gloves/top_navbar/spandex.jpeg'
import COTTON_LATEX from '../app/images/gloves/top_navbar/latex.jpeg'
import WINTER from '../app/images/gloves/top_navbar/winter.jpeg'
import LEATHER from '../app/images/gloves/top_navbar/leather.jpeg'
import LATEX_FOAM from '../images/gloves/top_navbar/latex_foam.jpeg'
import WRINKLED_FOAM from '../images/gloves/top_navbar/wrinkled_foam.jpeg'
import PU_COATED from '../images/gloves/top_navbar/pu_coated.jpeg'
import PU_CUT_RESISTANT from '../images/gloves/top_navbar/cut_resistant.jpeg'
import NITRILE_CUT_RESISTANT from '../images/gloves/top_navbar/nitrile_cut_resistant.jpeg'
import LATEX_CUT_RESISTANT from '../images/gloves/top_navbar/latex_cut_resistant.jpeg'
import NITRILE_COATED from '../images/gloves/top_navbar/nitrile_coated.jpeg'
import SPANDEX from '../images/gloves/top_navbar/spandex.jpeg'
import COTTON_LATEX from '../images/gloves/top_navbar/latex.jpeg'
import WINTER from '../images/gloves/top_navbar/winter.jpeg'
import LEATHER from '../images/gloves/top_navbar/leather.jpeg'
import LATEX_FOAM_CONTENT_IMAGE from '../app/images/gloves/content/latex_foam.jpeg'
import WRINKLED_FOAM_CONTENT_IMAGE from '../app/images/gloves/content/wrinkled_foam.jpeg'
import PU_COATED_CONTENT_IMAGE from '../app/images/gloves/content/pu_coated.jpeg'
import PU_CUT_RESISTANT_CONTENT_IMAGE from '../app/images/gloves/content/cut_resistant.jpeg'
import NITRILE_CUT_RESISTANT_CONTENT_IMAGE from '../app/images/gloves/content/nitrile_cut_resistant.jpeg'
import LATEX_CUT_RESISTANT_CONTENT_IMAGE from '../app/images/gloves/content/latex_cut_resistant.jpeg'
import NITRILE_COATED_CONTENT_IMAGE from '../app/images/gloves/content/nitrile_coated.jpeg'
import SPANDEX_CONTENT_IMAGE from '../app/images/gloves/content/spandex.jpeg'
import COTTON_LATEX_CONTENT_IMAGE from '../app/images/gloves/content/cotton_latex.jpeg'
import WINTER_CONTENT_IMAGE from '../app/images/gloves/content/winter.jpeg'
import LEATHER_CONTENT_IMAGE from '../app/images/gloves/content/leather.jpeg'
import LATEX_FOAM_CONTENT_IMAGE from '../images/gloves/content/latex_foam.jpeg'
import WRINKLED_FOAM_CONTENT_IMAGE from '../images/gloves/content/wrinkled_foam.jpeg'
import PU_COATED_CONTENT_IMAGE from '../images/gloves/content/pu_coated.jpeg'
import PU_CUT_RESISTANT_CONTENT_IMAGE from '../images/gloves/content/cut_resistant.jpeg'
import NITRILE_CUT_RESISTANT_CONTENT_IMAGE from '../images/gloves/content/nitrile_cut_resistant.jpeg'
import LATEX_CUT_RESISTANT_CONTENT_IMAGE from '../images/gloves/content/latex_cut_resistant.jpeg'
import NITRILE_COATED_CONTENT_IMAGE from '../images/gloves/content/nitrile_coated.jpeg'
import SPANDEX_CONTENT_IMAGE from '../images/gloves/content/spandex.jpeg'
import COTTON_LATEX_CONTENT_IMAGE from '../images/gloves/content/cotton_latex.jpeg'
import WINTER_CONTENT_IMAGE from '../images/gloves/content/winter.jpeg'
import LEATHER_CONTENT_IMAGE from '../images/gloves/content/leather.jpeg'
// app/images/gloves/content/cotton_latex.jpeg

View File

@ -1,8 +1,8 @@
import PALLET_TRUCKS from '../app/images/industrial/top_navbar/pallet_trucks.jpg'
import WAREHOUSE_RACKS from '../app/images/industrial/top_navbar/warehouse_racks.png'
import WAREHOUSE_ACCESSORIES from '../app/images/industrial/top_navbar/warehouse_acc.png'
import FORKLIFTS from '../app/images/industrial/top_navbar/forklifts.png'
import FENCES from '../app/images/industrial/top_navbar/fences.png'
import PALLET_TRUCKS from 'images/industrial/top_navbar/pallet_trucks.jpg'
import WAREHOUSE_RACKS from 'images/industrial/top_navbar/warehouse_racks.png'
import WAREHOUSE_ACCESSORIES from 'images/industrial/top_navbar/warehouse_acc.png'
import FORKLIFTS from 'images/industrial/top_navbar/forklifts.png'
import FENCES from 'images/industrial/top_navbar/fences.png'
//data/Industrial.tsx

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 6.3 MiB

After

Width:  |  Height:  |  Size: 6.3 MiB

View File

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 5.0 MiB

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 4.7 MiB

View File

Before

Width:  |  Height:  |  Size: 8.5 MiB

After

Width:  |  Height:  |  Size: 8.5 MiB

View File

Before

Width:  |  Height:  |  Size: 740 KiB

After

Width:  |  Height:  |  Size: 740 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 MiB

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 4.4 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

View File

Before

Width:  |  Height:  |  Size: 9.6 MiB

After

Width:  |  Height:  |  Size: 9.6 MiB

View File

Before

Width:  |  Height:  |  Size: 28 MiB

After

Width:  |  Height:  |  Size: 28 MiB

View File

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

Before

Width:  |  Height:  |  Size: 30 MiB

After

Width:  |  Height:  |  Size: 30 MiB

View File

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

Before

Width:  |  Height:  |  Size: 10 MiB

After

Width:  |  Height:  |  Size: 10 MiB

View File

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

Before

Width:  |  Height:  |  Size: 507 KiB

After

Width:  |  Height:  |  Size: 507 KiB

View File

Before

Width:  |  Height:  |  Size: 875 KiB

After

Width:  |  Height:  |  Size: 875 KiB

View File

Before

Width:  |  Height:  |  Size: 886 KiB

After

Width:  |  Height:  |  Size: 886 KiB

View File

Before

Width:  |  Height:  |  Size: 900 KiB

After

Width:  |  Height:  |  Size: 900 KiB

View File

Before

Width:  |  Height:  |  Size: 715 KiB

After

Width:  |  Height:  |  Size: 715 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

Before

Width:  |  Height:  |  Size: 8.9 MiB

After

Width:  |  Height:  |  Size: 8.9 MiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 6.6 MiB

After

Width:  |  Height:  |  Size: 6.6 MiB

View File

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 314 KiB

View File

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 194 KiB

View File

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 MiB

After

Width:  |  Height:  |  Size: 9.6 MiB

View File

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

View File

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 196 KiB

View File

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 295 KiB

View File

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 182 KiB

View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

Before

Width:  |  Height:  |  Size: 5.0 MiB

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

Before

Width:  |  Height:  |  Size: 6.1 MiB

After

Width:  |  Height:  |  Size: 6.1 MiB

View File

Before

Width:  |  Height:  |  Size: 7.1 MiB

After

Width:  |  Height:  |  Size: 7.1 MiB

View File

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 9.4 MiB

View File

Before

Width:  |  Height:  |  Size: 9.5 MiB

After

Width:  |  Height:  |  Size: 9.5 MiB

View File

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

Before

Width:  |  Height:  |  Size: 7.6 MiB

After

Width:  |  Height:  |  Size: 7.6 MiB

View File

Before

Width:  |  Height:  |  Size: 15 MiB

After

Width:  |  Height:  |  Size: 15 MiB

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

Before

Width:  |  Height:  |  Size: 714 KiB

After

Width:  |  Height:  |  Size: 714 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

Before

Width:  |  Height:  |  Size: 6.6 MiB

After

Width:  |  Height:  |  Size: 6.6 MiB

View File

Before

Width:  |  Height:  |  Size: 25 MiB

After

Width:  |  Height:  |  Size: 25 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 582 KiB

After

Width:  |  Height:  |  Size: 582 KiB

View File

Before

Width:  |  Height:  |  Size: 602 KiB

After

Width:  |  Height:  |  Size: 602 KiB

View File

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 310 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

Before

Width:  |  Height:  |  Size: 927 KiB

After

Width:  |  Height:  |  Size: 927 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 9.2 MiB

After

Width:  |  Height:  |  Size: 9.2 MiB

View File

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

Before

Width:  |  Height:  |  Size: 469 KiB

After

Width:  |  Height:  |  Size: 469 KiB

View File

Before

Width:  |  Height:  |  Size: 30 MiB

After

Width:  |  Height:  |  Size: 30 MiB

View File

Before

Width:  |  Height:  |  Size: 535 KiB

After

Width:  |  Height:  |  Size: 535 KiB

View File

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 273 KiB

View File

Before

Width:  |  Height:  |  Size: 833 KiB

After

Width:  |  Height:  |  Size: 833 KiB

View File

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

Before

Width:  |  Height:  |  Size: 561 KiB

After

Width:  |  Height:  |  Size: 561 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

Before

Width:  |  Height:  |  Size: 372 KiB

After

Width:  |  Height:  |  Size: 372 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

View File

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View File

Before

Width:  |  Height:  |  Size: 780 KiB

After

Width:  |  Height:  |  Size: 780 KiB

View File

Before

Width:  |  Height:  |  Size: 290 KiB

After

Width:  |  Height:  |  Size: 290 KiB

Some files were not shown because too many files have changed in this diff Show More