From 2dbca067e1c2cb3794681fc2bdda1ec2a3d634a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:10:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 +++++++++-------------------------------------- 1 file changed, 56 insertions(+), 249 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27bfc0d..15b4120 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Building2, CheckCircle, Clock, Home, ShieldCheck, Star, Sun, Users, Zap } from "lucide-react"; +import { Award, Building2, CheckCircle, Clock, Home, ShieldCheck, Star, Sun, Users, Zap, PaintBucket, Hammer, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -226,49 +118,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "José M.", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg", - }, - { - id: "2", - name: "Sarah L.", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg", - }, - { - id: "3", - name: "Michael R.", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233781.jpg", - }, - { - id: "4", - name: "Elena V.", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-project-together_23-2148920574.jpg", - }, - { - id: "5", - name: "David K.", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-bundle-firewood-walking-with-little-son_259150-59371.jpg", - }, + { id: "1", name: "José M.", role: "Client", company: "Referral", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg" }, + { id: "2", name: "Sarah L.", role: "Client", company: "Referral", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg" }, ]} - title="Trusted by Homeowners" - description="See why our clients rate us 5 stars." + title="What Our Clients Say" + description="Join the hundreds of satisfied homeowners who trust JM Roofing." /> @@ -277,34 +131,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How long does a roof take?", - content: "Most of our standard roofing projects are completed within one week.", - }, - { - id: "f2", - title: "Do you handle solar panels?", - content: "Yes, we are experts in removing and replacing solar panel systems during roof servicing.", - }, - { - id: "f3", - title: "Is the process stressful?", - content: "We pride ourselves on making home repairs stress-free and clean.", - }, - { - id: "f4", - title: "Do you offer quotes?", - content: "Yes, we provide free, no-obligation assessments.", - }, - { - id: "f5", - title: "What areas do you serve?", - content: "We cover the entire metropolitan area and surroundings.", - }, + { id: "f1", title: "Do you paint vents to match?", content: "Absolutely. We professionally paint all visible roof accessories and pipes to perfectly blend with your shingles." }, + { id: "f2", title: "Do you replace fascia boards?", content: "Yes, we provide full fascia board inspection and replacement services during roof projects." }, + { id: "f3", title: "Is your work recommended?", content: "We pride ourselves on our referral rate, as most of our business comes directly from happy client recommendations." }, ]} - title="Common Questions" - description="Answers about our roofing and solar services." + title="Roofing Details" + description="We handle the small things so you don't have to." faqsAnimation="slide-up" /> @@ -312,13 +144,11 @@ export default function LandingPage() {
@@ -326,36 +156,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file