Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Sep 9, 2024
1 parent 8b856ca commit 1fe0549
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions app/home/_components/WhyUseIt.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
import { A } from '@/components/layout/guide';
import { CheckIcon } from '@radix-ui/react-icons';

function ListItem({ children }: { children: React.ReactNode }) {
return (
<li className="inline-flex items-center justify-start gap-4">
<CheckIcon width="24" height="24" />
<span className="font-inter font-normal text-white text-xl leading-7">
{children}
</span>
</li>
);
}

export default function HomeMain() {
return (
<section className="mb-12 flex flex-col items-center justify-center">
Expand All @@ -20,45 +6,6 @@ export default function HomeMain() {
Save weeks of initial app setup and the hassle of integrating onchain
components with web2 infrastructure.
</h2>
<ul className="items-left flex flex-col justify-center gap-4">
<ListItem>
Progressive Web App support using{' '}
<A href="https://nextjs.org/">Next.js</A>
</ListItem>
<ListItem>
Eth L2 support through <A href="https://base.org/">Base</A>
</ListItem>
<ListItem>
Smart contract deployment with{' '}
<A href="https://book.getfoundry.sh/">Foundry</A>
</ListItem>
<ListItem>
Support for a local testnet node for testing smart contracts using{' '}
<A href="https://book.getfoundry.sh/reference/anvil/">Anvil</A>
</ListItem>
<ListItem>
Wallet connect integration with{' '}
<A href="https://www.coinbase.com/wallet/smart-wallet">
Smart Wallet
</A>
</ListItem>
<ListItem>
Live examples and documentation for web3 experiences with{' '}
<A href="https://wagmi.sh/">wagmi</A> and{' '}
<A href="https://viem.sh/">viem</A>
</ListItem>
<ListItem>
Latest styling best practices with{' '}
<A href="https://tailwindcss.com/">Tailwind CSS</A>
</ListItem>
<ListItem>
Insights into Web Vitals performance metrics with{' '}
<A href="https://zizzamia.github.io/perfume/">Perfume.js</A>
</ListItem>
<ListItem>
Easy maintenance with linting, formatting, and tests
</ListItem>
</ul>
</div>
</section>
);
Expand Down

0 comments on commit 1fe0549

Please sign in to comment.