Skip to content

Commit

Permalink
add achievable act
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Jan 10, 2025
1 parent cce75b6 commit 22c337e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion advertisements/MixedAdvertisements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,25 @@ const MixedAdvertisements: {
image_src: string;
url: string;
}[] = [
{
name: "Achievable Act",
image_src: "/images/ads/achievable_act.png",
url: "https://app.achievable.me/study/act/purchase#p=Stuyvesant/",
},
{
name: "Achievable Act",
image_src: "/images/ads/achievable_act.png",
url: "https://app.achievable.me/study/act/purchase#p=Stuyvesant/",
},
{
name: "Ivy Prep",
image_src: "/images/ads/ivy_prep.png",
url: "http://ivyprepschool.com/",
},
{
name: "Ivy Prep",
image_src: "/images/ads/ivy_prep.png",
url: "http://ivyprepschool.com/",
},
];
]; // duplicate ads cuz just 2 causes repeats on home page
export default MixedAdvertisements;
Binary file added public/images/ads/achievable_act.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22c337e

Please sign in to comment.