diff --git a/src/app/page.tsx b/src/app/page.tsx index d1def39..46ffe58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,8 +144,8 @@ 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="다양한 조합으로 즐기는 푸짐한 친친포차 세트! 친구, 연인, 가족과 함께 오셔서 맛있는 추억을 만들어보세요." /> @@ -166,8 +166,8 @@ export default function LandingPage() { imageAlt="Empty restaurant interior showing an inviting space" mediaAnimation="slide-up" mediaPosition="right" - title="" - description="" + title="자주 묻는 질문" + description="친친포차 이용에 궁금한 점이 있으신가요? 고객님들이 가장 많이 궁금해하는 질문들을 모아 답변해 드립니다." faqsAnimation="slide-up" /> @@ -175,8 +175,8 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..d45b6e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; - --primary-cta-text: #f7f6f7; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; + --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --secondary-cta-text: #2e2521; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);