Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilican authored Dec 21, 2024
1 parent 6ca3e3e commit 21b5288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { useTheme } from "next-themes";
import { faGithub, faDiscord, faTwitter, faTelegram } from "@fortawesome/free-brands-svg-icons";

const services = [
{ image: Service_1, alt: "Transferable", description: "Transferable" },
{ image: Service_1, alt: "Semi-Transferable", description: "Semi-Transferable" },
{ image: Service_2, alt: "Secure against Inflation", description: "Secure against Inflation" },
{ image: Service_3, alt: "Simple to Mint", description: "Simple to Mint" },
];
Expand Down

0 comments on commit 21b5288

Please sign in to comment.