From bbf09f16ca28842d5f77eb68170af53174dfdffb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 ++++++++++++++++++----------------------------- 1 file changed, 51 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 248dd45..21b09e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,16 +29,11 @@ export default function LandingPage() { @@ -94,30 +87,24 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "General Repairs", description: "Fixing leaks, patches, and minor structural repairs.", icon: Wrench, + title: "General Repairs", description: "Fixing leaks, patches, and minor structural repairs.", icon: Wrench, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=2"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=3"}, + { imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg?_wi=3" }, ] }, { - title: "Installations", description: "Mounting TVs, hanging fixtures, and shelf installation.", icon: Wrench, + title: "Installations", description: "Mounting TVs, hanging fixtures, and shelf installation.", icon: Wrench, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=2"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=3"}, + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg?_wi=3" }, ] }, { - title: "Maintenance", description: "Routine upkeep to keep your home running smoothly.", icon: Zap, + title: "Maintenance", description: "Routine upkeep to keep your home running smoothly.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=2"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=3"}, + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg?_wi=3" }, ] }, ]} @@ -142,37 +129,24 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah J.", role: "Client", company: "NMB", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"}, - { - id: "2", name: "Mark D.", role: "Client", company: "NMB", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg"}, - { - id: "3", name: "Jessica R.", role: "Client", company: "NMB", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg"}, - { - id: "4", name: "Tom W.", role: "Client", company: "NMB", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg"}, - { - id: "5", name: "Emily B.", role: "Client", company: "NMB", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"}, + { id: "1", name: "Sarah J.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg" }, + { id: "2", name: "Mark D.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-making-surprise-her-boyfriend_23-2148363624.jpg" }, + { id: "3", name: "Jessica R.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg" }, + { id: "4", name: "Tom W.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg" }, + { id: "5", name: "Emily B.", role: "Client", company: "NMB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" }, ]} title="Highly Recommended" description="Proud to have a 5.0 star rating from 37+ reviews." - ratingClassName="text-yellow-400" />
@@ -181,27 +155,21 @@ export default function LandingPage() {