Skip to content

Commit f87db45

Browse files
committed
Moved SDLC section above
1 parent bc4fe87 commit f87db45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/BentoGrid.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Picture } from "astro:assets";
55
<section class="mb-20">
66
<h2
77
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
8+
SDLC Stages
99
</h2>
1010
<div
1111
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import BentoGrid from "@components/BentoGrid.astro";
1111
<Layout title="">
1212
<Container>
1313
<Hero />
14-
<Spotlight />
1514
<BentoGrid />
15+
<Spotlight />
1616
<Vision />
1717
<Cta />
1818
</Container>

0 commit comments

Comments
 (0)