sabrebooking / sabrefrontend / src / components / AnimatedButton.jsx
AnimatedButton.jsx
Raw
import './AnimatedButton.css'
export default function AnimatedButton() {
    return (
        <div className="book-btn d-flex text-align-center align-items-center justify-content-center">
           <strong>Reserve</strong> 
        </div>
    )
}