s

import Header from "@/components/Header"; import HeroSection from "@/components/HeroSection"; import ArsenalGrid from "@/components/ArsenalGrid"; import ProductDemoSection from "@/components/ProductDemoSection"; import DigitalAdvantage from "@/components/DigitalAdvantage"; import TrustSection from "@/components/TrustSection"; import DirectBuySection from "@/components/DirectBuySection"; import Footer from "@/components/Footer"; const Index = () => { return (
); }; export default Index;