diff --git a/assets/css/style.css b/assets/css/style.css index d6c3988..b50d90b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -698,8 +698,8 @@ body { box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); } .category-card { - /*border-radius: 24px;*/ - border-radius: 32px; + border-radius: 24px; + /* border-radius: 32px;*/ border: 5px solid var(--primary-500, #00473C); background: #D9D9D9; width: 273px; diff --git a/public/images/6387ec276a4eb-62aa10dfb2adca268416cf2fd03d82f5transformed-4@2x.png b/public/images/6387ec276a4eb-62aa10dfb2adca268416cf2fd03d82f5transformed-4@2x.png new file mode 100644 index 0000000..be1b814 Binary files /dev/null and b/public/images/6387ec276a4eb-62aa10dfb2adca268416cf2fd03d82f5transformed-4@2x.png differ diff --git a/src/app/homepage/page.tsx b/src/app/homepage/page.tsx index 14af2ca..e940513 100644 --- a/src/app/homepage/page.tsx +++ b/src/app/homepage/page.tsx @@ -12,7 +12,7 @@ const HomePage = () =>{
@@ -20,7 +20,7 @@ const HomePage = () =>{
@@ -28,7 +28,7 @@ const HomePage = () =>{
@@ -36,7 +36,7 @@ const HomePage = () =>{
@@ -61,7 +61,7 @@ const HomePage = () =>{
- +
diff --git a/src/components/homePage/interesting_food.tsx b/src/components/homePage/interesting_food.tsx index 16b3c7f..3664144 100644 --- a/src/components/homePage/interesting_food.tsx +++ b/src/components/homePage/interesting_food.tsx @@ -3,7 +3,7 @@ import MenuItem from "@/components/menu-item/index"; import MenuItemTitle from "@/components/menu-item/menu-item-title"; import useSwr from 'swr'; import {fetcher} from '@/utils/fetcher'; - +import { sendRequest } from "@/utils/fetch"; export type IngredientType = { name?: number | string; @@ -25,10 +25,8 @@ export type ProductTypeList = { ingredient: Array, } -const InterestingFood = () => { - const { data } = useSwr('/api/products', fetcher); +const InterestingFood = async () => { - if (!data) return
Loading
; return(
@@ -42,6 +40,268 @@ const InterestingFood = () => {
+
+
+
+
+ GIẢM GIÁ ĐẶC BIỆT +
+
+ +
+
+
+
+
+ Mỳ Cá Cờ Sốt Yakitori +
+ by + The Chef Town +
+
+
+
+ + +
356 Kcal
+
+
+ + +
4.5
+
+
+ + +
3,2 km
+
+
+ + +
20 min
+
+
+
+ Luộc + | Hành tây, tiêu xanh, cà chua, bắp, ngò rí, bơ chín và nước cốt chanh. +
+
+
95,000
+ 80,000 +
+
+ + +
Ưu đãi đến 50k
+
+
+ + +
+ Đặt trước 09:00 giờ sáng để điều chỉnh vị +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ Mỳ Cá Cờ Sốt Yakitori +
+ by + The Chef Town +
+
+
+
+ + +
356 Kcal
+
+
+ + +
4.5
+
+
+ + +
3,2 km
+
+
+ + +
20 min
+
+
+
+ Luộc + | Hành tây, tiêu xanh, cà chua, bắp, ngò rí, bơ chín và nước cốt chanh. +
+
+
95,000
+ 80,000 +
+
+ + +
Ưu đãi đến 50k
+
+
+ + +
+ Đặt trước 09:00 giờ sáng để điều chỉnh vị +
+
+
+
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ Mỳ Cá Cờ Sốt Yakitori +
+ by + The Chef Town +
+
+
+
+ + +
356 Kcal
+
+
+ + +
4.5
+
+
+ + +
3,2 km
+
+
+ + +
20 min
+
+
+
+ Luộc + | Hành tây, tiêu xanh, cà chua, bắp, ngò rí, bơ chín và nước cốt chanh. +
+
+
95,000
+ 80,000 +
+
+ + +
Ưu đãi đến 50k
+
+
+ + +
+ Đặt trước 09:00 giờ sáng để điều chỉnh vị +
+
+
+
+ +
+
+
+
+ {/*
{data.map((item:ProductTypeList) =>( { /> ))}
+ */}
) };