Update src/app/page.tsx
This commit is contained in:
@@ -52,16 +52,16 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg", imageAlt: "Technician repairing boiler"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", imageAlt: "Modern boiler installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1", imageAlt: "Modern boiler installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg", imageAlt: "Emergency plumbing service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg?_wi=1", imageAlt: "Emergency plumbing service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-with-heater_23-2149335083.jpg", imageAlt: "Radiator installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-with-heater_23-2149335083.jpg?_wi=1", imageAlt: "Radiator installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", imageAlt: "General plumbing service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=1", imageAlt: "General plumbing service"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Boiler Installation & Replacement", description: "Professional installation of new high-efficiency boilers. We handle everything from selection through commissioning with full documentation.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", imageAlt: "Boiler installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=2", imageAlt: "Boiler installation"
|
||||
},
|
||||
items: [
|
||||
{ icon: Wrench, text: "Expert fitting" },
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Emergency Plumbing", description: "Available 24/7 for plumbing emergencies. Burst pipes, leaks, blockages—we respond fast to prevent damage to your home.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg", imageAlt: "Emergency plumbing service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg?_wi=2", imageAlt: "Emergency plumbing service"
|
||||
},
|
||||
items: [
|
||||
{ icon: AlertCircle, text: "24/7 availability" },
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", title: "Radiator Installation & Repair", description: "Complete radiator services including installation, bleeding, replacement, and optimization for efficient heating throughout your home.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-with-heater_23-2149335083.jpg", imageAlt: "Radiator installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-with-heater_23-2149335083.jpg?_wi=2", imageAlt: "Radiator installation"
|
||||
},
|
||||
items: [
|
||||
{ icon: Thermometer, text: "Efficient heating" },
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", title: "Central Heating Systems", description: "Full central heating installation, repair, and maintenance. We ensure your system runs reliably throughout the year with regular servicing.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", imageAlt: "Heating system service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=2", imageAlt: "Heating system service"
|
||||
},
|
||||
items: [
|
||||
{ icon: Home, text: "Whole system care" },
|
||||
|
||||
Reference in New Issue
Block a user