Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nfa1 committed Aug 30, 2024
1 parent 3563865 commit 19fa7f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ vite.svg,1713755213475,59ec4b6085a0cb1bf712a5e48dd5f35b08e34830d49c2026c18241be0
LeetMigo_banner_main_01.png,1723680240000,fd5319e2bdc14bfd8ff24ac90e9ba0ecfc41f881a8b733fafe8441641b9421e6
leetmigo waifu 1.png,1719180166792,e196e9e48be328b15c212d370e23a5ea33186361619ee1dfe7a6b05136ff4f5a
gendonotevil1.png,1716715413819,87612e12215c5df3dd01be8177bbdd74734b0f76f7eb0c5ef72dcfa81a7766d9
index.html,1724908873098,4e4364054eb698cdeb0e0339fd845f500a6338fae1c13d2dd764da363e54072e
assets/LeetMigo_banner_main_01-B7g23Qd-.png,1724908873200,4ada8c13ac119d2ab923d7e00d6def14e3326c0b0938c8a79afa7176075f773a
assets/index-kp693qvO.js,1724908873098,1e60a6fe5b724d544799f4ad612fde6f2395ad94fdc7a90ea576a73e55433874
index.html,1724909368224,80b38cad90b48b74752fbd082c133e37911c5d70c6334266d9b595021bd1149d
assets/LeetMigo_banner_main_01-B7g23Qd-.png,1724909368227,4ada8c13ac119d2ab923d7e00d6def14e3326c0b0938c8a79afa7176075f773a
assets/index-r67QgOBL.js,1724909368224,2463ba6490dbf20d4e3fc1337c30f275faf8e4a67a05a76dd8b2b3feff40604f
11 changes: 6 additions & 5 deletions src/AppContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const AppContent = () => {

<Grid templateColumns={{ base: "1fr", md: "repeat(2, 1fr)" }} gap={6} width="100%">
{[
{ title: "💾 Secure Local Storage", desc: "No cap, your data's safer than your mom's secret cookie recipe. Passwordless login, 'cause who's got time for that?" },
{ title: "💾 Secure Local Storage", desc: "Your data's safer than your mom's secret cookie recipe, fr. Passwordless login, cuz who's got time for that?" },
{ title: "💰 Pay with Bitcoin", desc: "Flex on 'em with crypto. We're so web3, even your wallet's feeling FOMO." },
{ title: "🤝 Collab with Cracked Techies", desc: "Squad up with fellow 10x devs. It's like Discord, but for big brain energy only." },
{ title: "🤖 AI-Powered Learning", desc: "Your personal 1000x aura software engineer. It's like having Linus Torvalds in your pocket, but cooler." },
{ title: "🤖 AI-Powered Learning", desc: "Your personal 1000x aura software engineer. It's like having Linus Torvalds in your pocket, but with gigachad rizz." },
].map((item, index) => (
<GridItem key={index}>
<Text fontSize="lg" fontWeight="bold" mb={2}>
Expand All @@ -96,6 +96,7 @@ const AppContent = () => {
))}
</Grid>


<Text fontSize={{ base: "lg", md: "xl" }} fontWeight="bold" textAlign="center" mt={4}>
Sign up now for free early access! 🚀
</Text>
Expand All @@ -105,7 +106,7 @@ const AppContent = () => {
<VStack spacing={4}>
<FormControl id="name">
<FormLabel>Your Tag</FormLabel>
<Input name="name" type="text" placeholder="Enter your username" />
<Input name="name" type="text" placeholder="Drop your name/tpot username" />
</FormControl>
<FormControl id="email" isRequired>
<FormLabel>Email</FormLabel>
Expand All @@ -120,7 +121,7 @@ const AppContent = () => {

<Box textAlign="center">
<Text fontSize="lg" fontWeight="bold" mb={2}>
Free resource for the squad:
Free leetcode resource for the squad:
</Text>
<Link
href="https://www.techinterviewhandbook.org/grind75?hours=40&weeks=8"
Expand Down Expand Up @@ -160,7 +161,7 @@ const AppContent = () => {
</ModalBody>
<ModalFooter>
<Button colorScheme="blue" mr={3} onClick={handleClosePrivacyModal}>
Aight, got it
Bet
</Button>
</ModalFooter>
</ModalContent>
Expand Down

0 comments on commit 19fa7f9

Please sign in to comment.