Skip to content

Commit

Permalink
corrected some punctual mistakes + added playsInline to video tag
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Jan 19, 2024
1 parent 99caa21 commit a465231
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/components/AboutSection/AboutSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const AboutSection = () => {
<TitleH3>Персональні та групові тренування</TitleH3>
<SubTitle style={{ color: "var(--primary-black-color)" }}>
Персональні тренування для будь-якого рівня навичкок з
досвідченим тренером або групові тренування в залежності від
вашого рівня
досвідченим тренером або групові тренування залежно від
вашого рівня.
</SubTitle>
</Item>

Expand All @@ -36,9 +36,9 @@ export const AboutSection = () => {
</AboutIconSvg>
<TitleH3>Найкраще обладнання</TitleH3>
<SubTitle style={{ color: "var(--primary-black-color)" }}>
Наш клуб завжди дбає про якість м'ячів якими ми граємо,
Наш клуб завжди дбає про якість м'ячів, якими ми граємо,
періодично оновлюємо корт та сітки, а також маємо послугу
перетяжки струн досвідченими майстрами
перетяжки струн досвідченими майстрами.
</SubTitle>
</Item>

Expand Down
8 changes: 4 additions & 4 deletions src/components/HeroSection/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const HeroSection = () => {
<>
<Section>
<SectionWrap>
<Video autoPlay muted loop preload="auto">
<Video autoPlay muted loop playsInline preload="auto">
<source src={BackgroundWebm} type="video/webm" />
<source src={BackgroundMp4} type="video/mp4" />
</Video>
Expand All @@ -29,9 +29,9 @@ export const HeroSection = () => {
Львові.
</SubTitle>
<SubTitle>
У нас грають теніс для будь-яких вікових категорій та рівня навичок
а також для дітей. Можна прийняти участь у турнірах: одиночні,
парні, сімейні, підняти свій рівень гри на тренуваннях з
У нас займаються тенісом гравці будь-якого віку та рівня навичок, а
також діти з 4-ох років. Можна взяти участь у турнірах: одиночні,
парні, сімейні, покращити свій рівень гри на тренуваннях з
досвідченими тренерами, або просто весело провести час в колі
друзів.
</SubTitle>
Expand Down
Empty file.
Empty file.
13 changes: 13 additions & 0 deletions src/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a465231

Please sign in to comment.