Merge version_20_1781526251318 into main #20
@@ -27,6 +27,29 @@ const AboutInline = () => {
|
||||
{undefined && <Button text={undefined.text} href={undefined.href} variant="secondary" animationDelay={0.1} />}
|
||||
</div>
|
||||
)}
|
||||
<ul className="mt-12 space-y-6 text-left max-w-2xl mx-auto">
|
||||
<li className="flex gap-4">
|
||||
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary/10 text-primary flex items-center justify-center font-bold">1</div>
|
||||
<div>
|
||||
<h4 className="text-lg font-semibold text-foreground">건강 회복 & 질병 예방</h4>
|
||||
<p className="text-muted-foreground mt-1">수술 전후 회복, 당뇨·신장질환에 효과적이며 갱년기 완화, 혈전 노화 방지, 각종 암·종양·궤양 예방에 좋습니다.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li className="flex gap-4">
|
||||
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary/10 text-primary flex items-center justify-center font-bold">2</div>
|
||||
<div>
|
||||
<h4 className="text-lg font-semibold text-foreground">다이어트 식품</h4>
|
||||
<p className="text-muted-foreground mt-1">저칼로리·고단백·저지방에 각종 무기질과 비타민이 풍부해 다이어트 식품으로 좋습니다.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li className="flex gap-4">
|
||||
<div className="flex-shrink-0 w-8 h-8 rounded-full bg-primary/10 text-primary flex items-center justify-center font-bold">3</div>
|
||||
<div>
|
||||
<h4 className="text-lg font-semibold text-foreground">숙취 해소</h4>
|
||||
<p className="text-muted-foreground mt-1">콜레스테롤을 낮추고 음주 후 숙취 해독 효과가 탁월한 것으로 증명되어 있습니다.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user