diff --git a/web/components/home/CodeSnippetSection.tsx b/web/components/home/CodeSnippetSection.tsx deleted file mode 100644 index 39c3298..0000000 --- a/web/components/home/CodeSnippetSection.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import { Box, Flex, Heading, Image, Text } from '@chakra-ui/react' -import React from 'react' - -export default function CodeSnippetSection() { - return ( - - - - Code Snippet - - - Send SMS messages from your web application using our REST API. You - can use any programming language to interact with our API. Here is a - sample code snippet in JavaScript using axios library. - - - - {'Hero - - - - ) -} diff --git a/web/components/landing/CodeSnippetSection.tsx b/web/components/landing/CodeSnippetSection.tsx index c563920..fc8ba7d 100644 --- a/web/components/landing/CodeSnippetSection.tsx +++ b/web/components/landing/CodeSnippetSection.tsx @@ -33,7 +33,7 @@ export default function CodeSnippetSection() { align={'center'} // h={'100%'} src={ - 'https://ik.imagekit.io/vernu/textbee/Screenshot_2023-06-18_at_11.30.25_AM.png?updatedAt=1687077054749' + 'https://ik.imagekit.io/vernu/textbee/Screenshot%202023-09-25%20at%2011.13.30%20AM.png?updatedAt=1695629672884' } borderRadius={'lg'} /> diff --git a/web/styles/Home.module.css b/web/styles/Home.module.css deleted file mode 100644 index e69de29..0000000 diff --git a/web/styles/globals.css b/web/styles/globals.css deleted file mode 100644 index e69de29..0000000