import { title } from "@/constants"; import React from "react"; const SquaredBackgroundHero = () => { return ( <> {/* Hero */}
{/* Grid */}

Start your journey with{" "} {title}

Hand-picked professionals and expertly crafted components, designed for any kind of entrepreneur.

{/* Buttons */}
Get started Contact sales team
{/* End Buttons */} {/* Review */}
{/* Review */}

4.6 /5 - from 12k reviews

{/* Star */} {/* End Star */}
{/* End Review */} {/* Review */}

4.8 /5 - from 5k reviews

{/* Star */} {/* End Star */}
{/* End Review */}
{/* End Review */}
{/* End Col */}
Image Description
{/* SVG*/}
{/* End SVG*/}
{/* End Col */}
{/* End Grid */}
{/* End Hero */} ); }; export default SquaredBackgroundHero;