import { Box, Image, Stack, } from '@chakra-ui/react' import { Link } from '@tanstack/react-router' function HeroSection() { return ( ) } function MainPage() { return ( <> > ) } export default MainPage