Skip to content

Commit

Permalink
nothing matter
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiap99 committed Dec 27, 2023
1 parent 3ef106a commit 645aae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/group-class/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react'
import Navbar from '../components/Navbar'
// import introVideo from 'public/videos/intro.mp4';
// import introVideo from '@/public/videos/intro.mp4';
import vTemp from '@/public/videos/v-temp.png'
import Image from 'next/image'
import CourseLevel from './CourseLevel'
Expand All @@ -22,10 +22,10 @@ const groupClass = () => {
<section className='w-full h-[40rem] bg-[#212121]'>
<h1 className='font-iranSansBold font-bold text-[2rem] text-[#1FD998] text-center leading-relaxed mb-4 pt-24'> ثبت نام کلاس های گروهی زبان <span className='bg-[#2E2E2E] text-white p-1'>آنلاین </span></h1>
<h2 className='font-iranSans text-[#B7B7B7] text-xl text-center font-medium'>یک بار برای همیشه به انگلیسی مسلط شوید</h2>
{/* <video controls width="640" height="360">
<source src={introVideo} type="video/mp4" />
<video controls width="640" height="360">
{/* <source src={introVideo} type="video/mp4" /> */}
Your browser does not support the video tag.
</video> */}
</video>
<button className='w-[175px] h-[52px] bg-red-600 flex justify-center items-center mx-auto mt-8 '>replace me!</button>
<Image src={vTemp} alt='video should be here ' width={580} height={384} className='mx-auto mt-8 z-50 relative'></Image>
</section>
Expand Down

0 comments on commit 645aae3

Please sign in to comment.