Compare commits
6 Commits
version_15
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| b70ff18acb | |||
| 623471fca7 | |||
| 61556d9e9f | |||
| 44c5c3aff1 | |||
| 5e7c5e06c8 | |||
| b9219f7514 |
@@ -57,8 +57,8 @@ export default function LandingPage() {
|
||||
title=""
|
||||
description=""
|
||||
testimonials={[]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780886677575-ew6l0he7.png"
|
||||
imageAlt="Lively Korean street food market scene"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780886876908-y5t4bpvb.png?_wi=1"
|
||||
imageAlt="Close-up of delicious Korean dishes"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[]}
|
||||
avatarText=""
|
||||
@@ -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="다양한 조합으로 즐기는 푸짐한 친친포차 세트! 친구, 연인, 가족과 함께 오셔서 맛있는 추억을 만들어보세요."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -175,8 +175,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title=""
|
||||
description=""
|
||||
title="친친포차에 문의하세요!"
|
||||
description="궁금한 점이나 제안 사항이 있으시면 언제든지 문의해 주세요. 친절하게 답변해 드리겠습니다."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "이름", required: true,
|
||||
@@ -192,17 +192,17 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "메시지", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-compass-travel-map_23-2149554761.jpg"
|
||||
imageAlt="Map showing restaurant location"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780886876908-y5t4bpvb.png?_wi=2"
|
||||
imageAlt="Close-up of delicious Korean dishes (representing 친친포차)"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
buttonText=""
|
||||
buttonText="문의 보내기"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText=""
|
||||
logoText="친친포차"
|
||||
columns={[
|
||||
{
|
||||
title: "정보", items: [
|
||||
@@ -235,10 +235,10 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText=""
|
||||
copyrightText="© 2024 친친포차. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user