diff --git a/components/marketing/Sections.tsx b/components/marketing/Sections.tsx index d2353b4..a0fca30 100644 --- a/components/marketing/Sections.tsx +++ b/components/marketing/Sections.tsx @@ -1,6 +1,6 @@ "use client"; -import { useState } from "react"; +import { useEffect, useState } from "react"; import Link from "next/link"; import { ArrowRight, Check, Minus, Plus } from "lucide-react"; import { GaugeChart } from "@/components/charts/GaugeChart";