Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9eb7ef50b | |||
| cc12d6c63f | |||
| 8bdbe7f39b | |||
| c354cef469 |
@@ -50,8 +50,6 @@ export default function LandingPage() {
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-l83hgqiu.png?_wi=1"
|
||||
imageAlt="Professional cleaning service in Kigali"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,23 +69,17 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Home Cleaning", description: "Full-service residential cleaning to keep your space fresh and inviting.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-k4m8gzf2.png?_wi=1", imageAlt: "Home cleaning" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-ts3tvwio.png?_wi=1", imageAlt: "Home cleaning" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-l83hgqiu.png?_wi=2", imageAlt: "Home cleaning" },
|
||||
{}, {}, {}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Office Cleaning", description: "Professional workspace maintenance for productivity and hygiene.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-k4m8gzf2.png?_wi=2", imageAlt: "Office cleaning" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-ts3tvwio.png?_wi=2", imageAlt: "Office cleaning" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-l83hgqiu.png?_wi=3", imageAlt: "Office cleaning" },
|
||||
{}, {}, {}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Deep Cleaning", description: "Comprehensive scrubbing for neglected areas like kitchens and bathrooms.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-ts3tvwio.png?_wi=3", imageAlt: "Deep cleaning" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-l83hgqiu.png?_wi=4", imageAlt: "Deep cleaning" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-k4m8gzf2.png?_wi=3", imageAlt: "Deep cleaning" },
|
||||
{}, {}, {}
|
||||
]
|
||||
},
|
||||
]}
|
||||
@@ -103,9 +95,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "1-Bedroom Apartment", price: "From $15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-k4m8gzf2.png?_wi=4" },
|
||||
{ id: "p2", name: "Standard Office Clean", price: "From $30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-ts3tvwio.png?_wi=4" },
|
||||
{ id: "p3", name: "Move-in / Move-out", price: "From $45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-l83hgqiu.png?_wi=5" },
|
||||
{ id: "p1", name: "1-Bedroom Apartment", price: "From $15", imageSrc: "https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "p2", name: "Standard Office Clean", price: "From $30", imageSrc: "https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "p3", name: "Move-in / Move-out", price: "From $45", imageSrc: "https://images.unsplash.com/photo-1527515637462-cff948812fea?auto=format&fit=crop&q=80&w=800" },
|
||||
]}
|
||||
title="Service Packages"
|
||||
description="Transparent pricing to help you choose the best cleaning solution."
|
||||
@@ -143,9 +135,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah", role: "Homeowner", company: "Kigali Resident", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-l83hgqiu.png?_wi=6" },
|
||||
{ id: "t2", name: "John", role: "Office Manager", company: "Local Business", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-k4m8gzf2.png?_wi=5" },
|
||||
{ id: "t3", name: "Marie", role: "Tenant", company: "Apartment renter", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-ts3tvwio.png?_wi=5" },
|
||||
{ id: "t1", name: "Sarah", role: "Homeowner", company: "Kigali Resident", rating: 5 },
|
||||
{ id: "t2", name: "John", role: "Office Manager", company: "Local Business", rating: 5 },
|
||||
{ id: "t3", name: "Marie", role: "Tenant", company: "Apartment renter", rating: 5 },
|
||||
]}
|
||||
kpiItems={[{ value: "100+", label: "Happy Clients" }, { value: "500+", label: "Jobs Completed" }, { value: "4.9/5", label: "Avg. Rating" }]}
|
||||
title="What Our Clients Say"
|
||||
@@ -177,7 +169,6 @@ export default function LandingPage() {
|
||||
{ name: "location", type: "text", placeholder: "Your Location (District)", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Service details (date, type, etc.)", rows: 4 }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776867160111-l83hgqiu.png?_wi=7"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user