Skip to content

Commit

Permalink
add: few more waifus
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaBhattacharjee committed Mar 11, 2024
1 parent db08c72 commit 07c6f7a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/app/waifu/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,26 @@ const waifus = [
picture: "https://i.pinimg.com/564x/38/d4/97/38d4976a7bf28851320a8e1f2f8ad89f.jpg",
anime: "Naruto",
},
{
name: "Tsunade",
picture: "https://i.pinimg.com/564x/60/5f/47/605f4721f7885c19addaa310e215cd78.jpg",
anime: "Naruto",
},
{
name: "Maki",
picture: "https://i.pinimg.com/564x/4b/96/dc/4b96dcc46a995c565a5157ca04f1e377.jpg",
anime: "Jujutsu Kaisen",
},
{
name: "Makima",
picture: "https://i.pinimg.com/564x/6c/ff/d5/6cffd5f0ce7a4b7550fe03ce74afe349.jpg",
anime: "Chainsaw Man",
},
{
name: "Yor Forger",
picture: "https://i.pinimg.com/736x/ec/e9/d9/ece9d9960070002127226f88d3c51930.jpg",
anime: "Spy X Family",
},
];
const page = () => {
return (
Expand Down

0 comments on commit 07c6f7a

Please sign in to comment.