Skip to content

Commit 69e2fa8

Browse files
committed
update images
1 parent 143c0a3 commit 69e2fa8

File tree

6 files changed

+2
-8
lines changed

6 files changed

+2
-8
lines changed

app/about/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const sections = [
6666
),
6767
images: (
6868
<Image
69-
src="/aboutme/jsa.png"
70-
alt="JSA performance"
69+
src="/aboutme/bo.jpg"
70+
alt="AASA 2025 performance"
7171
width={1000}
7272
height={1000}
7373
className="object-cover w-full h-auto"

app/projects/page.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ function Contents() {
6565
<div style={{ height: carouselHeight }}>
6666
<Image src="/robotics/coverrobot.png" alt="robot" layout="fill" objectFit="contain" />
6767
</div>
68-
<div style={{ height: carouselHeight }}>
69-
<Image src="/robotics/wholeteam.jpg" alt="robot" layout="fill" objectFit="contain" />
70-
</div>
7168
<div style={{ height: carouselHeight }}>
7269
<Image src="/robotics/robotup.jpg" alt="robot" layout="fill" objectFit="contain" />
7370
</div>
@@ -100,9 +97,6 @@ function Contents() {
10097
dotListClass="custom-dot-list-style"
10198
itemClass="carousel-item-padding-40-px"
10299
>
103-
<div style={{ height: carouselHeight }}>
104-
<Image src="/seaperch/orcasteam.jpg" alt="robot" layout="fill" objectFit="contain" />
105-
</div>
106100
<div style={{ height: carouselHeight }}>
107101
<Image src="/seaperch/underwater.jpg" alt="robot" layout="fill" objectFit="contain" />
108102
</div>

public/aboutme/bo.jpg

194 KB
Loading

public/aboutme/jsa.png

-749 KB
Binary file not shown.

public/robotics/wholeteam.jpg

-263 KB
Binary file not shown.

public/seaperch/orcasteam.jpg

-1.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)