Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54ae29d1ed | |||
| 1ed7575903 | |||
| 15f6fa1885 | |||
| 157b08973d | |||
| f9b11ba696 | |||
| cc82b0d4d6 | |||
| dd715f34f1 | |||
| af90c88bc9 |
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,7 +54,9 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="RATTI BADMINTON"
|
||||
description="Master Badminton Achieve Your Champions Goal\n\nJoin Ratti Badminton Academy and train under expert coaches in a world-class facility. From beginners to competitive players, we unlock your potential."
|
||||
description="Become a Champion Badminton Player
|
||||
|
||||
Join Ratti Badminton Academy and train under expert coaches in a world-class facility. From beginners to competitive players, we unlock your potential."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Your Slot Now", href: "#contact" },
|
||||
@@ -258,7 +260,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Book Your Training Slot Today"
|
||||
description="Fill out the form below to reserve your spot in our coaching programs. Our team will confirm your booking within 24 hours."
|
||||
description="Limited slots available this month—secure yours now"
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
|
||||
|
||||
Reference in New Issue
Block a user