diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f95a0f..f7ee4d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { id: "comparison", title: "Model Comparison", description: "Prophet achieves 19% lower MAE and 14% lower RMSE compared to ARIMA on this dataset. Selected Prophet for production deployment due to superior accuracy, automatic seasonality handling, and better generalization to new data patterns.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ8Q718DwJVd8ARNbVYjSdJYfR/professional-comparison-table-showing-ar-1772513502964-27ebcbf9.png", imageAlt: "Comparison table of ARIMA vs Prophet performance metrics" } ]} - gridVariant="uniform-3-items" + gridVariant="uniform-4-items" animationType="slide-up" />