Skip to content

Commit 8dddf39

Browse files
committed
pictures
1 parent 3d89896 commit 8dddf39

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

apps/web/public/commingsoon.png

3.24 MB
Loading

apps/web/public/commingsoon2.png

3.73 MB
Loading

apps/web/public/feature.png

-397 KB
Binary file not shown.

apps/web/public/feature1.png

1.75 MB
Loading

apps/web/public/feature2.png

1.75 MB
Loading

apps/web/public/feature3.png

2.77 MB
Loading

apps/web/public/features2.png

-233 KB
Binary file not shown.

apps/web/src/app/(landing)/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default async function Home() {
7171
</CardDescription>
7272
<div className="mt-6 flex justify-center bg-none relative w-full aspect-video">
7373
<Image
74-
src="/feature.png"
74+
src="/feature1.png"
7575
alt="Course Catalog"
7676
fill
7777
style={{ objectFit: "contain" }}
@@ -94,7 +94,7 @@ export default async function Home() {
9494
</CardDescription>
9595
<div className="mt-6 flex justify-center bg-none relative w-full aspect-video">
9696
<Image
97-
src="/feature.png"
97+
src="/feature2.png"
9898
alt="Course Catalog"
9999
fill
100100
style={{ objectFit: "contain" }}
@@ -117,7 +117,7 @@ export default async function Home() {
117117
</CardDescription>
118118
<div className="mt-6 flex justify-center bg-none relative w-full aspect-video">
119119
<Image
120-
src="/feature.png"
120+
src="/feature3.png"
121121
alt="Course Catalog"
122122
fill
123123
style={{ objectFit: "contain" }}
@@ -128,7 +128,7 @@ export default async function Home() {
128128
</Card>
129129
</div>
130130

131-
<div className="h-screen flex items-center justify-center scroll-snap-align-start border-none">
131+
{/* <div className="h-screen flex items-center justify-center scroll-snap-align-start border-none">
132132
<Card className="w-full max-w-6xl h-full flex flex-col border-none shadow-none bg-transparent dark:bg-transparent">
133133
<CardHeader className="flex-1 flex flex-col justify-center items-center text-center">
134134
<CardTitle className="text-3xl">
@@ -149,7 +149,7 @@ export default async function Home() {
149149
</div>
150150
</CardHeader>
151151
</Card>
152-
</div>
152+
</div> */}
153153

154154
<div className="h-screen flex items-center justify-center scroll-snap-align-start border-none">
155155
<Card className="w-full max-w-6xl h-full flex flex-col border-none shadow-none bg-transparent dark:bg-transparent">
@@ -163,7 +163,7 @@ export default async function Home() {
163163
</CardDescription>
164164
<div className="mt-6 flex justify-center bg-none relative w-full aspect-video">
165165
<Image
166-
src="/feature.png"
166+
src="/commingsoon.png"
167167
alt="Course Catalog"
168168
fill
169169
style={{ objectFit: "contain" }}
@@ -196,7 +196,7 @@ export default async function Home() {
196196
</div>
197197
<div className="mt-6 flex justify-center bg-none relative w-full aspect-video">
198198
<Image
199-
src="/features2.png"
199+
src="/commingsoon2.png"
200200
alt="Course Catalog"
201201
fill
202202
style={{ objectFit: "contain" }}
@@ -221,7 +221,7 @@ export default async function Home() {
221221
</div>
222222
<div className="mt-6 flex justify-center bg-none relative w-full aspect-video">
223223
<Image
224-
src="/features2.png"
224+
src="/commingsoon2.png"
225225
alt="Course Catalog"
226226
fill
227227
style={{ objectFit: "contain" }}
@@ -246,7 +246,7 @@ export default async function Home() {
246246
</div>
247247
<div className="mt-6 flex justify-center bg-none relative w-full aspect-video">
248248
<Image
249-
src="/features2.png"
249+
src="/commingsoon2.png"
250250
alt="Course Catalog"
251251
fill
252252
style={{ objectFit: "contain" }}

0 commit comments

Comments
 (0)