Merge version_23_1781527170477 into main #23

Merged
bender merged 1 commits from version_23_1781527170477 into main 2026-06-15 12:41:22 +00:00
2 changed files with 6 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ const AboutInline = () => {
<section aria-label="About section" className="py-20">
<div className="w-content-width mx-auto flex flex-col gap-2 items-center">
<TextAnimation
text={"1. 건강 회복 & 질병 예방\n수술 전후 회복, 당뇨·신장질환에 효과적이며 갱년기 장애 완화, 혈전·노화 방지, 각종 암·종양·궤양 예방에 좋습니다.\n2. 다이어트 식품\n저칼로리·고단백·저지방에 각종 무기질과 비타민이 풍부해 다이어트 식품으로 최적입니다.\n3. 숙취 해소\n콜레스테롤을 낮추고 음주 후 숙취 해독 효과가 탁월한 것으로 증명되어 있습니다. "}
text={"복어의 효능"}
variant="slide-up"
gradientText={false}
tag="h2"

View File

@@ -10,13 +10,12 @@ export default function ContactSection(): React.JSX.Element {
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="예약 문의"
text=" "
primaryButton={{
text: "전화 예약 문의", href: "tel:0100000000"}}
secondaryButton={{
tag="예약 문의"
text="032-427-8088"
primaryButton={{"text":"전화 예약 문의","href":"tel:032-427-8088"}}
secondaryButton={{
text: "위치 확인", href: "#"}}
/>
/>
</SectionErrorBoundary>
</div>
);