incognitolm commited on
Commit ·
e50a882
1
Parent(s): dcefcad
Update index.tsx
Browse files- src/routes/index.tsx +5 -5
src/routes/index.tsx
CHANGED
|
@@ -81,7 +81,7 @@ function HomePage() {
|
|
| 81 |
</section>
|
| 82 |
|
| 83 |
{/* Problem Statement */}
|
| 84 |
-
<section className="bg-background py-20">
|
| 85 |
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 86 |
<div className="mx-auto max-w-3xl text-center">
|
| 87 |
<h2 className="text-3xl font-bold tracking-tight text-foreground sm:text-4xl">
|
|
@@ -93,11 +93,11 @@ function HomePage() {
|
|
| 93 |
lives. SafeSight was built to break that cycle.
|
| 94 |
</p>
|
| 95 |
</div>
|
| 96 |
-
|
| 97 |
-
|
| 98 |
|
| 99 |
-
|
| 100 |
-
|
| 101 |
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 102 |
<div className="grid gap-8 sm:grid-cols-3 text-center">
|
| 103 |
<div>
|
|
|
|
| 81 |
</section>
|
| 82 |
|
| 83 |
{/* Problem Statement */}
|
| 84 |
+
<section className="bg-background border-b border-border py-20">
|
| 85 |
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 86 |
<div className="mx-auto max-w-3xl text-center">
|
| 87 |
<h2 className="text-3xl font-bold tracking-tight text-foreground sm:text-4xl">
|
|
|
|
| 93 |
lives. SafeSight was built to break that cycle.
|
| 94 |
</p>
|
| 95 |
</div>
|
| 96 |
+
</div>
|
| 97 |
+
</section>
|
| 98 |
|
| 99 |
+
{/* Stats Bar */}
|
| 100 |
+
<section className="bg-background py-10">
|
| 101 |
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 102 |
<div className="grid gap-8 sm:grid-cols-3 text-center">
|
| 103 |
<div>
|