Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Contact us today for emergency service, quotes, or to schedule a maintenance appointment. Our team is ready to help."
|
||||
description="Prefer to call? Available 24/7 – (555) 123-4567\n\nOr fill out the form below and we'll get back to you right away."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
|
||||
imageAlt="Anderson Heating & Plumbing office"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user