Вот моя структура папок: < /p>
page.js:
Код: Выделить всё
import BlogSection from '../components/BlogSection.jsx'
import Main from '../components/Main.jsx'
import ServiceSection from '../components/ServiceSection.jsx'
import '../styles/App.css'
export default function Home() {
return (
)
}
Код: Выделить всё
import Footer from '@/components/Footer.jsx';
import Header from '../components/Header.jsx';
export const metadata = {
title: "Movan",
description: "Generated by create next app",
};
export default function RootLayout({ children }) {
return (
{children}
);
}
Подробнее здесь: https://stackoverflow.com/questions/782 ... g-the-page
Мобильная версия