From e63609cfdc90f94983364197cd093745c051d13c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 13:45:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15c7ba8..815397f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,15 +90,15 @@ export default function LandingPage() { description="Comprehensive cleaning solutions tailored to your unique needs." features={[ { - title: "Residential Deep Cleaning", description: "Refreshing your home with meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/red-cleaning-tools-space-left_23-2147700602.jpg", imageAlt: "Deep cleaning" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/housework-woman-looking-busy-while-cleaning-kitchen_259150-59483.jpg", imageAlt: "Deep cleaning detail" }, + title: "Residential Deep Cleaning", description: "Refreshing your home with meticulous attention to detail.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383569716-xagri1mr.jpg", imageAlt: "Deep cleaning" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383640853-d50qiq6t.jpg", imageAlt: "Deep cleaning detail" }, }, { - title: "Commercial Maintenance", description: "Professional janitorial services for offices and workspaces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520590.jpg", imageAlt: "Office cleaning" }, + title: "Commercial Maintenance", description: "Professional janitorial services for offices and workspaces.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383699680-ai0lbihi.jpg", imageAlt: "Office cleaning" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374450.jpg", imageAlt: "Office cleaning work" }, }, { - title: "Exterior Facade Care", description: "Professional cleaning for high-rise exteriors and windows.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-carrying-skateboard_23-2147667446.jpg", imageAlt: "Facade care" }, + title: "Exterior Facade Care", description: "Professional cleaning for high-rise exteriors and windows.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383752649-8hm8dsdj.jpg", imageAlt: "Facade care" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530874.jpg", imageAlt: "Facade cleaning" }, }, ]} @@ -112,10 +112,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", brand: "ProClean", name: "Eco Surface Spray", price: "$15", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cleaning-products-gloves-basin_23-2148260825.jpg" }, - { id: "2", brand: "ProClean", name: "Heavy Duty Degreaser", price: "$25", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg" }, - { id: "3", brand: "ProClean", name: "Microfiber Cloth Pack", price: "$10", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/various-cleaning-products-basket-black-surface_23-2147860479.jpg" }, - { id: "4", brand: "ProClean", name: "Glass Cleaner", price: "$12", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-soap-with-brush_23-2150829650.jpg" }, + { id: "1", brand: "ProClean", name: "Eco Surface Spray", price: "#12,000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cleaning-products-gloves-basin_23-2148260825.jpg" }, + { id: "2", brand: "ProClean", name: "Heavy Duty Degreaser", price: "#20,000 ", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg" }, + { id: "3", brand: "ProClean", name: "Microfiber Cloth Pack", price: "#1500 ", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/various-cleaning-products-basket-black-surface_23-2147860479.jpg" }, + { id: "4", brand: "ProClean", name: "Glass Cleaner", price: "#3000 ", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-soap-with-brush_23-2150829650.jpg" }, { id: "5", brand: "ProClean", name: "Floor Polish", price: "$30", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cleaning-products-arrangement_23-2148883449.jpg" }, { id: "6", brand: "ProClean", name: "Multi-Surface Wipes", price: "$8", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-decoration-table_1339-4886.jpg" }, ]}