Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,22 +46,22 @@ export default function LandingPage() {
|
||||
title="Trusted Heating & Plumbing Services in Hockley & South Essex"
|
||||
description="Fast, reliable boiler repairs, installations, and plumbing services from your local heating engineer. Same-day response to emergency calls. Honest diagnostics, competitive pricing, and workmanship you can trust."
|
||||
tag="Local Expert Service"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
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?_wi=1", imageAlt: "Modern boiler installation"
|
||||
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/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg?_wi=1", imageAlt: "Emergency plumbing service"
|
||||
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/medium-shot-couple-warming-up-with-heater_23-2149335083.jpg?_wi=1", imageAlt: "Radiator installation"
|
||||
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/man-engaged-household-task_23-2151741241.jpg?_wi=1", imageAlt: "General plumbing service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", 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?_wi=2", imageAlt: "Boiler installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", 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?_wi=2", imageAlt: "Emergency plumbing service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg", 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?_wi=2", imageAlt: "Radiator installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-with-heater_23-2149335083.jpg", 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?_wi=2", imageAlt: "Heating system service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", imageAlt: "Heating system service"
|
||||
},
|
||||
items: [
|
||||
{ icon: Home, text: "Whole system care" },
|
||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
cardTitle="Over 2,000 satisfied customers trust DLC for their heating and plumbing needs"
|
||||
cardTag="Highly Rated Local Service"
|
||||
cardAnimation="entrance-slide"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user