diff --git a/package.json b/package.json index 2639031..b3df43c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "web-vitals": "^0.2.2" }, "scripts": { - "start": "react-scripts start", + "start": "PORT=3300 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" diff --git a/public/balloons.jpg b/public/balloons.jpg new file mode 100644 index 0000000..7d2e42c Binary files /dev/null and b/public/balloons.jpg differ diff --git a/public/balloons2.jpg b/public/balloons2.jpg new file mode 100644 index 0000000..fb15757 Binary files /dev/null and b/public/balloons2.jpg differ diff --git a/src/App.tsx b/src/App.tsx index 4d1d279..030d92c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,38 +1,20 @@ -import * as React from "react" -import { - ChakraProvider, - Box, - Text, - Link, - VStack, - Code, - Grid, - theme, -} from "@chakra-ui/react" -import { ColorModeSwitcher } from "./ColorModeSwitcher" -import { Logo } from "./Logo" +import * as React from 'react'; +import { ChakraProvider, Box, Grid, Container } from '@chakra-ui/react'; +import { CardGrid, Footer, Header } from './components'; +import customTheme from './extendTheme'; export const App = () => ( - - - - - - - - Edit src/App.tsx and save to reload. - - - Learn Chakra - - - - + + + + +
+ + + +