{
"name": "Guitar Coaching Landing Page",
"sections": [
{
"title": "Hero Section",
"layout": "full-width",
"background": "gradient or guitar image",
"content": {
"heading": "Want to Play Songs on Guitar in Just 90 Days?",
"subheading": "A simple, step-by-step coaching program with live calls & video feedback.",
"button": {
"text": "JOIN NOW",
"link": "checkout-page"
},
"video": "Optional - Short intro video"
}
},
{
"title": "Pain Points Section",
"layout": "2-columns",
"background": "light gray",
"content": {
"left_image": "Frustrated guitarist",
"right_text": {
"heading": "Why Learning Guitar Feels Hard",
"list": [
{ "icon": "โ", "text": "Random YouTube lessons = Confusion" },
{ "icon": "โ
", "text": "A structured plan = Faster progress" }
]
}
}
},
{
"title": "How It Works",
"layout": "3-columns",
"background": "white",
"content": {
"steps": [
{ "icon": "๐ฅ", "text": "Step 1: Join & Get Instant Access" },
{ "icon": "๐ฅ", "text": "Step 2: Live Coaching & Feedback" },
{ "icon": "๐ธ", "text": "Step 3: Follow the Plan & Play Songs" }
]
}
},
{
"title": "Program Features",
"layout": "2-columns",
"background": "white",
"content": {
"left_image": "Person playing guitar",
"right_text": {
"heading": "What Youโll Get Inside",
"list": [
{ "icon": "๐ธ", "text": "Live Coaching Calls" },
{ "icon": "๐ฉ", "text": "Messenger Video Feedback" },
{ "icon": "๐ฏ", "text": "Structured 90-Day Plan" },
{ "icon": "๐ต", "text": "Custom Copyright-Free Songs" }
]
}
}
},
{
"title": "Testimonials",
"layout": "1-column",
"background": "light blue",
"content": {
"heading": "Real People, Real Results",
"testimonials": [
{ "name": "Student 1", "quote": "I went from struggling to playing songs!" },
{ "name": "Student 2", "quote": "The coaching calls were a game-changer!" }
]
}
},
{
"title": "Pricing & Guarantee",
"layout": "1-column",
"background": "light gray",
"content": {
"heading": "One-Time Payment โ No Subscriptions!",
"price": "$XXX โ Lifetime Access",
"guarantee": "If you show up & do the work, Iโll personally help you until you succeed!",
"button": {
"text": "JOIN NOW",
"link": "checkout-page"
}
}
},
{
"title": "FAQs",
"layout": "1-column",
"background": "white",
"content": {
"heading": "Got Questions? Weโve Got Answers",
"faqs": [
{ "question": "Do I need experience?", "answer": "No, itโs for beginners!" },
{ "question": "What if I miss a coaching call?", "answer": "All calls are recorded." }
]
}
},
{
"title": "Final Call-to-Action",
"layout": "1-column",
"background": "dark blue",
"content": {
"heading": "Spots Are Limited โ Enroll Now Before We Fill Up!",
"button": {
"text": "JOIN NOW",
"link": "checkout-page"
}
}
}
]
}