1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-22 17:37:00 +00:00

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
app
[page]
contact
data
images
1.jpeg2.jpeg3.jpeg
Abrasive
Adhesives

@ -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 (

@ -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>
)
}

@ -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

@ -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

Before

(image error) Size: 1.6 MiB

After

(image error) Size: 1.6 MiB

Before

(image error) Size: 6.3 MiB

After

(image error) Size: 6.3 MiB

Before

(image error) Size: 3.8 MiB

After

(image error) Size: 3.8 MiB

Before

(image error) Size: 2.4 MiB

After

(image error) Size: 2.4 MiB

Before

(image error) Size: 1.8 MiB

After

(image error) Size: 1.8 MiB

Before

(image error) Size: 5.0 MiB

After

(image error) Size: 5.0 MiB

Before

(image error) Size: 4.7 MiB

After

(image error) Size: 4.7 MiB

Before

(image error) Size: 8.5 MiB

After

(image error) Size: 8.5 MiB

Before

(image error) Size: 740 KiB

After

(image error) Size: 740 KiB

Before

(image error) Size: 5.0 MiB

After

(image error) Size: 5.0 MiB

Before

(image error) Size: 132 KiB

After

(image error) Size: 132 KiB

Before

(image error) Size: 2.8 MiB

After

(image error) Size: 2.8 MiB

Before

(image error) Size: 4.4 MiB

After

(image error) Size: 4.4 MiB

Before

(image error) Size: 9.6 MiB

After

(image error) Size: 9.6 MiB

Before

(image error) Size: 28 MiB

After

(image error) Size: 28 MiB

Before

(image error) Size: 3.2 MiB

After

(image error) Size: 3.2 MiB

Before

(image error) Size: 30 MiB

After

(image error) Size: 30 MiB

Before

(image error) Size: 3.8 MiB

After

(image error) Size: 3.8 MiB

Before

(image error) Size: 10 MiB

After

(image error) Size: 10 MiB

Before

(image error) Size: 4.2 MiB

After

(image error) Size: 4.2 MiB

Before

(image error) Size: 3.1 MiB

After

(image error) Size: 3.1 MiB

Before

(image error) Size: 8.9 MiB

After

(image error) Size: 8.9 MiB

Before

(image error) Size: 1.6 MiB

After

(image error) Size: 1.6 MiB

Before

(image error) Size: 6.6 MiB

After

(image error) Size: 6.6 MiB

Before

(image error) Size: 314 KiB

After

(image error) Size: 314 KiB

Before

(image error) Size: 280 KiB

After

(image error) Size: 280 KiB

Before

(image error) Size: 9.6 MiB

After

(image error) Size: 9.6 MiB

Before

(image error) Size: 2.4 MiB

After

(image error) Size: 2.4 MiB

Before

(image error) Size: 5.0 MiB

After

(image error) Size: 5.0 MiB

Before

(image error) Size: 6.1 MiB

After

(image error) Size: 6.1 MiB

Before

(image error) Size: 7.1 MiB

After

(image error) Size: 7.1 MiB

Before

(image error) Size: 9.5 MiB

After

(image error) Size: 9.5 MiB

Before

(image error) Size: 11 MiB

After

(image error) Size: 11 MiB

Before

(image error) Size: 7.6 MiB

After

(image error) Size: 7.6 MiB

Before

(image error) Size: 15 MiB

After

(image error) Size: 15 MiB

Before

(image error) Size: 1.7 MiB

After

(image error) Size: 1.7 MiB

Before

(image error) Size: 4.2 MiB

After

(image error) Size: 4.2 MiB

Before

(image error) Size: 1.6 MiB

After

(image error) Size: 1.6 MiB

Before

(image error) Size: 2.4 MiB

After

(image error) Size: 2.4 MiB

Before

(image error) Size: 6.6 MiB

After

(image error) Size: 6.6 MiB

Before

(image error) Size: 25 MiB

After

(image error) Size: 25 MiB

Before

(image error) Size: 1.5 MiB

After

(image error) Size: 1.5 MiB

Before

(image error) Size: 3.1 MiB

After

(image error) Size: 3.1 MiB

Before

(image error) Size: 927 KiB

After

(image error) Size: 927 KiB

Before

(image error) Size: 1.8 MiB

After

(image error) Size: 1.8 MiB

Before

(image error) Size: 9.2 MiB

After

(image error) Size: 9.2 MiB

Before

(image error) Size: 2.8 MiB

After

(image error) Size: 2.8 MiB

Before

(image error) Size: 535 KiB

After

(image error) Size: 535 KiB

Before

(image error) Size: 833 KiB

After

(image error) Size: 833 KiB

Before

(image error) Size: 112 KiB

After

(image error) Size: 112 KiB

Before

(image error) Size: 561 KiB

After

(image error) Size: 561 KiB

Before

(image error) Size: 1.8 MiB

After

(image error) Size: 1.8 MiB

Before

(image error) Size: 363 KiB

After

(image error) Size: 363 KiB

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