We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4fe87 commit f87db45Copy full SHA for f87db45
src/components/BentoGrid.astro
@@ -5,7 +5,7 @@ import { Picture } from "astro:assets";
5
<section class="mb-20">
6
<h2
7
class="text-center text-3xl md:text-5xl font-semibold my-6 bg-gradient-to-br from-foreground via-foreground/90 to-background/50 bg-clip-text text-transparent">
8
- Trending Categories
+ SDLC Stages
9
</h2>
10
<div
11
class="grid grid-cols-1 md:grid-cols-3 min-h-[120vh] md:min-h-[500px] gap-4 p-4 max-w-5xl mx-auto text-white">
src/pages/index.astro
@@ -11,8 +11,8 @@ import BentoGrid from "@components/BentoGrid.astro";
<Layout title="">
12
<Container>
13
<Hero />
14
- <Spotlight />
15
<BentoGrid />
+ <Spotlight />
16
<Vision />
17
<Cta />
18
</Container>
0 commit comments