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