Update src/app/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function HomePage() {
|
||||
}
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg?_wi=1"
|
||||
imageAlt="Professional cleaning service team"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
title: "Chair Dry Cleaning",
|
||||
description: "Professional chair cleaning starting at ₹150. Removes stains, dust mites, and improves hygiene. Extends furniture life.",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=1",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Service",
|
||||
@@ -134,7 +134,7 @@ export default function HomePage() {
|
||||
title: "Deep Home Cleaning",
|
||||
description: "Complete deep cleaning for your home. Thorough sanitization, all surfaces covered. Professional equipment and trained staff.",
|
||||
tag: "Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358966.jpg?_wi=1",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
title: "Commercial Housekeeping",
|
||||
description: "Professional office cleaning and maintenance. Keep your workspace clean and professional. Customized schedules available.",
|
||||
tag: "Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=1",
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
@@ -160,7 +160,7 @@ export default function HomePage() {
|
||||
title: "Carpet Cleaning",
|
||||
description: "Expert carpet cleaning and stain removal. Deep cleaning with professional equipment. Extends carpet life.",
|
||||
tag: "Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-rolling-yoga-mat-floor_23-2148097396.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-rolling-yoga-mat-floor_23-2148097396.jpg?_wi=1",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
@@ -173,7 +173,7 @@ export default function HomePage() {
|
||||
title: "Sofa Cleaning",
|
||||
description: "Professional sofa and upholstery cleaning. Removes stains, dust, and allergens. Fabric-safe cleaning methods.",
|
||||
tag: "Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=2",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
@@ -212,25 +212,25 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Chair Dry Cleaning",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Removes Stains",
|
||||
price: "Deep Clean",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Removes Dust Mites",
|
||||
price: "Allergen Control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=5"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Extends Furniture Life",
|
||||
price: "Long-lasting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-indoors_23-2150454492.jpg?_wi=6"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=2"
|
||||
imageAlt="Professional cleaning team"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
@@ -297,7 +297,7 @@ export default function HomePage() {
|
||||
name: "Mukul Bana",
|
||||
role: "Homeowner, Noida",
|
||||
testimonial: "Great service! A half-yearly or yearly cleaning schedule works perfectly for my home. The team is professional and thorough.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1666.jpg?_wi=1",
|
||||
icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
@@ -305,7 +305,7 @@ export default function HomePage() {
|
||||
name: "Amar Bhanu",
|
||||
role: "Business Owner, Sector 62",
|
||||
testimonial: "Staff behaviour is excellent. They are courteous, respectful, and very professional. I trust them with my office cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=1",
|
||||
icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
@@ -313,7 +313,7 @@ export default function HomePage() {
|
||||
name: "Vishal Singh",
|
||||
role: "Homeowner, Greater Noida",
|
||||
testimonial: "The cleaning process is very thorough and the price is very reasonable. Highly recommend We Clean for any cleaning needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-middle-finger-gesture-while-working-office_23-2150040035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-middle-finger-gesture-while-working-office_23-2150040035.jpg?_wi=1",
|
||||
icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
@@ -321,7 +321,7 @@ export default function HomePage() {
|
||||
name: "Priya Sharma",
|
||||
role: "Corporate Manager, Noida",
|
||||
testimonial: "Consistent quality and reliability. Our office always looks pristine. They've been our trusted cleaning partner for over a year.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=1",
|
||||
icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
@@ -329,7 +329,7 @@ export default function HomePage() {
|
||||
name: "Rajesh Patel",
|
||||
role: "Homeowner, Indirapuram",
|
||||
testimonial: "Professional service at affordable prices. They pay attention to details and our furniture looks brand new after their cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
|
||||
icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
@@ -337,7 +337,7 @@ export default function HomePage() {
|
||||
name: "Neha Verma",
|
||||
role: "Property Manager, Ghaziabad",
|
||||
testimonial: "Excellent response time and quality work. We've used them for multiple properties and they never disappoint.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1",
|
||||
icon: ThumbsUp
|
||||
}
|
||||
]}
|
||||
@@ -393,7 +393,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg?_wi=2"
|
||||
imageAlt="We Clean Housekeeping Services"
|
||||
logoText="We Clean"
|
||||
copyrightText="© 2024 We Clean Housekeeping Services. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user