File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1- <section >
1+ <section class =" text-center max-w-3xl mx-auto py-24 px-6" >
2+ <h1 class =" text-4xl md:text-6xl font-extrabold leading-tight" >
3+ The NitroVim Experience
4+ </h1 >
5+ <p class =" text-xl text-gray-400 mt-6" >
6+ Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo.
7+ Elit sunt amet fugiat veniam occaecat.
8+ </p >
29
10+ <div class =" mt-8 flex justify-center gap-4" >
11+ <a href =" #"
12+ class =" bg-black text-white px-6 py-3 rounded-lg font-medium hover:bg-indigo-600" >
13+ Get started
14+ </a >
15+ <a href =" #" class =" text-black px-6 py-3 font-medium hover:underline" >Learn more →</a >
16+ </div >
17+ </section >
18+
19+ <section class =" flex justify-center items-center px-6 pb-24" >
20+ <div class =" border border-gray-700 rounded-2xl bg-gray-900 shadow-2xl max-w-6xl w-full overflow-hidden" >
21+ <img
22+ src =" /app.png"
23+ alt =" App Screenshot"
24+ class =" w-full h-auto object-cover"
25+ />
26+ </div >
327</section >
Original file line number Diff line number Diff line change 22import Layout from ' ../layouts/Layout.astro' ;
33import Navbar from ' ../components/common/Navbar.astro' ;
44import ' ../styles/global.css' ;
5+ import Home from ' ../components/sections/Home.astro' ;
56---
67
78<Layout >
89 <Navbar />
10+ <Home />
911</Layout >
You can’t perform that action at this time.
0 commit comments