Skip to content

Commit e8ccc4d

Browse files
committedMar 6, 2024
udpates to MainContent.jsx
1 parent 17dfc0b commit e8ccc4d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎stanfordneurotech/src/App.css

-1
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,3 @@ a {
216216
color: #fff;
217217
font-weight: bold;
218218
}
219-

‎stanfordneurotech/src/MainContent.jsx

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
2-
import './App.css'; // Import your CSS file
3-
import logo from './logo.png';
2+
import './App.css';
43
import brain from './brain.png';
54
import implant from './implant.png';
65
import page3 from './page3.png';
@@ -46,7 +45,13 @@ function MainContent() {
4645
</div>
4746
</div>
4847
</div>
49-
48+
{/* Page 4: That’s why we don’t believe in */}
49+
<div className="page full-height">
50+
<div className="centered-text">
51+
<h2>That's why we don't believe in</h2>
52+
</div>
53+
{/* Add more content as needed */}
54+
</div>
5055
{/* Repeat similar structure for more pages */}
5156
{/* Page 3, 4, 5, ... */}
5257
</main>

0 commit comments

Comments
 (0)
Please sign in to comment.