import Navbar from '@/components/layout/Navbar' import Footer from '@/components/layout/Footer' import ChatFAB from '@/components/layout/ChatFAB' import HeroSection from '@/components/sections/HeroSection' import ProblemFlowSection from '@/components/sections/ProblemFlowSection' import SavingsSection from '@/components/sections/SavingsSection' import UseCaseCards from '@/components/sections/UseCaseCards' import TrustBar from '@/components/sections/TrustBar' export default function HomePage() { return ( <>