From 221656e7c8475da6a64499a100f9ad19af0c97c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:20:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78b57e7..7c8dd5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Building2, CheckCircle, Home, Star, ThumbsUp, Zap } from "lucide-react"; +import { Building2, CheckCircle, Home, Star, ThumbsUp, Zap, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -50,11 +50,14 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-looking-project_23-2148751999.jpg", imageAlt: "Professional roofing installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-looking-project_23-2148751999.jpg", imageAlt: "Professional roofing installation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-hammer-building-house_23-2148748857.jpg", imageAlt: "Quality siding installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-hammer-building-house_23-2148748857.jpg", imageAlt: "Quality siding installation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/lady-working-as-fashion-designer-creating-new-dress_197531-24020.jpg?id=15970673", imageAlt: "Expert gutter systems"}, + imageSrc: "http://img.b2bpic.net/free-photo/lady-working-as-fashion-designer-creating-new-dress_197531-24020.jpg?id=15970673", imageAlt: "Expert gutter systems" + }, ]} autoplayDelay={4000} showDimOverlay={false} @@ -202,7 +205,7 @@ export default function LandingPage() { title="Get Your Free Quote Today" description="Contact STS Construction Services for a professional assessment and transparent estimate. Our team is ready to discuss your project and answer any questions about our roofing, siding, gutters, remodeling, and general construction services." buttons={[ - { text: "Call Now", href: "tel:5551234567" }, + { text: "Call Now (555) 123-4567", href: "tel:5551234567" }, { text: "Email Us", href: "mailto:info@stsconstruction.com" }, ]} background={{ variant: "plain" }} -- 2.49.1