Make the "Book a Class" button on the homepage much larger and more visible

Increase the size of the "Book a Class" button in `client/src/components/home/hero-section.tsx` by adjusting padding, font size and text size.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: e524de2d-167c-4bad-8c36-b012186a210b
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/2df1b7f1-7125-45ca-9715-8bcb0e28a90f.jpg
This commit is contained in:
JeffEmmett 2025-06-13 19:35:00 +00:00
parent c8078e09b7
commit c580d02216
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export function HeroSection() {
<Link
href="/calendar"
className="inline-block bg-teal text-white font-bold py-3 px-10 rounded-full hover:bg-opacity-90 transition duration-300"
className="inline-block bg-teal text-white font-bold py-6 px-20 rounded-full hover:bg-opacity-90 transition duration-300 text-xl"
style={{
boxShadow: "0 6px 10px rgba(0, 0, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.12)",
textShadow: "0 1px 3px rgba(0, 0, 0, 0.15)",