Skip to content

Commit

Permalink
feat: Video below roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jun 30, 2024
1 parent bdd479f commit 79220bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file added src/assets/videos/HomeBallWater.mp4
Binary file not shown.
3 changes: 3 additions & 0 deletions src/pages/Home/BallVideoSection.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template>
<video autoplay loop muted src="../../assets/videos/HomeBallWater.mp4" />
</template>
2 changes: 1 addition & 1 deletion src/pages/Home/RoadmapSection.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="mx-auto max-w-[1440px] px-20 py-44">
<section class="mx-auto max-w-[1440px] px-20 pb-5 pt-44">
<div class="space-y-6 text-center">
<h2 class="text-majorelle-500">Roadmap</h2>
<p>
Expand Down
2 changes: 2 additions & 0 deletions src/pages/Home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import AICustomizationSection from "./AICustomizationSection.vue";
import TheresMoreSection from "./TheresMoreSection.vue";
import FeedbacksSection from "./FeedbacksSection.vue";
import RoadmapSection from "./RoadmapSection.vue";
import BallVideoSection from "./BallVideoSection.vue";
</script>

<template>
Expand All @@ -25,5 +26,6 @@ import RoadmapSection from "./RoadmapSection.vue";
<AddToTelegramSection />
<TheresMoreSection />
<RoadmapSection />
<BallVideoSection />
<FooterSection />
</template>

0 comments on commit 79220bd

Please sign in to comment.