From e3cb49be460501e5d508bcfcc368110b55190ede Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 00:08:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daba87e..2844c23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { CheckCircle, Zap, DollarSign, Shield, Quote } from "lucide-react"; +import { CheckCircle, Zap, DollarSign, Shield, Quote, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -42,10 +42,11 @@ export default function LandingPage() { @@ -104,20 +108,19 @@ export default function LandingPage() { showRating={true} testimonials={[ { - id: "1", name: "Erica Serrano", handle: "@erica_serrano", testimonial: - "Supreme Outdoor Services has been fantastic! They show up on time, do excellent work, and treat my property with care. Highly recommend to all my neighbors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg", imageAlt: "Erica Serrano review"}, + id: "1", name: "Erica Serrano", handle: "@erica_serrano", testimonial: "Supreme Outdoor Services has been fantastic! They show up on time, do excellent work, and treat my property with care. Highly recommend to all my neighbors.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg", imageAlt: "Erica Serrano review" + }, { - id: "2", name: "Michael Deangelis", handle: "@m_deangelis", testimonial: - "Best lawn care service in New Britain. Fair pricing, professional crew, and they always listen to what you want. Been using them for 3 years!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Michael Deangelis review"}, + id: "2", name: "Michael Deangelis", handle: "@m_deangelis", testimonial: "Best lawn care service in New Britain. Fair pricing, professional crew, and they always listen to what you want. Been using them for 3 years!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Michael Deangelis review" + }, { - id: "3", name: "Noel Rodriguez", handle: "@noel_home", testimonial: - "Their snow removal service saved me this winter. Quick response, thorough work, and reasonable rates. This is the team I call for all my outdoor needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg", imageAlt: "Noel Rodriguez review"}, + id: "3", name: "Noel Rodriguez", handle: "@noel_home", testimonial: "Their snow removal service saved me this winter. Quick response, thorough work, and reasonable rates. This is the team I call for all my outdoor needs.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg", imageAlt: "Noel Rodriguez review" + }, { - id: "4", name: "Sarah Johnson", handle: "@sarah_j", testimonial: - "Reliable, professional, and honest. They do what they say they'll do. Can't ask for better service from a local company.", rating: 5, + id: "4", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Reliable, professional, and honest. They do what they say they'll do. Can't ask for better service from a local company.", rating: 5, icon: Quote, }, ]} @@ -131,9 +134,11 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "New Britain", description: "Our home base with full service coverage and priority response times"}, + id: "1", value: "New Britain", description: "Our home base with full service coverage and priority response times" + }, { - id: "2", value: "Hartford County", description: "Extended service area covering nearby towns and communities"}, + id: "2", value: "Hartford County", description: "Extended service area covering nearby towns and communities" + }, ]} metricsAnimation="slide-up" useInvertedBackground={true} @@ -145,9 +150,9 @@ export default function LandingPage() { tag="Get Started" title="Ready to get your outdoor services scheduled?" description="Contact Supreme Outdoor Services CT for a free quote on lawn care, snow removal, or property maintenance. Quick response time guaranteed." - tagIcon={require("lucide-react").Phone} + tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Get Free Quote" @@ -180,7 +185,8 @@ export default function LandingPage() { title: "Contact", items: [ { label: "Call: (860) 890-6453", href: "tel:(860)890-6453" }, { - label: "138 Francis St, New Britain, CT 06053", href: "#"}, + label: "138 Francis St, New Britain, CT 06053", href: "#" + }, { label: "Get Free Quote", href: "#contact" }, ], }, -- 2.49.1