mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Use Consistent File Naming System for Bank Components
This commit is contained in:
parent
4c55315973
commit
a862fcdf2c
5 changed files with 11 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Box, Container, Heading, Text, Link, Grid } from 'theme-ui'
|
||||
import Run from './Run'
|
||||
import Run from './run'
|
||||
import { Fade } from 'react-reveal'
|
||||
import Icon from '../icon'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Box, Button, Heading, Link, Text, Container, Badge } from 'theme-ui'
|
||||
import Fade from 'react-reveal/Fade'
|
||||
import ScrollHint from './ScrollHint'
|
||||
import ScrollHint from './scroll-hint'
|
||||
|
||||
export default function Landing({ showButton }) {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ import {
|
|||
Button
|
||||
} from 'theme-ui'
|
||||
import { Fade } from 'react-reveal'
|
||||
import Timeline from './Timeline'
|
||||
import Stats from './Stats'
|
||||
import Timeline from './timeline'
|
||||
import Stats from './stats'
|
||||
import Signup from './Signup'
|
||||
|
||||
export default function Start() {
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
import { Box } from 'theme-ui'
|
||||
import ForceTheme from '../../components/force-theme'
|
||||
import Meta from '@hackclub/meta'
|
||||
import Head from 'next/head'
|
||||
import ForceTheme from '../../components/force-theme'
|
||||
import Nav from '../../components/nav'
|
||||
import Footer from '../../components/footer'
|
||||
import Landing from '../../components/bank/Landing'
|
||||
import Features from '../../components/bank/Features'
|
||||
import Testimonials from '../../components/bank/Testimonials'
|
||||
import Everything from '../../components/bank/Everything'
|
||||
import Start from '../../components/bank/Start'
|
||||
import Nonprofits from '../../components/bank/Nonprofits'
|
||||
import Landing from '../../components/bank/landing'
|
||||
import Features from '../../components/bank/features'
|
||||
import Testimonials from '../../components/bank/testimonials'
|
||||
import Everything from '../../components/bank/everything'
|
||||
import Start from '../../components/bank/start'
|
||||
import Nonprofits from '../../components/bank/nonprofits'
|
||||
|
||||
const styles = `
|
||||
::selection {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue