From 574d43adb4e0f9039f96518a9472a68a04fd9b27 Mon Sep 17 00:00:00 2001 From: "Najjar\\NajjarV02" Date: Thu, 21 May 2026 15:24:31 +0400 Subject: [PATCH] feat: enhance industry detail and showcase components with responsive images and improved styles --- src/app/industries/[slug]/page.tsx | 143 ++++++++---------- .../robotics/FeaturedRobotsShowcase.tsx | 3 +- src/components/robotics/IndustryUseCases.tsx | 87 ++++++----- 3 files changed, 109 insertions(+), 124 deletions(-) diff --git a/src/app/industries/[slug]/page.tsx b/src/app/industries/[slug]/page.tsx index a6412a8..cb3bad3 100644 --- a/src/app/industries/[slug]/page.tsx +++ b/src/app/industries/[slug]/page.tsx @@ -1,4 +1,5 @@ import type { Metadata } from 'next'; +import Image from 'next/image'; import Link from 'next/link'; import { notFound } from 'next/navigation'; import Bot from 'lucide-react/dist/esm/icons/bot'; @@ -82,7 +83,6 @@ export default async function IndustryDetailPage({ params }: { params: Promise

@@ -137,30 +137,23 @@ export default async function IndustryDetailPage({ params }: { params: Promise

- {/* Right visual: stacked robot/family cards */} -