final commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
//output: 'export',
|
//output: 'export',
|
||||||
|
basePath: '/drop'
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export default function RootLayout({
|
|||||||
<html lang="en"
|
<html lang="en"
|
||||||
className={classNames(helveticaNeueCyrFont.variable, sFProTextFont.variable, proximaNovaFont.variable)}>
|
className={classNames(helveticaNeueCyrFont.variable, sFProTextFont.variable, proximaNovaFont.variable)}>
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="/favicon.png" sizes="any"/>
|
<link rel="icon" href="drop/favicon.png" sizes="any"/>
|
||||||
<title>DENCO Бизнес</title>
|
<title>DENCO Бизнес</title>
|
||||||
</head>
|
</head>
|
||||||
<body>{children}</body>
|
<body>{children}</body>
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ export function TestimonialsSection() {
|
|||||||
<Container className={styles.container}>
|
<Container className={styles.container}>
|
||||||
<h3 className={styles.title}>Посмотрите отзывы от наших клиентов</h3>
|
<h3 className={styles.title}>Посмотрите отзывы от наших клиентов</h3>
|
||||||
<Carousel>
|
<Carousel>
|
||||||
<video controls src={"videos/1.mp4"}/>
|
<video controls src={"drop/videos/1.mp4"}/>
|
||||||
<video controls src={"videos/2.mp4"}/>
|
<video controls src={"drop/videos/2.mp4"}/>
|
||||||
<video controls src={"videos/3.mp4"}/>
|
<video controls src={"drop/videos/3.mp4"}/>
|
||||||
<video controls src={"videos/4.mp4"}/>
|
<video controls src={"drop/videos/4.mp4"}/>
|
||||||
</Carousel>
|
</Carousel>
|
||||||
</Container>
|
</Container>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user