incognitolm commited on
Commit ·
dcefcad
1
Parent(s): e43d89d
Update index.tsx
Browse files- src/routes/index.tsx +18 -18
src/routes/index.tsx
CHANGED
|
@@ -80,7 +80,23 @@ function HomePage() {
|
|
| 80 |
</div>
|
| 81 |
</section>
|
| 82 |
|
| 83 |
-
{/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
<section className="border-b border-border bg-background py-10">
|
| 85 |
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 86 |
<div className="grid gap-8 sm:grid-cols-3 text-center">
|
|
@@ -90,7 +106,7 @@ function HomePage() {
|
|
| 90 |
</div>
|
| 91 |
<div>
|
| 92 |
<p className="text-3xl font-bold text-primary">80%</p>
|
| 93 |
-
<p className="mt-1 text-sm text-muted-foreground">Of accidents caused by distraction</p>
|
| 94 |
</div>
|
| 95 |
<div>
|
| 96 |
<p className="text-3xl font-bold text-foreground">#1</p>
|
|
@@ -100,22 +116,6 @@ function HomePage() {
|
|
| 100 |
</div>
|
| 101 |
</section>
|
| 102 |
|
| 103 |
-
{/* Problem Statement */}
|
| 104 |
-
<section className="bg-background py-20">
|
| 105 |
-
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
| 106 |
-
<div className="mx-auto max-w-3xl text-center">
|
| 107 |
-
<h2 className="text-3xl font-bold tracking-tight text-foreground sm:text-4xl">
|
| 108 |
-
Distraction is a deadly epidemic
|
| 109 |
-
</h2>
|
| 110 |
-
<p className="mt-4 text-lg text-muted-foreground">
|
| 111 |
-
Every day, thousands of drivers glance at their phones, adjust the radio,
|
| 112 |
-
or get lost in thought — and every glance away from the road is a gamble with
|
| 113 |
-
lives. SafeSight was built to break that cycle.
|
| 114 |
-
</p>
|
| 115 |
-
</div>
|
| 116 |
-
</div>
|
| 117 |
-
</section>
|
| 118 |
-
|
| 119 |
{/* Features */}
|
| 120 |
<section className="bg-muted/30 py-20">
|
| 121 |
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
|
|
|
| 80 |
</div>
|
| 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">
|
| 88 |
+
Distraction is a deadly epidemic
|
| 89 |
+
</h2>
|
| 90 |
+
<p className="mt-4 text-lg text-muted-foreground">
|
| 91 |
+
Every day, thousands of drivers glance at their phones, adjust the radio,
|
| 92 |
+
or get lost in thought — and every glance away from the road is a gamble with
|
| 93 |
+
lives. SafeSight was built to break that cycle.
|
| 94 |
+
</p>
|
| 95 |
+
</div>
|
| 96 |
+
</div>
|
| 97 |
+
</section>
|
| 98 |
+
|
| 99 |
+
{/* Stats Bar */}
|
| 100 |
<section className="border-b border-border 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">
|
|
|
|
| 106 |
</div>
|
| 107 |
<div>
|
| 108 |
<p className="text-3xl font-bold text-primary">80%</p>
|
| 109 |
+
<p className="mt-1 text-sm text-muted-foreground">Of accidents are caused by distraction</p>
|
| 110 |
</div>
|
| 111 |
<div>
|
| 112 |
<p className="text-3xl font-bold text-foreground">#1</p>
|
|
|
|
| 116 |
</div>
|
| 117 |
</section>
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
{/* Features */}
|
| 120 |
<section className="bg-muted/30 py-20">
|
| 121 |
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|