diff --git a/app/cars/page.tsx b/app/cars/page.tsx index a03cc80..8e478b7 100644 --- a/app/cars/page.tsx +++ b/app/cars/page.tsx @@ -5,13 +5,7 @@ import { MonthSelector } from "@/components/MonthSelector"; import { StatisticsCard } from "@/components/StatisticsCard"; import { StructuredData } from "@/components/StructuredData"; import Typography from "@/components/Typography"; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, -} from "@/components/ui/card"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { API_URL, HYBRID_REGEX, SITE_TITLE, SITE_URL } from "@/config"; import { type Car, @@ -246,8 +240,8 @@ const CarsPage = async (props: { searchParams: SearchParams }) => { {/* */} {/**/} -
-
+
+
{ linkPrefix="vehicle-types" />
-
+
diff --git a/components/StatisticsCard.tsx b/components/StatisticsCard.tsx index 811951f..80f0450 100644 --- a/components/StatisticsCard.tsx +++ b/components/StatisticsCard.tsx @@ -62,11 +62,9 @@ export const StatisticsCard = ({ {description} -
-
- -
-
+
+ +
Click on the rows for more details