fix: layouts

This commit is contained in:
Mahyar Khanbolooki
2025-07-22 00:36:20 +03:30
parent 13a3c3ce8a
commit 2454107da0
15 changed files with 167 additions and 82 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function FoodPage({ }: Props) {
const price = 0; // TODO: Replace with actual price if needed
return (
<div className='w-full -translate-y-2'>
<div className='w-full -translate-y-2 pt-6'>
<div className="relative w-full rounded-2xl overflow-hidden">
<Image
className='w-full'