diff --git a/pages/index.tsx b/pages/index.tsx index 847a979..c76f822 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,5 +1,5 @@ import { NextPage } from 'next'; -import { Typography, Button, Grid, Paper, Box } from '@mui/material'; +import { Typography, Button, Grid, Paper, Box, Container } from '@mui/material'; import { useAuth } from '../hooks/useAuth'; import InventoryStats from '../components/InventoryStats'; import Link from 'next/link'; @@ -9,11 +9,11 @@ const Home: NextPage = () => { const { user } = useAuth(); return ( - - + + Welcome to Pantry Manager - + Efficiently manage your pantry, reduce waste, and never run out of essentials again. @@ -56,7 +56,7 @@ const Home: NextPage = () => { ) : ( - +