"use client"; import Template from "./Template"; import { RxShare2 } from "react-icons/rx"; import { CgAddR } from "react-icons/cg"; export default function PWAInstallModal() { const steps = [ { slug: "share-btn", content: ( <> Tap in your browser below ), }, { slug: "add-to-home", content: ( <> Select "Add to Home Screen " ), }, { slug: "pop-up", content: <>When a popup appears, click "Add", }, ]; return ( ); }