@@ -137,7 +137,7 @@ const data: BarChartData = {
137137<template >
138138 <div class =" min-h-screen" >
139139 <!-- Hero Section -->
140- <section class =" relative overflow-hidden px-6 py- 20 md:py -32" >
140+ <section class =" relative overflow-hidden px-6 pt-10 pb- 20 md:pb -32 md:pt-12 " >
141141 <div class =" absolute inset-0 bg-gradient-to-br from-blue-600/5 via-transparent to-emerald-600/5" ></div >
142142
143143 <!-- Background decorations -->
@@ -148,16 +148,16 @@ const data: BarChartData = {
148148 <div class =" space-y-8 text-center" >
149149 <!-- Badge -->
150150 <div class =" inline-flex items-center gap-2 rounded-full border border-blue-200/50 bg-white/80 px-4 py-2 shadow-sm backdrop-blur-sm dark:border-blue-800 dark:bg-slate-800/80" >
151- <span class =" text-lg" >✨</span >
151+ <!-- < span class="text-lg">✨</span> -- >
152152 <span class =" text-sm font-medium text-slate-700 dark:text-slate-200" >@nstudio/ncharts</span >
153153 </div >
154154
155155 <!-- Headline -->
156- <h1 class =" text-5xl font-bold leading-tight text-slate-900 dark:text-white md:text-7xl" >
156+ <!-- < h1 class="text-5xl font-bold leading-tight text-slate-900 dark:text-white md:text-7xl">
157157 <span class="block bg-gradient-to-r from-blue-600 via-cyan-600 to-emerald-600 bg-clip-text text-transparent">
158158 Charts for NativeScript
159159 </span>
160- </h1 >
160+ </h1> -->
161161
162162 <!-- Subheadline -->
163163 <p class =" mx-auto max-w-3xl text-xl leading-relaxed text-slate-600 dark:text-slate-300 md:text-2xl" >
@@ -202,7 +202,7 @@ const data: BarChartData = {
202202 </div >
203203
204204 <!-- Hero Chart Preview -->
205- <div class =" relative mt-20" >
205+ <div class =" relative mt-20 hidden md:block " >
206206 <div class =" absolute inset-0 z-10 bg-gradient-to-t from-slate-50 via-transparent to-transparent dark:from-slate-900" ></div >
207207 <div class =" relative overflow-hidden rounded-2xl border border-slate-200/50 bg-white/60 p-8 shadow-2xl backdrop-blur-xl dark:border-slate-700/50 dark:bg-slate-800/60" >
208208 <div class =" absolute -right-20 -top-20 h-80 w-80 rounded-full bg-blue-500/10 blur-3xl" ></div >
@@ -284,18 +284,15 @@ const data: BarChartData = {
284284 </div >
285285 </section >
286286
287- <!-- Chart Types Showcase -->
288- <ChartShowcase />
289-
290287 <!-- Code Examples Section -->
291- <section class =" px-6 py- 20 md:py -32" >
288+ <section class =" px-6 pt-10 pb- 20 md:pb -32 md:pt-12 " >
292289 <div class =" mx-auto max-w-7xl" >
293290 <div class =" mb-16 space-y-4 text-center" >
294291 <h2 class =" text-4xl font-bold text-slate-900 dark:text-white md:text-5xl" >
295292 Simple API, Powerful Results
296293 </h2 >
297294 <p class =" mx-auto max-w-2xl text-xl text-slate-600 dark:text-slate-300" >
298- Get started in minutes with our intuitive, type-safe API
295+ Get started in minutes
299296 </p >
300297 </div >
301298
@@ -344,8 +341,11 @@ const data: BarChartData = {
344341 </div >
345342 </section >
346343
344+ <!-- Chart Types Showcase -->
345+ <ChartShowcase />
346+
347347 <!-- Installation CTA -->
348- <section class =" bg-gradient-to-br from-slate-900 to-slate-800 px-6 py- 20 md:py -32" >
348+ <section class =" bg-gradient-to-br from-slate-900 to-slate-800 px-6 pt-10 pb- 20 md:pb -32 md:pt-12 " >
349349 <div class =" mx-auto max-w-4xl text-center" >
350350 <h2 class =" text-3xl font-bold text-white md:text-4xl" >
351351 Ready to Get Started?
0 commit comments