Skip to content

Commit

Permalink
video url link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Jan 17, 2025
1 parent 5b15200 commit afa3c5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/components/landing-page-components/HowItWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import ReactPlayer from "react-player";
import Link from "next/link";
import { Check } from "lucide-react";



export default function HowItWorks() {
const handleSmoothScroll = (sectionId: string) => {
const section = document.getElementById(sectionId);
Expand Down Expand Up @@ -54,13 +56,15 @@ export default function HowItWorks() {
</div>
</div>

<div className="w-full h-fit mt-12 lg:mt-16">
<div className="w-full h-fit md:h-[350px] lg:w-[400px] xl:w-[550px] xl:h-[350px] mt-12 lg:mt-16">
<ReactPlayer
width="100%"
height="100%"
controls
className=""
url="../../../videos/geomatic-guide.mov"
// url="../../../videos/geomatic-guide.mov"
// url="../../../videos/demo-vidio.mp4"
url="https://www.youtube.com/watch?v=CqlkEw4P0aM"
/>
</div>
</main>
Expand Down

0 comments on commit afa3c5a

Please sign in to comment.