Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 06:26:18 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,15 +28,15 @@ const whyUsFeatures = [
id: 1,
title: 'Eng yaxshi narxlar',
description: 'Biz mijozlarimizga bozordagi eng yaxshi narxlarni taklif qilishga harakat qilamiz. Optimal qiymatlar maxsus buyurtmalar uchun.',
phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67910.jpg' },
phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-are-positions-big-electric-box-electrical-distribution-panel-temporary-electric-cables-are-switched-electrical-background_169016-15201.jpg' },
phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67910.jpg?_wi=1' },
phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-are-positions-big-electric-box-electrical-distribution-panel-temporary-electric-cables-are-switched-electrical-background_169016-15201.jpg?_wi=1' },
},
{
id: 2,
title: 'Katta tanlov',
description: 'Kabellar va elektr montaj ishlari uchun kerakli mahsulotlarning keng tanlovi mavjud. Barcha turlarini bir joyda topishingiz mumkin.',
phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-are-positions-big-electric-box-electrical-distribution-panel-temporary-electric-cables-are-switched-electrical-background_169016-15201.jpg' },
phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/electric-tools-table_23-2147743026.jpg' },
phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-are-positions-big-electric-box-electrical-distribution-panel-temporary-electric-cables-are-switched-electrical-background_169016-15201.jpg?_wi=2' },
phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/electric-tools-table_23-2147743026.jpg?_wi=1' },
},
];
@@ -45,21 +45,21 @@ const products = [
id: '1',
name: 'Elektr kabellari',
price: '50,000-200,000 so\'m',
imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67910.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67910.jpg?_wi=2',
imageAlt: 'electrical cable reel copper wire',
},
{
id: '2',
name: 'Elektrchilar uchun asboblar',
price: '100,000-500,000 so\'m',
imageSrc: 'http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-are-positions-big-electric-box-electrical-distribution-panel-temporary-electric-cables-are-switched-electrical-background_169016-15201.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/voltage-switchboard-with-circuit-breakers-are-positions-big-electric-box-electrical-distribution-panel-temporary-electric-cables-are-switched-electrical-background_169016-15201.jpg?_wi=3',
imageAlt: 'electrical panel board installation',
},
{
id: '3',
name: 'Montaj materiallari',
price: '30,000-150,000 so\'m',
imageSrc: 'http://img.b2bpic.net/free-photo/electric-tools-table_23-2147743026.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/electric-tools-table_23-2147743026.jpg?_wi=2',
imageAlt: 'electrical tools pliers screwdrivers kit',
},
];