From 3b13c3a5ddecaf293b87511254688ad5a10ab567 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:44:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 100 ++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e7dc79..29682ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,31 +47,19 @@ export default function LandingPage() { description="We provide high-quality residential and commercial cleaning services tailored to your needs. Experience the difference of a professional touch." buttons={[ { - text: "Get a Free Quote", - href: "/contact", - }, + text: "Get a Free Quote", href: "/contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg?_wi=1", - imageAlt: "Clean modern residential home interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg", imageAlt: "Clean modern residential home interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-volunteers-holding-hands_23-2148687292.jpg", - imageAlt: "Front view group of volunteers holding hands", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-volunteers-holding-hands_23-2148687292.jpg", imageAlt: "Front view group of volunteers holding hands"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-pointing-front-them_23-2148687293.jpg", - imageAlt: "Group of volunteers pointing in front of them", - }, + imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-pointing-front-them_23-2148687293.jpg", imageAlt: "Group of volunteers pointing in front of them"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112833.jpg", - imageAlt: "Portrait of man cleaning his house", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112833.jpg", imageAlt: "Portrait of man cleaning his house"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-woman-portret-looking-camera-smiling-using-fertil-soil-with-shovel-white-ceramic-pot-houseplants-prepared-replanting-house-decoration_482257-4789.jpg", - imageAlt: "Close up of florist woman portrait", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-woman-portret-looking-camera-smiling-using-fertil-soil-with-shovel-white-ceramic-pot-houseplants-prepared-replanting-house-decoration_482257-4789.jpg", imageAlt: "Close up of florist woman portrait"}, ]} /> @@ -90,45 +70,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Excellent Service", - quote: "Superb Solutions transformed my home. Highly professional!", - name: "Jane Doe", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg?_wi=1", - }, + id: "1", title: "Excellent Service", quote: "Superb Solutions transformed my home. Highly professional!", name: "Jane Doe", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg"}, { - id: "2", - title: "Reliable Company", - quote: "Best office cleaning we have ever had.", - name: "John Smith", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=1", - }, + id: "2", title: "Reliable Company", quote: "Best office cleaning we have ever had.", name: "John Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"}, { - id: "3", - title: "Great Detail", - quote: "They missed nothing. Truly professional.", - name: "Emily White", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/man-came-woman-with-gift-home_1398-3803.jpg", - }, + id: "3", title: "Great Detail", quote: "They missed nothing. Truly professional.", name: "Emily White", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-came-woman-with-gift-home_1398-3803.jpg"}, { - id: "4", - title: "Fast & Efficient", - quote: "Deep cleaning done perfectly on time.", - name: "Robert Brown", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg", - }, + id: "4", title: "Fast & Efficient", quote: "Deep cleaning done perfectly on time.", name: "Robert Brown", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg"}, { - id: "5", - title: "Professionalism", - quote: "Very friendly staff and excellent results.", - name: "Alice Green", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", - }, + id: "5", title: "Professionalism", quote: "Very friendly staff and excellent results.", name: "Alice Green", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg"}, ]} title="What Our Clients Say" description="Hear from our happy customers." @@ -136,11 +86,23 @@ export default function LandingPage() {
- + console.log("Added") }]} + layout="default" + />