import Background from "@/components/Utilities/Background"; import { title } from "@/constants"; import Image from "next/image"; import React from "react"; const SquaredBackgroundHero = () => { return ( <> {/* Hero */}
{/* Grid */}

Build your app fast with{" "} {title}

Join in a tight knit community of like minded makers as we build apps using Pocketbase and React

{/* Buttons */} {/* End Buttons */} {/* HIDDEN 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
{/* End Col */}
{/* End Grid */}
{/* End Hero */} ); }; export default SquaredBackgroundHero;