Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
atheer0998 committed Jan 3, 2024
1 parent 0952589 commit de5e604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/images/Website.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion components/Sections/Hero.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<section id="heroSection" class="hero-section relative font-neo-sans">
<video ref="videoPlayer" muted autoplay loop playsinline class="relative aspect-square h-auto w-full object-cover lg:aspect-auto">
<source src="https://res.cloudinary.com/dshekyqdl/video/upload/v1692770959/Website_vid_final_t8zsnk.mp4" type="video/mp4" />
<source src="https://buroojair.com/Website.mp4" type="video/mp4" />
</video>

<SectionsTemplatesOverlay classColor="bg-indigo-800" classOpacity="bg-opacity-10" />
Expand Down

0 comments on commit de5e604

Please sign in to comment.