diff --git a/src/app/page.tsx b/src/app/page.tsx
index d946a20..cc8d350 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
- background="grid"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -45,16 +45,12 @@ export default function HomePage() {
description="Trusted 24/7 Plumbing & Heating Services in Hendon and North London. Fast, reliable and affordable solutions for homes and businesses."
buttons={[
{
- text: "Call Now: 07360 272102",
- href: "tel:07360272102",
- },
+ text: "Call Now: 07360 272102", href: "tel:07360272102"},
{
- text: "Request a Quote",
- href: "#contact-cta",
- },
+ text: "Request a Quote", href: "#contact-cta"},
]}
buttonAnimation="slide-up"
- background={{ variant: "grid" }}
+ background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/rear-view-man-cleaning-mirror-bathroom_329181-20789.jpg"
imageAlt="Professional plumber at work"
mediaAnimation="opacity"
@@ -72,58 +68,28 @@ export default function HomePage() {
textboxLayout="default"
features={[
{
- title: "Emergency Plumbing (24/7)",
- description: "Burst pipes, blockages, and urgent repairs - we respond within the hour",
- imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
- imageAlt: "Emergency plumbing service",
- button: {
- text: "Get a Quote",
- },
+ title: "Emergency Plumbing (24/7)", description: "Burst pipes, blockages, and urgent repairs - we respond within the hour", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Emergency plumbing service", button: {
+ text: "Get a Quote"},
},
{
- title: "Boiler Repairs & Installation",
- description: "Expert boiler maintenance, repairs, and new installations with warranty",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg?_wi=1",
- imageAlt: "Boiler repair and installation service",
- button: {
- text: "Get a Quote",
- },
+ title: "Boiler Repairs & Installation", description: "Expert boiler maintenance, repairs, and new installations with warranty", imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg", imageAlt: "Boiler repair and installation service", button: {
+ text: "Get a Quote"},
},
{
- title: "Central Heating Repairs",
- description: "Diagnose and fix heating system issues to keep your home warm",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=1",
- imageAlt: "Central heating system repair",
- button: {
- text: "Get a Quote",
- },
+ title: "Central Heating Repairs", description: "Diagnose and fix heating system issues to keep your home warm", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", imageAlt: "Central heating system repair", button: {
+ text: "Get a Quote"},
},
{
- title: "Leak Detection & Repair",
- description: "Advanced leak detection technology to find and fix problems quickly",
- imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg?_wi=1",
- imageAlt: "Leak detection and repair",
- button: {
- text: "Get a Quote",
- },
+ title: "Leak Detection & Repair", description: "Advanced leak detection technology to find and fix problems quickly", imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg", imageAlt: "Leak detection and repair", button: {
+ text: "Get a Quote"},
},
{
- title: "Bathroom Plumbing",
- description: "Complete bathroom installation and renovation services",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1",
- imageAlt: "Bathroom plumbing installation",
- button: {
- text: "Get a Quote",
- },
+ title: "Bathroom Plumbing", description: "Complete bathroom installation and renovation services", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Bathroom plumbing installation", button: {
+ text: "Get a Quote"},
},
{
- title: "Gas Engineering Services",
- description: "Qualified gas engineers for safe and compliant installations",
- imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=1",
- imageAlt: "Gas engineering services",
- button: {
- text: "Get a Quote",
- },
+ title: "Gas Engineering Services", description: "Qualified gas engineers for safe and compliant installations", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", imageAlt: "Gas engineering services", button: {
+ text: "Get a Quote"},
},
]}
gridVariant="bento-grid"
@@ -136,19 +102,12 @@ export default function HomePage() {