diff --git a/public/images/home/brands/at&t.png b/public/images/home/brands/at&t.png index 0e4a354d4..db4a3266f 100644 Binary files a/public/images/home/brands/at&t.png and b/public/images/home/brands/at&t.png differ diff --git a/public/images/home/brands/ikea.png b/public/images/home/brands/ikea.png index cf946a8dc..3a1134caf 100644 Binary files a/public/images/home/brands/ikea.png and b/public/images/home/brands/ikea.png differ diff --git a/public/images/home/brands/inflection.png b/public/images/home/brands/inflection.png index 714fd01ea..abe6014f5 100644 Binary files a/public/images/home/brands/inflection.png and b/public/images/home/brands/inflection.png differ diff --git a/public/images/home/brands/moj.png b/public/images/home/brands/moj.png index d8cf8d965..590469c86 100644 Binary files a/public/images/home/brands/moj.png and b/public/images/home/brands/moj.png differ diff --git a/public/images/home/brands/new-relic.png b/public/images/home/brands/new-relic.png index a72395f0c..510f998b4 100644 Binary files a/public/images/home/brands/new-relic.png and b/public/images/home/brands/new-relic.png differ diff --git a/public/images/home/brands/nvidia.png b/public/images/home/brands/nvidia.png index 73f2ce4ec..3102305aa 100644 Binary files a/public/images/home/brands/nvidia.png and b/public/images/home/brands/nvidia.png differ diff --git a/public/images/home/brands/paypal.png b/public/images/home/brands/paypal.png index 8ed03ea0b..2f3b0ef5d 100644 Binary files a/public/images/home/brands/paypal.png and b/public/images/home/brands/paypal.png differ diff --git a/public/images/home/brands/smart-news.png b/public/images/home/brands/smart-news.png index 9c9c85718..afd40d0e3 100644 Binary files a/public/images/home/brands/smart-news.png and b/public/images/home/brands/smart-news.png differ diff --git a/src/parts/home/productionSection/ProductionSection.tsx b/src/parts/home/productionSection/ProductionSection.tsx index 8b72fca61..a82c6c67b 100644 --- a/src/parts/home/productionSection/ProductionSection.tsx +++ b/src/parts/home/productionSection/ProductionSection.tsx @@ -8,142 +8,119 @@ export const ProductionSection = () => { const brans = [ { - name: 'Smart News', - icon: '/images/home/brands/smart-news.png', + name: 'IKEA', + icon: '/images/home/brands/ikea.png', class: 'col-span-1 row-span-1', - test: '', }, { - name: 'New Relic', - icon: '/images/home/brands/new-relic.png', + name: 'NVIDIA', + icon: '/images/home/brands/nvidia.png', class: 'col-start-2 col-end-4 row-start-1 row-end-3', - test: '', }, { - name: 'IKEA', - icon: '/images/home/brands/ikea.png', + name: 'Smart News', + icon: '/images/home/brands/smart-news.png', class: 'col-start-4 col-end-6 row-start-1 row-end-1', - test: '', }, { name: 'Walmart', icon: '/images/home/brands/walmart.png', class: 'col-start-6 col-end-8 row-start-1 row-end-1', - test: '', }, { name: 'Shopee', icon: '/images/home/brands/shopee.png', class: 'col-start-8 col-end-9 row-span-1', - test: '', }, { name: 'Tokopedia', icon: '/images/home/brands/tokopedia.png', class: 'col-start-9 col-end-11 row-start-1 row-end-1', - test: '', }, { name: 'Shutterstock', icon: '/images/home/brands/shutter-stock.png', class: 'col-start-11 col-end-13 row-start-1 row-end-1', - test: '', }, { name: 'AT&T', icon: '/images/home/brands/at&t.png', class: 'col-span-1 row-start-2 row-end-3', - test: '', }, { name: 'ZipRecruiter', icon: '/images/home/brands/zip-recruiter.png', class: 'col-start-10 col-end-12 row-start-2 row-end-3', - test: '', }, { name: 'IBM', icon: '/images/home/brands/ibm.png', class: 'col-start-12 col-end-13 row-start-2 row-end-3', - test: '', }, { name: 'Bosch', icon: '/images/home/brands/bosch.png', class: 'col-start-1 col-end-3 row-start-3 row-end-4', - test: '', }, { name: 'ebay', icon: '/images/home/brands/ebay.png', class: 'col-start-3 col-end-4 row-start-3 row-end-4', - test: '', }, { - name: 'Paypal', - icon: '/images/home/brands/paypal.png', + name: 'Inflection', + icon: '/images/home/brands/inflection.png', class: 'col-start-10 col-end-11 row-start-3 row-end-4', - test: '', }, { name: 'Intuit', icon: '/images/home/brands/intuit.png', class: 'col-start-11 col-end-13 row-start-3 row-end-4', - test: '', }, { - name: 'Inflection', - icon: '/images/home/brands/inflection.png', + name: 'New Relic', + icon: '/images/home/brands/new-relic.png', class: 'col-start-1 col-end-3 row-start-4 row-end-6', - test: '', }, { name: 'Salesforce', icon: '/images/home/brands/sales-force.png', class: 'col-start-3 col-end-4 row-start-4 row-end-5', - test: '', }, { - name: 'NVIDIA', - icon: '/images/home/brands/nvidia.png', + name: 'PayPal', + icon: '/images/home/brands/paypal.png', class: 'col-start-10 col-end-12 row-start-4 row-end-6', - test: '', }, { name: 'OMERS', icon: '/images/home/brands/omers.png', class: 'col-start-12 col-end-13 row-start-4 row-end-5', - test: '', }, { name: 'LINE', icon: '/images/home/brands/line.png', class: 'col-start-3 col-end-4 row-start-5 row-end-6', - test: '', }, { name: 'ROBLOX', icon: '/images/home/brands/roblox.png', class: 'col-start-4 col-end-6 row-start-5 row-end-6', - test: '', }, { name: 'TREND', icon: '/images/home/brands/trend.png', class: 'col-start-6 col-end-8 row-start-5 row-end-6', - test: '', }, { name: 'COMPASS', icon: '/images/home/brands/compass.png', class: 'col-start-8 col-end-10 row-start-5 row-end-6', - test: '', }, { name: 'MOJ', icon: '/images/home/brands/moj.png', class: 'col-start-12 col-end-13 row-start-5 row-end-6', - test: '', }, ]; return (