From 9495a90afa60240cc6003825c9a410c4a026160b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 12:06:50 +0000 Subject: [PATCH] Update src/pages/HomePage/sections/Pricing.tsx --- src/pages/HomePage/sections/Pricing.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage/sections/Pricing.tsx b/src/pages/HomePage/sections/Pricing.tsx index 5614cc5..bc29c43 100644 --- a/src/pages/HomePage/sections/Pricing.tsx +++ b/src/pages/HomePage/sections/Pricing.tsx @@ -27,8 +27,8 @@ export default function PricingSection(): React.JSX.Element { text: "선택", href: "#contact"}, }, { - tag: "활복", price: "₩99,000", description: "참복 ", features: [ - "참복사시미", "혼마구로 배꼽살", "살아있는 활복지리"], + tag: "", price: "₩99,000", description: "참복 ", features: [ + "참복사시미", "혼마구로 배꼽살", "살아있는 지리"], primaryButton: { text: "선택", href: "#contact"}, }, -- 2.49.1