From 5f8812ce5578e23ee255f7963524395503af1c2b Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 23 Jun 2026 15:55:41 +0330 Subject: [PATCH] single page food --- src/app/[name]/(Main)/[id]/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/[name]/(Main)/[id]/page.tsx b/src/app/[name]/(Main)/[id]/page.tsx index d153219..4118f8f 100644 --- a/src/app/[name]/(Main)/[id]/page.tsx +++ b/src/app/[name]/(Main)/[id]/page.tsx @@ -7,7 +7,6 @@ import { toast, toastLoginRequired } from "@/components/Toast"; import { getToken } from "@/lib/api/func"; import { ef } from "@/lib/helpers/utfNumbers"; import { glassSurface, glassSurfaceCard, glassSurfaceFlat } from "@/lib/styles/glassSurface"; -import clsx from "clsx"; import { motion } from "framer-motion"; import { ArrowLeft, Clock, Cup, Heart, TruckTick } from "iconsax-react"; import { useParams, useRouter } from "next/navigation"; @@ -126,12 +125,7 @@ function FoodPage({}: Props) { }; return ( -
+
@@ -205,7 +199,7 @@ function FoodPage({}: Props) { className="bg-background pattern-secondary-bg active:drop-shadow-xs max-w-[115px] rounded-md w-full h-8 inline-flex p-1 justify-between items-center gap-2 relative overflow-hidden" > {quantity <= 0 ? ( -