Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64daafc1cd | |||
| 5e25946567 | |||
| 9ead280946 | |||
| 131f47dbd0 |
@@ -84,12 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Deep Cleaning", price: "Custom Pricing", variant: "Home & Apartment", imageSrc: "http://img.b2bpic.net/free-photo/hotel-maid-changing-bed-sheet_171337-12706.jpg" },
|
||||
{ id: "s2", name: "AC Maintenance", price: "Custom Pricing", variant: "Efficient Cooling", imageSrc: "http://img.b2bpic.net/free-photo/trained-worker-dissasembling-air-conditioner-outer-front-grill-order-start-servicing-broken-internal-parts-knowleadgeable-engineer-comissioned-by-home-owner-maintenance-hvac-system_482257-70163.jpg" },
|
||||
{ id: "s3", name: "Move-In / Out", price: "Custom Pricing", variant: "Property Handover", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-becoming-homeowners-after-signing-documents-with-real-estate-agent-business-suit-agent-giving-keys-couple_482257-29439.jpg" },
|
||||
{ id: "s4", name: "Routine Maintenance", price: "Custom Pricing", variant: "Flexible Plans", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-clipboard-cleaning-products_23-2148357490.jpg" },
|
||||
{ id: "s5", name: "Customized Cleaning", price: "Custom Pricing", variant: "Tailored Solutions", imageSrc: "http://img.b2bpic.net/free-photo/housemaid-beating-pillows-hotel-room-portrait-nice-neat-lady-who-works-as-maid-making-bed-while-owners-house-are-absent-cleaning-removing-dirt-from-every-surface-she-sees_176420-11933.jpg" },
|
||||
{ id: "s6", name: "Emergency AC Care", price: "Custom Pricing", variant: "Same Day Service", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg" }
|
||||
{ id: "s1", name: "Deep Cleaning", price: "Starting from $49", variant: "Home & Apartment", imageSrc: "http://img.b2bpic.net/free-photo/hotel-maid-changing-bed-sheet_171337-12706.jpg" },
|
||||
{ id: "s2", name: "AC Maintenance", price: "Starting from $35", variant: "Efficient Cooling", imageSrc: "http://img.b2bpic.net/free-photo/trained-worker-dissasembling-air-conditioner-outer-front-grill-order-start-servicing-broken-internal-parts-knowleadgeable-engineer-comissioned-by-home-owner-maintenance-hvac-system_482257-70163.jpg" },
|
||||
{ id: "s3", name: "Move-In / Out", price: "Request Estimate", variant: "Property Handover", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-becoming-homeowners-after-signing-documents-with-real-estate-agent-business-suit-agent-giving-keys-couple_482257-29439.jpg" },
|
||||
{ id: "s4", name: "Routine Maintenance", price: "Starting from $60", variant: "Flexible Plans", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-clipboard-cleaning-products_23-2148357490.jpg" },
|
||||
{ id: "s5", name: "Customized Cleaning", price: "Request Estimate", variant: "Tailored Solutions", imageSrc: "http://img.b2bpic.net/free-photo/housemaid-beating-pillows-hotel-room-portrait-nice-neat-lady-who-works-as-maid-making-bed-while-owners-house-are-absent-cleaning-removing-dirt-from-every-surface-she-sees_176420-11933.jpg" },
|
||||
{ id: "s6", name: "Emergency AC Care", price: "Request Estimate", variant: "Same Day Service", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg" }
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
description="Comprehensive care for your home and cooling systems."
|
||||
|
||||
Reference in New Issue
Block a user