Merge version_1 into main #1
@@ -52,13 +52,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
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"},
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "contact" },
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Heating System Installation & Repair", description: "Professional installation, maintenance, and repair of furnaces, boilers, heat pumps, and radiant heating systems. We ensure your home stays warm throughout winter.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Heating system installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1", imageAlt: "Heating system installation"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Furnace installation and repair" },
|
||||
{ icon: CheckCircle, text: "Boiler services and maintenance" },
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Maintenance & Preventive Care", description: "Regular maintenance extends the life of your systems and prevents costly emergency repairs. Our preventive care plans keep everything running smoothly.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "System maintenance and inspection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2", imageAlt: "System maintenance and inspection"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Annual system inspections" },
|
||||
{ icon: CheckCircle, text: "Preventive maintenance plans" },
|
||||
@@ -162,16 +162,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", role: "Homeowner", company: "Residential", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", role: "Property Manager", company: "Real Estate Management", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Robert Chen", role: "Business Owner", company: "Commercial", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4"},
|
||||
{
|
||||
id: "4", name: "Emily Rodriguez", role: "Homeowner", company: "Residential", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user