diff --git a/src/app/page.tsx b/src/app/page.tsx
index c5631af..f0f989a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
-import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { BookOpen, Leaf } from "lucide-react";
@@ -33,37 +33,21 @@ export default function LandingPage() {
@@ -73,101 +57,55 @@ export default function LandingPage() {
@@ -189,23 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "신선한 제철 재료",
- description: "매일 아침 엄선한 신선한 해산물과 채소로 요리합니다.",
- imageSrc: "http://img.b2bpic.net/free-photo/root-vegetables-ingredients-making-salad-from-vegetables-baked-oven-healthy-food_127032-2931.jpg",
- imageAlt: "Fresh Korean seafood and vegetables",
- },
+ title: "신선한 제철 재료", description: "매일 아침 엄선한 신선한 해산물과 채소로 요리합니다.", imageSrc: "http://img.b2bpic.net/free-photo/root-vegetables-ingredients-making-salad-from-vegetables-baked-oven-healthy-food_127032-2931.jpg", imageAlt: "Fresh Korean seafood and vegetables"},
{
- title: "환상의 가성비",
- description: "푸짐한 양과 최고의 맛을 합리적인 가격으로 즐기세요.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg",
- imageAlt: "Group of friends enjoying a generous meal",
- },
+ title: "환상의 가성비", description: "푸짐한 양과 최고의 맛을 합리적인 가격으로 즐기세요.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg", imageAlt: "Group of friends enjoying a generous meal"},
{
- title: "정겨운 분위기",
- description: "편안하고 아늑한 공간에서 소중한 사람들과 추억을 만드세요.",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg",
- imageAlt: "Cozy and warm restaurant atmosphere",
- },
+ title: "정겨운 분위기", description: "편안하고 아늑한 공간에서 소중한 사람들과 추억을 만드세요.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg", imageAlt: "Cozy and warm restaurant atmosphere"},
]}
title="친친포차의 특별함"
description="잊을 수 없는 맛과 경험을 선사하는 친친포차만의 매력을 만나보세요."
@@ -213,72 +139,24 @@ export default function LandingPage() {