芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/resources/js/Frontend/Components/Cta/Cta2.jsx
import React from 'react' import Spacing from "@/Frontend/Components/Spacing"; import Button from "@/Frontend/Components/Button"; import Div from "@/Frontend/Components/Div"; export default function Cta2({title, btnText, btnLink, bgSrc, variant}) { return (
{btnText && ( <>
> )}
) }