feat: comment out unused components and images in Info and Video components

This commit is contained in:
2025-12-02 23:38:31 +09:00
parent 9bc98bd582
commit 2a7e29875c
5 changed files with 8 additions and 8 deletions
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

+2 -2
View File
@@ -102,7 +102,7 @@ function Info() {
ref={addToRefs} ref={addToRefs}
className="flex flex-row mt-8 opacity-0 translate-y-8 transition-all duration-700 delay-300" 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"> <div className="flex-col max-w-2/3">
<p className="text-white text-base md:text-base font-normal md:max-w-2/5"> <p className="text-white text-base md:text-base font-normal md:max-w-2/5">
@@ -117,7 +117,7 @@ function Info() {
Благодаря новым партнерам, праздник будет еще ярче. Приходите Благодаря новым партнерам, праздник будет еще ярче. Приходите
всей семьей и получите незабываемые впечатления! всей семьей и получите незабываемые впечатления!
</p> </p>
</div> </div> */}
</div> </div>
<div <div
+2 -2
View File
@@ -150,11 +150,11 @@ function Video() {
</div> </div>
</div> </div>
<img {/* <img
className="absolute bottom-0 object-cover w-full" className="absolute bottom-0 object-cover w-full"
src="/images/video/paper_tear.png" src="/images/video/paper_tear.png"
alt="Paper tear" alt="Paper tear"
/> /> */}
</div> </div>
); );
} }
+4 -4
View File
@@ -608,10 +608,10 @@ export default function Home() {
<Cover /> <Cover />
<Info /> <Info />
<Video /> <Video />
<Scheme scheduleData={csvData} /> {/* <Scheme scheduleData={csvData} /> */}
<Events /> {/* <Events /> */}
<Kamaz /> {/* <Kamaz /> */}
<Activities /> {/* <Activities /> */}
<Partners /> <Partners />
<Map /> <Map />
</main> </main>