diff --git a/src/pages/about.js b/src/pages/about.js index 0b14785..5357aaa 100755 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -62,9 +62,9 @@ const AboutPage = ({ data }) => { toggleModal({ type: FORM_TYPES.BROKER_REFERRAL }); }; - const handleManagementForm = () => { - toggleModal({ type: FORM_TYPES.PROPERTY_MANAGEMENT }); - }; + // const handleManagementForm = () => { + // toggleModal({ type: FORM_TYPES.PROPERTY_MANAGEMENT }); + // }; // Process the images from GraphQL query const heroImage = getImage(data.heroImage); @@ -171,9 +171,12 @@ const AboutPage = ({ data }) => {

Our team combines decades of experience in the UK property market with a genuine desire to help homeowners in need of quick, hassle-free property sales. Whether you're facing financial constraints, relocating for work, dealing with inheritance issues, or simply want to avoid the stress of traditional selling processes, we're here to help.

+ {/* Property management content commented out temporarily */} + {/*

Beyond our core property purchasing services, we've expanded to offer comprehensive property management solutions for landlords seeking stress-free rental management. From tenant sourcing and rent collection to compliance management and financial reporting, we provide complete support for property investors looking to maximise their returns whilst ensuring regulatory compliance.

+ */}

What sets us apart is our commitment to transparency and fair dealing. We believe in making clear, competitive offers without hidden fees or last-minute price reductions. Our process is designed to give you certainty and peace of mind from the very beginning.

@@ -283,7 +286,8 @@ const AboutPage = ({ data }) => { - {/* Property Management CTA */} + {/* Property Management CTA - Commented out temporarily */} + {/*
{
+ */} ) } diff --git a/src/pages/services.js b/src/pages/services.js index ae37441..5bbe9e2 100755 --- a/src/pages/services.js +++ b/src/pages/services.js @@ -2,7 +2,7 @@ import React from 'react' import { motion } from 'framer-motion' import Seo from '../components/seo' import { StaticImage } from 'gatsby-plugin-image' -import { Link } from 'gatsby' +// import { Link } from 'gatsby' import { useModal } from '../context/modalContext' import { FORM_TYPES } from '../context/modalContext' @@ -362,7 +362,7 @@ const ServicesPage = () => { - {/* Property Management Services */} + {/* Property Management Services - Commented out temporarily
{
- {/* Full Property Management */} + {/* Full Property Management /}
@@ -410,7 +410,7 @@ const ServicesPage = () => { - {/* Compliance Management */} + {/* Compliance Management /}
@@ -431,7 +431,7 @@ const ServicesPage = () => { - {/* Financial Reporting */} + {/* Financial Reporting /}
@@ -453,7 +453,7 @@ const ServicesPage = () => {
- {/* CTA Buttons */} + {/* CTA Buttons /}
{ View Landlords Service - */} + /}
+ */} ) }