Skip to content

Commit

Permalink
src/pages/Landing.js: Swap NaviGator photos in large landing photo an…
Browse files Browse the repository at this point in the history
…d vehicle card photo
  • Loading branch information
cbrxyz committed Dec 4, 2024
1 parent 513f657 commit 204cc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const vehicleData = [
name: "NaviGator AMS",
description:
"An autonomous surface vehicle designed for maritime navigation and competition.",
image: naviGatorImage,
image: naviGatorImage2024,
},
{
name: "SubjuGator AUV",
Expand Down Expand Up @@ -164,7 +164,7 @@ function Projects() {
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 px-6">
{[
{
image: naviGatorImage2024,
image: naviGatorImage,
logo: naviGatorLogo,
description:
"Our autonomous surface vehicle designed for maritime environments. NaviGator AMS has proven capabilities through extensive testing and competition.",
Expand Down

0 comments on commit 204cc21

Please sign in to comment.