warning: in the working copy of 'app/guides/[id]/page.tsx', LF will be replaced by CRLF the next time Git touches it [1mdiff --git a/app/guides/[id]/page.tsx b/app/guides/[id]/page.tsx[m [1mindex 27a5035..1ab3a11 100644[m [1m--- a/app/guides/[id]/page.tsx[m [1m+++ b/app/guides/[id]/page.tsx[m [36m@@ -7,7 +7,6 @@[m [mimport { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/com[m import { Badge } from "@/components/ui/badge"[m import { Progress } from "@/components/ui/progress"[m import { Checkbox } from "@/components/ui/checkbox"[m [31m-import Image from "next/image"[m import {[m ArrowLeft,[m Clock,[m [36m@@ -493,14 +492,12 @@[m [mexport default function GuideDetailPage() {[m [m {/* Step Image */}[m {currentStepData.image && ([m [31m-