diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0a037a1..f163819 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,13 @@ export default function LandingPage() {
@@ -56,42 +43,17 @@ export default function LandingPage() {
@@ -103,18 +65,9 @@ export default function LandingPage() {
title="Professional Decorating with a Reputation for Excellence"
description="Based in Walsall, S B Decorating Services delivers expert residential and commercial decorating services throughout the surrounding areas. Our work is defined by meticulous preparation, premium workmanship, and a dedication to achieving exceptional results."
bulletPoints={[
- {
- title: "Punctual & Reliable",
- description: "Always on time and committed to your project timeline.",
- },
- {
- title: "Immaculate Finishes",
- description: "Meticulous surface preparation for flawless, long-lasting results.",
- },
- {
- title: "Respectful Service",
- description: "We treat your property as our own, maintaining cleanliness and care.",
- },
+ { title: "Punctual & Reliable", description: "Always on time and committed to your project timeline." },
+ { title: "Immaculate Finishes", description: "Meticulous surface preparation for flawless, long-lasting results." },
+ { title: "Respectful Service", description: "We treat your property as our own, maintaining cleanliness and care." }
]}
imageSrc="http://img.b2bpic.net/free-photo/male-barista-with-tattoos-adding-milk-coffee_23-2149052859.jpg"
imageAlt="painter decorating wall detail"
@@ -127,48 +80,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Interior Painting",
- description: "Immaculate finishes for walls, ceilings, and woodwork.",
- tag: "Interior",
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-married-couple-doing-makeover-their-apartment-painting-walls-with-roller-brush-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14139.jpg",
- },
- {
- id: "2",
- title: "Exterior Painting",
- description: "Durable coatings for walls, masonry, and exterior wood.",
- tag: "Exterior",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-standing-near-corporate-building_23-2147941460.jpg",
- },
- {
- id: "3",
- title: "Wallpapering",
- description: "Expert hanging and feature wall creation.",
- tag: "Wallpaper",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-wallpaper-texture_1339-975.jpg",
- },
- {
- id: "4",
- title: "Airless Spraying",
- description: "Professional-grade smooth finishes for various surfaces.",
- tag: "Spraying",
- imageSrc: "http://img.b2bpic.net/free-photo/color-year-interior-design-space-with-furniture-decor_23-2151397330.jpg",
- },
- {
- id: "5",
- title: "Commercial Services",
- description: "Reliable decorating solutions for business premises.",
- tag: "Commercial",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg",
- },
- {
- id: "6",
- title: "Surface Prep",
- description: "Clean, dustless sanding for the best foundation.",
- tag: "Preparation",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-family-painting-orange-walls-home-using-roller-brush-paint-color-decorate-apartment-woman-with-young-kid-having-fun-renovating-home-together-interior-house-decor_482257-51279.jpg",
- },
+ { id: "1", title: "Interior Painting", description: "Immaculate finishes for walls, ceilings, and woodwork.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-married-couple-doing-makeover-their-apartment-painting-walls-with-roller-brush-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14139.jpg" },
+ { id: "2", title: "Exterior Painting", description: "Durable coatings for walls, masonry, and exterior wood.", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-standing-near-corporate-building_23-2147941460.jpg" },
+ { id: "3", title: "Wallpapering", description: "Expert hanging and feature wall creation.", tag: "Wallpaper", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wallpaper-texture_1339-975.jpg" },
+ { id: "4", title: "Airless Spraying", description: "Professional-grade smooth finishes for various surfaces.", tag: "Spraying", imageSrc: "http://img.b2bpic.net/free-photo/color-year-interior-design-space-with-furniture-decor_23-2151397330.jpg" },
+ { id: "5", title: "Commercial Services", description: "Reliable decorating solutions for business premises.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg" },
+ { id: "6", title: "Surface Prep", description: "Clean, dustless sanding for the best foundation.", tag: "Preparation", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-painting-orange-walls-home-using-roller-brush-paint-color-decorate-apartment-woman-with-young-kid-having-fun-renovating-home-together-interior-house-decor_482257-51279.jpg" }
]}
title="Our Professional Services"
description="We provide a comprehensive range of painting and decorating services tailored to enhance your property."
@@ -177,44 +94,15 @@ export default function LandingPage() {
@@ -335,32 +161,8 @@ export default function LandingPage() {