From 51e195eff607f0c1555cd64fabed23a9112b5452 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:44:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 58 ++++++++++++++++-------------------------------- 1 file changed, 19 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29682ef..6a38fbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() { @@ -69,16 +57,11 @@ export default function LandingPage() { textboxLayout="default" 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"}, - { - 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: "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: "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" }, + { 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: "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." @@ -91,18 +74,16 @@ export default function LandingPage() { price="$99.00" images={["http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg"]} buttons={[{ text: "Add to Cart", onClick: () => console.log("Added") }]} - layout="default" />