Skip to content

Commit

Permalink
Change homepage image and text
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Oct 30, 2024
1 parent 62dd1e6 commit 6cadbe8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file removed public/projects/skedge.png
Binary file not shown.
Binary file added public/projects/trends.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from 'next/image';
import type { StaticImageData } from 'next/image';
import Carousel from './Carousel';
import Planner from '@/../public/projects/planner.png';
import Skedge from '@/../public/projects/skedge.png';
import Trends from '@/../public/projects/trends.png';
import Jupiter from '@/../public/projects/jupiter.png';
import FilledChevronUp from '@/../public/icons/filled-chevron-up-white.svg';
import clsx from 'clsx';
Expand Down Expand Up @@ -32,13 +32,13 @@ const PROJECTS_INFO: Project[] = [
color: '#926FDB',
},
{
title: 'Sk.edge/Trends',
shortName: 'Sk.edge/Trends',
title: 'Trends & Skedge',
shortName: 'Trends',
description:
'Sk.edge and Trends are tools designed to simplify the course selection and registration process by providing students with valuable data, all in one place.',
url: '/projects/skedge',
image: Skedge,
alt: "A mockup of Sk.edge's dashboard, displaying statistics for a professor",
'Trends and Skedge are tools designed to simplify the course selection and registration process by providing students with valuable data, all in one place.',
url: '/projects/trends',
image: Trends,
alt: "A laptop displaying Trend's dashboard, with search results for GOVT 2306.",
color: '#6366F1',
},
{
Expand Down

0 comments on commit 6cadbe8

Please sign in to comment.