"use client"; import { useState } from "react"; export default function Choose2() { const [activeIndex, setActiveIndex] = useState(1); const handleOnClick = (index) => { setActiveIndex(index); }; return ( <>
COMPREHENSIVE APPROACH

Optimize Your Company's Website Today!

At RankRunners, we never cut corners. Our team takes a comprehensive approach towards maximizing your site's SEO by utilizing all of the tools in our gearbox!

{/*
  • handleOnClick(1)}>
  • handleOnClick(2)}>
*/}
{/*

longerty successfully cope with tasks of varying complexity provide area guarantees and regularly master new Practice.

*/}
  • Backlink Creation
  • Web Design Overhauls
  • Complete Site Audits
  • Competitor Analysis
  • Performance Monitoring
  • Site Content Optimization
{/*

longerty successfully cope with tasks of varying complexity provide area guarantees and regularly master new Practice.

  • Save Money Time
  • 100% Satisfaction
  • Best For IT Consulting
  • Our Vision, Our Mission
*/}
{/*

Since 1991 operating
in the world

*/}
{/*
*/}
); }