Skip to content

Commit b8a7edc

Browse files
authored
Merge pull request #5 from mbusdev/add-maizebus-2-video
Add maizebus 2 video
2 parents 50ce94b + a5c4e7b commit b8a7edc

5 files changed

Lines changed: 14 additions & 19 deletions

File tree

client/src/assets/Frame 3.png

226 KB
Loading

client/src/assets/Frame 4.png

745 KB
Loading

client/src/assets/Frame 5.png

126 KB
Loading

client/src/assets/Frame 6.png

40.2 KB
Loading

client/src/pages/home/index.tsx

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
Users,
99
} from "lucide-react";
1010
import { useEffect } from "react";
11-
import headerImage from "@/assets/header.jpg";
1211
import appleDownload from "@/assets/apple_download.svg";
1312
import androidDownload from "@/assets/android_download.png";
1413
import frame3Image from "@/assets/Frame 3.png";
@@ -79,13 +78,13 @@ export function Home() {
7978

8079
const stats = [
8180
{
82-
number: "600+",
81+
number: "2000+",
8382
label: "Active Users",
8483
sublabel: "and growing daily",
8584
},
86-
{ number: "12", label: "Bus Routes", sublabel: "fully covered" },
85+
{ number: "43", label: "Bus Routes", sublabel: "both the Ride and UMich" },
8786
{
88-
number: "100+",
87+
number: "200+",
8988
label: "Bus Stops",
9089
sublabel: "tracked in real-time",
9190
},
@@ -123,16 +122,16 @@ export function Home() {
123122
<div className="max-w-6xl mx-auto animate-fade-in-up">
124123
<div className="mb-8 animate-fade-in-up delay-200">
125124
<h1
126-
className="text-6xl lg:text-7xl font-bold mb-6 leading-tight text-[#0b5394]"
125+
className="text-6xl lg:text-7xl font-bold mb-6 leading-tight text-[#000000]"
127126
style={{ fontWeight: 700 }}
128127
>
129-
never miss a bus again
128+
Introducing <span className="text-[#f1c232] font-extrabold">maize</span><span className="font-extrabold text-[#0b5394]">bus</span> 2
130129
</h1>
131130
<p
132131
className="text-xl lg:text-2xl text-gray-500 max-w-4xl mx-auto leading-relaxed mb-8"
133132
style={{ fontWeight: 400 }}
134133
>
135-
Real-time buses, buildings, directions, bus stops - all a search away.
134+
We're once again redefining the way students travel at the University of Michigan. Watch the video to see what's new.
136135
</p>
137136
</div>
138137

@@ -159,18 +158,14 @@ export function Home() {
159158
</div>
160159
</div>
161160

162-
<div className="flex justify-center relative animate-fade-in-up delay-400">
163-
<div className="relative">
164-
<div className="absolute inset-0 rounded-3xl blur-2xl scale-110" />
165-
166-
<div className="relative bg-white/80 rounded-3xl p-8 border border-white/30">
167-
<img
168-
src={headerImage}
169-
alt="MaizeBus App Screenshots"
170-
className="max-w-full h-auto rounded-2xl"
171-
/>
172-
</div>
173-
</div>
161+
<div className="max-w-4xl mx-auto px-4">
162+
<iframe
163+
src="https://www.youtube.com/embed/UYNbFFihqIw"
164+
title="MaizeBus 2"
165+
allowFullScreen
166+
className="w-full rounded-2xl"
167+
style={{ aspectRatio: "16/9", border: "none" }}
168+
/>
174169
</div>
175170
</div>
176171
</div>

0 commit comments

Comments
 (0)