Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cb200454a | |||
| e63609cfdc | |||
| fe73fedb0b | |||
| e1cf881c8d | |||
| 786f6fbb6b | |||
| 17ef49f3fd | |||
| 49c5484dee | |||
| d2edf7c0b4 | |||
| bd38bcb5d4 |
@@ -90,15 +90,15 @@ export default function LandingPage() {
|
|||||||
description="Comprehensive cleaning solutions tailored to your unique needs."
|
description="Comprehensive cleaning solutions tailored to your unique needs."
|
||||||
features={[
|
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" },
|
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: "http://img.b2bpic.net/free-photo/housework-woman-looking-busy-while-cleaning-kitchen_259150-59483.jpg", imageAlt: "Deep cleaning detail" },
|
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" },
|
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" },
|
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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: "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: "$25", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.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: "$10", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/various-cleaning-products-basket-black-surface_23-2147860479.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: "$12", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-soap-with-brush_23-2150829650.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: "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" },
|
{ 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" },
|
||||||
]}
|
]}
|
||||||
@@ -200,4 +200,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user