Update src/app/page.tsx

This commit is contained in:
2026-05-12 20:28:08 +00:00
parent 405c5a346f
commit 3a2d153c03

View File

@@ -52,25 +52,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Clara P.", handle: "West London", testimonial: "The best move-out clean I have ever had.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg", imageAlt: "luxury cleaning service modern home"},
imageSrc: "http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"},
{
name: "James R.", handle: "NW London", testimonial: "Prompt, professional, and thorough. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg", imageAlt: "luxury cleaning service modern home"},
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"},
{
name: "Sarah W.", handle: "Chelsea", testimonial: "Reliable and incredibly detail-oriented.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg", imageAlt: "luxury cleaning service modern home"},
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"},
{
name: "Mark L.", handle: "Notting Hill", testimonial: "Great experience, house looks brand new.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg", imageAlt: "luxury cleaning service modern home"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"},
{
name: "Elena D.", handle: "Hammersmith", testimonial: "The gold standard for London cleaning.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", imageAlt: "luxury cleaning service modern home"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=1", imageAlt: "luxury cleaning service modern home"},
]}
buttons={[
{
text: "Book Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg"
imageSrc="http://img.b2bpic.net/free-photo/espresso-machine-bottle-olive-oil_181624-14425.jpg?_wi=2"
imageAlt="Professional cleaning services in London"
avatars={[
{
@@ -102,7 +102,7 @@ export default function LandingPage() {
{
title: "Eco-Friendly Products", description: "Safe for you, your pets, and the environment."},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374445.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -117,7 +117,7 @@ export default function LandingPage() {
title: "Standard Maintenance", description: "Perfect for keeping your home refreshed regularly.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-packing-things-near-sofa_23-2147758888.jpg?_wi=2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-carrying-things-box_23-2147782375.jpg"},
],
@@ -206,9 +206,9 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "Sarah W.", role: "Chelsea", testimonial: "Impeccable service every time.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg"},
id: "t1", name: "Sarah W.", role: "Chelsea", testimonial: "Impeccable service every time.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-photographer-street_23-2147654337.jpg?_wi=2"},
{
id: "t2", name: "Mark L.", role: "Notting Hill", testimonial: "The move-in clean saved us so much time.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"},
id: "t2", name: "Mark L.", role: "Notting Hill", testimonial: "The move-in clean saved us so much time.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=2"},
{
id: "t3", name: "Elena D.", role: "Hammersmith", testimonial: "Very professional and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg"},
{