From 3fd0030b0a10c1f8569576e0edb700ab861433f0 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 30 Jun 2026 18:16:21 +0000 Subject: [PATCH] Bob AI: Add more photos to the features section. Update all image prompts/placeholders t --- src/pages/HomePage/sections/Features.tsx | 30 +++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage/sections/Features.tsx b/src/pages/HomePage/sections/Features.tsx index 1788de3..667e8a0 100644 --- a/src/pages/HomePage/sections/Features.tsx +++ b/src/pages/HomePage/sections/Features.tsx @@ -15,11 +15,35 @@ export default function FeaturesSection(): React.JSX.Element { description="State-of-the-art facilities and professional expertise ensure perfection in every load." items={[ { - title: "Industrial Precision", description: "High-capacity machines and expert handling for commercial linens.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-glass-surface-cleaning-spray-cleaning-concept_169016-23750.jpg"}, + title: "Industrial Precision", + description: "High-capacity machines and expert handling for commercial linens.", + imageSrc: "https://image.pollinations.ai/prompt/dark-skinned%20Tanzanian%20staff%20operating%20high-capacity%20industrial%20laundry%20machines%20in%20a%20modern%20facility,%20professional%20lighting,%20realistic%20photography?width=800&height=600&nologo=true" + }, { - title: "Garment Care", description: "Meticulous pressing and tagging for perfect workwear.", imageSrc: "http://img.b2bpic.net/free-photo/young-barista-woman-wiping-out-glassware_1098-20966.jpg"}, + title: "Garment Care", + description: "Meticulous pressing and tagging for perfect workwear.", + imageSrc: "https://image.pollinations.ai/prompt/dark-skinned%20Tanzanian%20staff%20meticulously%20pressing%20and%20tagging%20garments%20in%20a%20professional%20laundry,%20realistic%20photography?width=800&height=600&nologo=true" + }, { - title: "Client First", description: "Warm, professional service at every one of our branches.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-seller-working-computer-selling-bread-supermarket_342744-1065.jpg"}, + title: "Client First", + description: "Warm, professional service at every one of our branches.", + imageSrc: "https://image.pollinations.ai/prompt/friendly%20dark-skinned%20Tanzanian%20customer%20service%20staff%20at%20a%20modern%20laundry%20branch%20counter,%20smiling,%20realistic%20photography?width=800&height=600&nologo=true" + }, + { + title: "Eco-Friendly Products", + description: "Using sustainable and gentle detergents for all fabrics.", + imageSrc: "https://image.pollinations.ai/prompt/dark-skinned%20Tanzanian%20staff%20pouring%20eco-friendly%20detergent%20in%20a%20commercial%20laundry,%20realistic%20photography?width=800&height=600&nologo=true" + }, + { + title: "Express Service", + description: "Quick turnaround times for your urgent laundry needs.", + imageSrc: "https://image.pollinations.ai/prompt/dark-skinned%20Tanzanian%20staff%20quickly%20folding%20clean%20laundry%20in%20a%20bright%20modern%20facility,%20realistic%20photography?width=800&height=600&nologo=true" + }, + { + title: "Specialized Cleaning", + description: "Expert care for delicate fabrics and traditional garments.", + imageSrc: "https://image.pollinations.ai/prompt/dark-skinned%20Tanzanian%20staff%20carefully%20inspecting%20delicate%20fabrics%20in%20a%20professional%20dry%20cleaning%20shop,%20realistic%20photography?width=800&height=600&nologo=true" + } ]} /> -- 2.49.1