feat: comment out unused components and images in Info and Video components
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 14 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 3.0 MiB |
@@ -102,7 +102,7 @@ function Info() {
|
||||
ref={addToRefs}
|
||||
className="flex flex-row mt-8 opacity-0 translate-y-8 transition-all duration-700 delay-300"
|
||||
>
|
||||
<div className="flex-1 basis-1/3"></div>
|
||||
{/* <div className="flex-1 basis-1/3"></div>
|
||||
|
||||
<div className="flex-col max-w-2/3">
|
||||
<p className="text-white text-base md:text-base font-normal md:max-w-2/5">
|
||||
@@ -117,7 +117,7 @@ function Info() {
|
||||
Благодаря новым партнерам, праздник будет еще ярче. Приходите
|
||||
всей семьей и получите незабываемые впечатления!
|
||||
</p>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
||||
@@ -150,11 +150,11 @@ function Video() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<img
|
||||
{/* <img
|
||||
className="absolute bottom-0 object-cover w-full"
|
||||
src="/images/video/paper_tear.png"
|
||||
alt="Paper tear"
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
+4
-4
@@ -608,10 +608,10 @@ export default function Home() {
|
||||
<Cover />
|
||||
<Info />
|
||||
<Video />
|
||||
<Scheme scheduleData={csvData} />
|
||||
<Events />
|
||||
<Kamaz />
|
||||
<Activities />
|
||||
{/* <Scheme scheduleData={csvData} /> */}
|
||||
{/* <Events /> */}
|
||||
{/* <Kamaz /> */}
|
||||
{/* <Activities /> */}
|
||||
<Partners />
|
||||
<Map />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user