From fe0e10909242f7973a77bf3502a75431f42ce7cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:26:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d14303..28e79d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, Clock, Droplets, Gauge, Home, ShieldCheck } from "lucide-react"; +import { Award, Clock, Droplets, Gauge, Home, ShieldCheck, CheckCircle2 } from "lucide-react"; export default function LandingPage() { return ( @@ -29,16 +29,12 @@ export default function LandingPage() { -
+
+
+ +
+
@@ -113,73 +98,20 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "1", name: "Jacob", handle: "Homeowner", testimonial: "Professional, knowledgeable, and reliable. I would recommend them to anyone.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-making-plans-remodel-house_23-2148814633.jpg"}, - { - id: "2", name: "Chris", handle: "Homeowner", testimonial: "Stellar job. Integrity starts with leadership. Brian has a team of great character.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-that-works-home_329181-14524.jpg"}, - { - id: "3", name: "Homeowner", handle: "Estate Client", testimonial: "They would stop at nothing to ensure we were taken care of. A review isn't enough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-lawyer-posing_23-2148172325.jpg"}, - { - id: "4", name: "Client X", handle: "Estate Owner", testimonial: "Exceptional responsiveness and diagnostic precision.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-pencil_23-2148372127.jpg"}, - { - id: "5", name: "Client Y", handle: "Estate Owner", testimonial: "The best experience with any service team in years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891521.jpg"}, - ]} showRating={true} title="Client Chronicles" - description="How we restore peace to homes." - /> -
- -
-
); -} +} \ No newline at end of file