diff --git a/src/app/page.tsx b/src/app/page.tsx
index b7f6692..689e182 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,8 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { BookOpen, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -42,8 +40,6 @@ export default function LandingPage() {
name: "메뉴", id: "menu"},
{
name: "세트", id: "pricing"},
- {
- name: "리뷰", id: "testimonials"},
{
name: "FAQ", id: "faq"},
{
@@ -57,64 +53,24 @@ export default function LandingPage() {
@@ -133,8 +89,8 @@ export default function LandingPage() {
{
title: "정겨운 분위기", description: "편안하고 아늑한 공간에서 소중한 사람들과 추억을 만드세요.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg", imageAlt: "Cozy and warm restaurant atmosphere"},
]}
- title="친친포차의 특별함"
- description="잊을 수 없는 맛과 경험을 선사하는 친친포차만의 매력을 만나보세요."
+ title=""
+ description=""
/>
@@ -158,8 +114,8 @@ export default function LandingPage() {
{
id: "gyeran-mari", name: "계란말이", price: "₩38,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780885190292-96pyouyp.jpg", imageAlt: "Korean rolled omelette (Gyeran-mari)"}
]}
- title="인기 메뉴"
- description="친친포차에서 가장 사랑받는 대표 메뉴들을 만나보세요."
+ title=""
+ description=""
/>
@@ -188,38 +144,11 @@ export default function LandingPage() {
text: "세트 확인하기"},
imageSrc: "https://image.unsplash.com/photo-1627299307223-2b7e1c8d0d0a?crop=entropy&cs=tinysrgb&fit=max&fm=webp&q=80&w=1080", imageAlt: "Large spread of Korean dishes for Chinchin Pocha Set C"},
]}
- title="친친포차 특별 세트"
- description="다양한 조합으로 더욱 풍성하게 즐길 수 있는 세트 메뉴입니다."
+ title=""
+ description=""
/>
-
-
-
@@ -246,8 +175,8 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file