import { useState, useRef } from "react";
import { HeroSection } from "@/components/sections/HeroSection";
import { StatsBarSection } from "@/components/sections/StatsBarSection";
import { ProblemSection } from "@/components/sections/ProblemSection";
import { CalculatorSection } from "@/components/sections/CalculatorSection";
import { BeforeAfterSection } from "@/components/sections/BeforeAfterSection";
import { ComparisonSection } from "@/components/sections/ComparisonSection";
import { HowItWorksSection } from "@/components/sections/HowItWorksSection";
import { AnalogySection } from "@/components/sections/AnalogySection";
import { SocialProofSection } from "@/components/sections/SocialProofSection";
import { TrustSection } from "@/components/sections/TrustSection";
import { FAQSection } from "@/components/sections/FAQSection";
import { ConversionSection } from "@/components/sections/ConversionSection";
export default function Index() {
const [interactionCount, setInteractionCount] = useState(0);
const [risultato, setRisultato] = useState("");
const conversionRef = useRef