import Navigation from "@/components/Navigation";
import Hero from "@/components/Hero";
import FeatureSection from "@/components/FeatureSection";
import Footer from "@/components/Footer";
import energyImage from "@/assets/section-energy.jpg";
import monitoringImage from "@/assets/section-monitoring.jpg";
const Index = () => {
return (
);
};
export default Index;