more
This commit is contained in:
@@ -10,7 +10,7 @@ import { createUserWithEmailAndPassword } from "firebase/auth";
|
||||
import { stateDataValues } from "../../Constants/Fields/SignupFields";
|
||||
import "../../styles/homepage-b.scss";
|
||||
import LoadingSpinner from "../../pageElements/LoadingSpinner";
|
||||
|
||||
import { StarFill } from "react-bootstrap-icons";
|
||||
const HomePageB = () => {
|
||||
const navigate = useNavigate();
|
||||
const [showPromoModal, setShowPromoModal] = useState(false);
|
||||
@@ -288,7 +288,44 @@ const HomePageB = () => {
|
||||
Reclaim hours every week. Spend more time growing your practice,
|
||||
or just get home in time for dinner.
|
||||
</div>
|
||||
<div className="hero-testi-box"></div>
|
||||
<div className="hero-testi-box">
|
||||
<StarFill
|
||||
style={{
|
||||
color: "#FFD700",
|
||||
height: "20px",
|
||||
width: "20px",
|
||||
marginRight: "6px",
|
||||
}}
|
||||
/>
|
||||
<StarFill
|
||||
style={{
|
||||
color: "#FFD700",
|
||||
height: "20px",
|
||||
width: "20px",
|
||||
marginRight: "6px",
|
||||
}}
|
||||
/>
|
||||
<StarFill
|
||||
style={{
|
||||
color: "#FFD700",
|
||||
height: "20px",
|
||||
width: "20px",
|
||||
marginRight: "6px",
|
||||
}}
|
||||
/>
|
||||
<StarFill
|
||||
style={{
|
||||
color: "#FFD700",
|
||||
height: "20px",
|
||||
width: "20px",
|
||||
marginRight: "6px",
|
||||
}}
|
||||
/>
|
||||
<StarFill
|
||||
style={{ color: "#FFD700", height: "20px", width: "20px" }}
|
||||
/>
|
||||
<div className="review-box">Used by over 600 subscribers</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user