Skip to content

Commit

Permalink
📦 NEW: announce product of the month
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbeautifuldream committed May 2, 2024
1 parent b156e0f commit bcc4f1d
Show file tree
Hide file tree
Showing 7 changed files with 761 additions and 373 deletions.
File renamed without changes
380 changes: 380 additions & 0 deletions public/images/badge-month.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
367 changes: 367 additions & 0 deletions public/images/badge-week.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
369 changes: 0 additions & 369 deletions public/images/winner.svg

This file was deleted.

2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import RoadmapPricing from "@/components/landing/roadmap-pricing";
import RoadmapTeam from "@/components/landing/roadmap-team";
import RoadmapFooter from "@/components/landing/roadmap-footer";
import RoadmapStats from "@/components/landing/roadmap-stats";
import Confetti from "@/components/landing/roadmap-confetti";

export default function Home() {
return (
<>
<Confetti />
<RoadmapHero />
<RoadmapFeatures />
<RoadmapStats />
Expand Down
14 changes: 11 additions & 3 deletions src/components/landing/roadmap-hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,20 @@ export default function RoadmapHero() {
<Link
href="https://peerlist.io/milind/project/ai-roadmap-generator"
target="_blank"
className="flex"
>
<Image
src="./images/winner.svg"
alt="Winner of the Peerlist Spotlight Award"
src="./images/badge-week.svg"
alt="Project of the Week"
className="mx-auto mb-4"
width={200}
width={150}
height={150}
/>
<Image
src="./images/badge-month.svg"
alt="Project of the Month"
className="mx-auto mb-4"
width={150}
height={150}
/>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/marketing/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function PeerlistBanner() {
target="_blank"
>
<strong className="font-bold">
WE WON THE PEERLIST SPOTLIGHT AWARD 🏆 THANK YOU!
WE ARE THE PRODUCT OF THE MONTH 🏆 THANK YOU!
</strong>
</Link>
</p>
Expand Down

0 comments on commit bcc4f1d

Please sign in to comment.