Skip to content

Commit

Permalink
content updated
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Jan 18, 2025
1 parent 1d1bbc9 commit 9a738a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/components/landing-page-components/HowItWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ 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 All @@ -21,8 +19,9 @@ export default function HowItWorks() {
</p>
<div className="w-24 h-1 bg-[#FFC957]" />
<p className="mt-4 md:text-left text-xs md:text-base text-[#F0F0F0] lg:w-[500px] my-10 leading-8">
Make a type specimen book. It has survived not only five centuries,
but also the leap into.
Watch the video to learn how to submit requests to your desired
companies using Geomatic Connect. Discover how to navigate and make
the most of the application&apos;s features.
</p>
<p className="mt-4 flex items-center gap-2 md:text-left text-sm text-[#F0F0F0] lg:w-[500px]">
<Check color="#6CB92B" />
Expand Down

0 comments on commit 9a738a4

Please sign in to comment.