Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -50,9 +50,9 @@ export default function LandingPage() {
|
||||
tag="Reliable Residential Cleaning"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-remote-student-typing-data-keyboard-taking-notes_482257-98859.jpg", imageAlt: "Cleaning professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-remote-student-typing-data-keyboard-taking-notes_482257-98859.jpg?_wi=1", imageAlt: "Cleaning professional"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-remote-student-typing-data-keyboard-taking-notes_482257-98859.jpg", imageAlt: "Cleaning equipment"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-remote-student-typing-data-keyboard-taking-notes_482257-98859.jpg?_wi=2", imageAlt: "Cleaning equipment"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -70,27 +70,27 @@ export default function LandingPage() {
|
||||
title: "Deep Cleaning", description: "Comprehensive sanitization of every room, ensuring your home is spotless from top to bottom.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cleaning-detergent-bottle-white-background_23-2148184407.jpg", imageAlt: "Deep cleaning"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cleaning-detergent-bottle-white-background_23-2148184407.jpg?_wi=1", imageAlt: "Deep cleaning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cleaning-detergent-bottle-white-background_23-2148184407.jpg", imageAlt: "Surface cleaning"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cleaning-detergent-bottle-white-background_23-2148184407.jpg?_wi=2", imageAlt: "Surface cleaning"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Eco-Friendly Care", description: "Safe, effective products that are kind to the environment and your family.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-concept-flat-lay-composition_23-2148118421.jpg", imageAlt: "Green cleaning"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-concept-flat-lay-composition_23-2148118421.jpg?_wi=1", imageAlt: "Green cleaning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-concept-flat-lay-composition_23-2148118421.jpg", imageAlt: "Products"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-concept-flat-lay-composition_23-2148118421.jpg?_wi=2", imageAlt: "Products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Regular Maintenance", description: "Weekly, bi-weekly, or monthly scheduling to keep your home consistently clean.", icon: Calendar,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-community-action_23-2149232508.jpg", imageAlt: "Scheduling"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-community-action_23-2149232508.jpg?_wi=1", imageAlt: "Scheduling"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-community-action_23-2149232508.jpg", imageAlt: "Consistency"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-community-action_23-2149232508.jpg?_wi=2", imageAlt: "Consistency"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Resident", company: "Local Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-chambermaid-with-hands-waist-hotel-room_23-2148033193.jpg"},
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-using-pc-tablet-her-colleague-standing_1262-17788.jpg"},
|
||||
{
|
||||
id: "5", name: "Alice Thompson", role: "Client", company: "Local Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg?_wi=2"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Join hundreds of happy families enjoying a cleaner home."
|
||||
|
||||
Reference in New Issue
Block a user