diff --git a/src/app/page.jsx b/src/app/page.jsx index b270e97..8b6da3f 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -50,8 +50,7 @@ const HomePage = () => { transmission: 'Automatic', mileage: '100' } - }, - // mais carros aqui + } ]; return ( @@ -93,5 +92,4 @@ const HomePage = () => { ); }; -export default HomePage; -EOF \ No newline at end of file +export default HomePage; \ No newline at end of file