Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-10 10:42:19 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "📝 Get Free Quote", href: "#contact" },
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-businessman-analyzing-reports-while-working-car-workshop_637285-7576.jpg"
imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-businessman-analyzing-reports-while-working-car-workshop_637285-7576.jpg?_wi=2"
imageAlt="Professional service team ready to help"
mediaAnimation="slide-up"
/>
@@ -96,15 +96,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Home Repair", description: "Quick fixes and comprehensive repairs for your home. From minor maintenance to major renovations, we handle it all with professional expertise.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg", imageAlt: "Home repair services", buttons: [{ text: "Get Quote", href: "#contact" }],
title: "Home Repair", description: "Quick fixes and comprehensive repairs for your home. From minor maintenance to major renovations, we handle it all with professional expertise.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg?_wi=4", imageAlt: "Home repair services", buttons: [{ text: "Get Quote", href: "#contact" }],
},
{
id: 2,
title: "AC Installation", description: "Professional air conditioning installation and maintenance. Energy-efficient systems with expert setup and ongoing support for optimal comfort.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg", imageAlt: "AC installation services", buttons: [{ text: "Get Quote", href: "#contact" }],
title: "AC Installation", description: "Professional air conditioning installation and maintenance. Energy-efficient systems with expert setup and ongoing support for optimal comfort.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg?_wi=4", imageAlt: "AC installation services", buttons: [{ text: "Get Quote", href: "#contact" }],
},
{
id: 3,
title: "Electrical Work", description: "Safe, certified electrical services for residential and commercial properties. Repairs, installations, and maintenance by licensed professionals.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg", imageAlt: "Electrical work services", buttons: [{ text: "Get Quote", href: "#contact" }],
title: "Electrical Work", description: "Safe, certified electrical services for residential and commercial properties. Repairs, installations, and maintenance by licensed professionals.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg?_wi=3", imageAlt: "Electrical work services", buttons: [{ text: "Get Quote", href: "#contact" }],
},
]}
animationType="blur-reveal"

View File

@@ -16,7 +16,7 @@ const FEATURED_PRODUCTS = [
price: '$49.99',
rating: 4.8,
reviewCount: '245',
imageSrc: 'http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg?_wi=1',
imageAlt: 'Professional hammer set',
category: 'Tools',
},
@@ -26,7 +26,7 @@ const FEATURED_PRODUCTS = [
price: '$129.99',
rating: 4.9,
reviewCount: '512',
imageSrc: 'http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg?_wi=1',
imageAlt: 'Electric drill',
category: 'Power Tools',
},
@@ -36,7 +36,7 @@ const FEATURED_PRODUCTS = [
price: '$89.99',
rating: 4.7,
reviewCount: '189',
imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg?_wi=1',
imageAlt: 'Safety equipment',
category: 'Safety',
},
@@ -46,7 +46,7 @@ const FEATURED_PRODUCTS = [
price: '$24.99',
rating: 4.6,
reviewCount: '328',
imageSrc: 'http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg?_wi=2',
imageAlt: 'Measuring tape',
category: 'Tools',
},
@@ -56,7 +56,7 @@ const FEATURED_PRODUCTS = [
price: '$199.99',
rating: 4.9,
reviewCount: '156',
imageSrc: 'http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg?_wi=2',
imageAlt: 'Electrical testing kit',
category: 'Power Tools',
},
@@ -66,7 +66,7 @@ const FEATURED_PRODUCTS = [
price: '$19.99',
rating: 4.5,
reviewCount: '412',
imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66688.jpg?_wi=2',
imageAlt: 'Work gloves',
category: 'Safety',
},
@@ -76,7 +76,7 @@ const FEATURED_PRODUCTS = [
price: '$34.99',
rating: 4.7,
reviewCount: '267',
imageSrc: 'http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576395.jpg?_wi=3',
imageAlt: 'Screwdriver set',
category: 'Tools',
},
@@ -86,7 +86,7 @@ const FEATURED_PRODUCTS = [
price: '$349.99',
rating: 4.8,
reviewCount: '89',
imageSrc: 'http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg',
imageSrc: 'http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg?_wi=3',
imageAlt: 'Power saw',
category: 'Power Tools',
},
@@ -143,7 +143,7 @@ export default function ProductCatalogPage() {
{ text: "Get Quote", href: "#contact" },
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-businessman-analyzing-reports-while-working-car-workshop_637285-7576.jpg"
imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-businessman-analyzing-reports-while-working-car-workshop_637285-7576.jpg?_wi=1"
imageAlt="Professional products and equipment"
mediaAnimation="slide-up"
/>