\r\n \r\n )\r\n}\r\n\r\nexport default SocialIconsFooter\r\n","import React, { useEffect } from 'react';\r\nimport Layout from \"../components/layout\";\r\nimport { Link } from \"gatsby\";\r\nimport Footer from '../components/footer';\r\nimport BgImage from '../images/bg/solutions-page-banner.jpg';\r\nimport SocialIconsFooter from '../components/social-icons-footer';\r\nimport { StaticImage } from 'gatsby-plugin-image';\r\nimport s1 from '../images/pragicts-software-development-process.png';\r\n\r\nconst WebsiteDeliveryScope = () => {\r\n\r\n useEffect(() => {\r\n // Function to get query parameter value by name\r\n function getQueryParam(name) {\r\n const urlParams = new URLSearchParams(window.location.search);\r\n return urlParams.get(name);\r\n }\r\n\r\n // Get the heading parameter\r\n const headingText = getQueryParam('url');\r\n\r\n // Update the heading if the parameter is present\r\n if (headingText) {\r\n const headingElement = document.getElementById('page-heading');\r\n if (headingElement) {\r\n headingElement.textContent = headingText;\r\n }\r\n }\r\n }, []); // Empty dependency array ensures this runs once on mount\r\n\r\n return (\r\n \r\n