diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b8b91e..139252d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { AlertCircle, Wrench, CheckCircle, Award, Users, Clock, Shield, Star, HelpCircle } from "lucide-react"; +import { AlertCircle, Wrench, CheckCircle, Award, Users, Clock, Shield, Star, HelpCircle, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -51,14 +51,11 @@ export default function LandingPage() { imageAlt="Professional plumbing and heating service" mediaAnimation="slide-up" testimonials={[ - { - name: "James Mitchell", handle: "Homeowner", testimonial: "Responded to my emergency in 45 minutes. Professional and efficient!", rating: 5, + { name: "James Mitchell", handle: "Homeowner", testimonial: "Responded to my emergency in 45 minutes. Professional and efficient!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"}, - { - name: "Sarah Johnson", handle: "Property Manager", testimonial: "Reliable service for all our rental properties. Highly recommended.", rating: 5, + { name: "Sarah Johnson", handle: "Property Manager", testimonial: "Reliable service for all our rental properties. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"}, - { - name: "Robert Chen", handle: "Business Owner", testimonial: "Fixed our heating system quickly. Great attention to detail.", rating: 5, + { name: "Robert Chen", handle: "Business Owner", testimonial: "Fixed our heating system quickly. Great attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"}, ]} buttons={[ @@ -212,7 +209,7 @@ export default function LandingPage() {